https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: 75e8654651969f3f8c27a7747939b1ce1a3a3422 authored by Manuel Leduc on 05 January 2022, 11:17:24 UTC
[maven-release-plugin] prepare release xwiki-commons-12.10.11
Tip revision: 75e8654
.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