https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: 0792d0171112ff13deb37c44171a64066972c4fb authored by Guillaume Delhumeau on 09 September 2020, 08:15:39 UTC
[maven-release-plugin] prepare release xwiki-commons-12.6.2
Tip revision: 0792d01
.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