https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: 15d5d28dc02e8854237a43c4ebe6cc2303c8cce1 authored by Simon Urli on 28 October 2020, 08:37:19 UTC
[maven-release-plugin] prepare release xwiki-commons-12.6.4
Tip revision: 15d5d28
.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