https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: 1ef4e4bdd59fd88cf8638ab30a1013960b4cbb5c authored by Simon Urli on 28 June 2021, 09:40:46 UTC
[maven-release-plugin] prepare release xwiki-commons-13.4.1
Tip revision: 1ef4e4b
.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