https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: 56ed2775cbc176e6530326cedb82919802fd9b3f authored by Guillaume Delhumeau on 10 November 2016, 17:40:22 UTC
[maven-release-plugin] prepare release xwiki-commons-8.4
Tip revision: 56ed277
.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