https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: 10069ce126945fff04fd0ce8a6e16335739d00c6 authored by Ecaterina Moraru (Valica) on 18 September 2018, 10:15:01 UTC
[maven-release-plugin] prepare release xwiki-commons-10.8-rc-1
Tip revision: 10069ce
.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