https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: 9f85dea635d7747999008c8bb6c721f47d72b3fc authored by Eduard Moraru on 20 July 2021, 16:22:15 UTC
[maven-release-plugin] prepare release xwiki-commons-13.6-rc-1
Tip revision: 9f85dea
.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