https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: bdfc62790677c2994d1b326dbefc3fa0d422683d authored by Eduard Moraru on 08 January 2018, 14:19:44 UTC
[maven-release-plugin] prepare release xwiki-commons-9.11.1
Tip revision: bdfc627
.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