https://github.com/xwiki/xwiki-commons
Revision 0a7f622070e45edce381f32533709def7e5816e1 authored by Vincent Massol on 15 May 2018, 16:59:34 UTC, committed by Vincent Massol on 15 May 2018, 16:59:34 UTC
1 parent 35014b0
Raw File
Tip revision: 0a7f622070e45edce381f32533709def7e5816e1 authored by Vincent Massol on 15 May 2018, 16:59:34 UTC
XCOMMONS-1409: Upgrade to PITest 1.4.0 & Descartes 1.2
Tip revision: 0a7f622
.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