https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: 40be5dc047f0bdf787e1ae5689c0e6b312b4e1e0 authored by Marius Dumitru Florea on 19 January 2012, 17:01:46 UTC
[maven-release-plugin] prepare release xwiki-commons-3.4-rc-1
Tip revision: 40be5dc
.gitignore
# Build
target
target-eclipse

# 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/main/java/META-INF/
/*/*/*/src/main/java/META-INF/
/*/*/*/*/src/main/java/META-INF/
/*/*/*/*/*/src/main/java/META-INF/
/*/*/*/*/*/*/src/main/java/META-INF/
/*/src/META-INF/
/*/*/src/META-INF/
/*/*/*/src/META-INF/
/*/*/*/*/src/META-INF/
/*/*/*/*/*/src/META-INF/
/*/*/*/*/*/*/src/META-INF/

# NetBeans
nbproject

# Other
*.log.*
*.log
.sonar-ide.properties
.clover
back to top