https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: a2ed27813c3af2903ededcd10988ff3087391fb5 authored by Ecaterina Moraru (Valica) on 18 December 2018, 17:01:43 UTC
[maven-release-plugin] prepare release xwiki-commons-10.11-rc-1
Tip revision: a2ed278
.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