https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: f13023780902ce3774748ed8746f27fcb7897db2 authored by Thomas Mortagne on 28 June 2018, 12:40:47 UTC
[maven-release-plugin] prepare release xwiki-commons-9.11.7
Tip revision: f130237
.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