https://github.com/xwiki/xwiki-commons
Revision 77a3fc3fe00572582e86eb948b372895d55659e2 authored by Thomas Mortagne on 05 August 2015, 11:34:57 UTC, committed by Thomas Mortagne on 05 August 2015, 11:35:29 UTC
(cherry picked from commit 96de70a5ec76b3611763246aa11be042f58f2937)
1 parent 285a9ef
Raw File
Tip revision: 77a3fc3fe00572582e86eb948b372895d55659e2 authored by Thomas Mortagne on 05 August 2015, 11:34:57 UTC
XWIKI-12315: Unable to install the UI using Distribution Wizard
Tip revision: 77a3fc3
.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