https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: e85d86c8bf55f8b3faae32327dd945f606ea9062 authored by Guillaume Delhumeau on 23 June 2020, 16:13:15 UTC
[maven-release-plugin] prepare release xwiki-commons-12.5-rc-1
Tip revision: e85d86c
.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