https://github.com/xwiki/xwiki-commons
Revision 83f3cac0151a8658a177269c7bc73e9e274c4703 authored by Vincent Massol on 19 May 2012, 09:43:12 UTC, committed by Vincent Massol on 19 May 2012, 09:43:12 UTC
1 parent 1c7a2dd
Raw File
Tip revision: 83f3cac0151a8658a177269c7bc73e9e274c4703 authored by Vincent Massol on 19 May 2012, 09:43:12 UTC
[Misc] Sort Alphabetically
Tip revision: 83f3cac
.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