https://github.com/xwiki/xwiki-commons
Revision 0e2ca3da13274b66cb7861ec47f5e586f238afbc authored by Thomas Mortagne on 07 June 2017, 08:37:07 UTC, committed by Thomas Mortagne on 07 June 2017, 08:37:07 UTC
1 parent d330ccb
Raw File
Tip revision: 0e2ca3da13274b66cb7861ec47f5e586f238afbc authored by Thomas Mortagne on 07 June 2017, 08:37:07 UTC
XCOMMONS-1205: Upgrade to commons-compress 1.14
Tip revision: 0e2ca3d
.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