https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: 05e1cd23077d5e8741cfe72c2af50dc5eeb14e7a authored by Guillaume Delhumeau on 26 March 2020, 10:56:18 UTC
[maven-release-plugin] prepare release xwiki-commons-12.2
Tip revision: 05e1cd2
.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