https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: c9e48abd52b4264217a369c7a8dc03847ea0f198 authored by Simon Urli on 30 April 2019, 06:54:57 UTC
[maven-release-plugin] prepare release xwiki-commons-11.3
Tip revision: c9e48ab
.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