https://github.com/xwiki/xwiki-commons
Revision 57b53dbac999ee23bc69b90ee0143413b3136fde authored by Thomas Mortagne on 03 March 2021, 08:42:57 UTC, committed by Thomas Mortagne on 03 March 2021, 08:42:57 UTC
1 parent d6507de
Raw File
Tip revision: 57b53dbac999ee23bc69b90ee0143413b3136fde authored by Thomas Mortagne on 03 March 2021, 08:42:57 UTC
XCOMMONS-2132: Upgrade to Checker Qual 3.11.0
Tip revision: 57b53db
.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