https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: 58fe16cac77b941e14718b2d077d8bddd4f4ada9 authored by Thomas Mortagne on 20 August 2019, 08:03:09 UTC
[maven-release-plugin] prepare release xwiki-commons-11.7-rc-1
Tip revision: 58fe16c
.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