https://github.com/xwiki/xwiki-commons
Raw File
Tip revision: 00c499c8e09d7911087aa1c066008d3e3b923f1a authored by Thomas Mortagne on 12 February 2016, 16:31:43 UTC
XCOMMONS-916: Refactor logging API to reuse new slf4j LoggingEvent APIs
Tip revision: 00c499c
.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