https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: e73ebc676e70e795b8c53fda4977f55aafe9b1a5 authored by Eduard Moraru on 14 August 2020, 16:13:06 UTC
[maven-release-plugin] prepare release xwiki-commons-12.6.1
Tip revision: e73ebc6
.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