https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: f8bde218fc0a93a21b0d663346792216892a9585 authored by Marius Dumitru Florea on 12 September 2013, 06:20:46 UTC
[maven-release-plugin] prepare release xwiki-commons-5.2-milestone-2
Tip revision: f8bde21
.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