https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: c016a21b20d1314d1dc5ce056b27b6afd1f4eac0 authored by Guillaume Delhumeau on 19 September 2017, 10:39:12 UTC
[maven-release-plugin] prepare release xwiki-commons-9.8-rc-1
Tip revision: c016a21
.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