https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: 6c4f6b6c4c85c3cd5e659874b523f93396ef1b8f authored by Thomas Mortagne on 31 January 2018, 09:25:06 UTC
[maven-release-plugin] prepare release xwiki-commons-9.11.2
Tip revision: 6c4f6b6
.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