https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: 7bf972d2922642615c8bb9d1c3e4759db8f88cdd authored by Guillaume Delhumeau on 05 October 2017, 10:24:03 UTC
[maven-release-plugin] prepare release xwiki-commons-9.8.1
Tip revision: 7bf972d
.gitignore
# Maven Build
target
target-eclipse

# Gradle Build
build
.gradle

# 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/test/java/META-INF/
**/src/META-INF/
#PyDev
.pydevproject

# NetBeans
nbproject

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