https://github.com/xwiki/xwiki-commons
Revision a991532b4433f687444c33fc1e5f10f4c768f64f authored by tmortagne on 23 January 2013, 15:34:49 UTC, committed by tmortagne on 23 January 2013, 15:34:49 UTC
1 parent 74c4f98
Raw File
Tip revision: a991532b4433f687444c33fc1e5f10f4c768f64f authored by tmortagne on 23 January 2013, 15:34:49 UTC
Improve test
Tip revision: a991532
.gitignore
# Build
target
target-eclipse

# IDEA
*.iml
*.ipr
*.iws
.idea
atlassian-ide-plugin.xml

# Eclipse
.classpath
.project
.settings
.checkstyle
.fbprefs
bin
# Automatically generated by WTP
/*/src/main/java/META-INF/
/*/*/src/main/java/META-INF/
/*/*/*/src/main/java/META-INF/
/*/*/*/*/src/main/java/META-INF/
/*/*/*/*/*/src/main/java/META-INF/
/*/*/*/*/*/*/src/main/java/META-INF/
/*/src/META-INF/
/*/*/src/META-INF/
/*/*/*/src/META-INF/
/*/*/*/*/src/META-INF/
/*/*/*/*/*/src/META-INF/
/*/*/*/*/*/*/src/META-INF/

# NetBeans
nbproject

# Other
*.log.*
*.log
.sonar-ide.properties
.clover
back to top