https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: fa35b6745b39cd3fe89b95ac25b0a71f78f8839a authored by Marius Dumitru Florea on 24 January 2012, 08:30:55 UTC
[maven-release-plugin] prepare release xwiki-commons-3.4
Tip revision: fa35b67
.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