remove inclusion of config and logging file in jar

This commit is contained in:
kimchy 2010-10-31 10:50:35 +02:00
parent be96e9495a
commit e6b4a8b55c
3 changed files with 1 additions and 11 deletions

View File

@ -1,9 +0,0 @@
<component name="libraryTable">
<library name="config">
<CLASSES>
<root url="file://$PROJECT_DIR$/config" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

View File

@ -12,7 +12,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" scope="RUNTIME" name="config" level="project" />
<orderEntry type="module-library" exported="">
<library name="jarjar">
<CLASSES>

View File

@ -21,7 +21,7 @@ processResources.doLast {
}
// no need to use the resource dir
sourceSets.main.resources.srcDirs 'src/main/java', rootProject.file('config')
sourceSets.main.resources.srcDirs 'src/main/java'
sourceSets.test.resources.srcDirs 'src/test/java'
dependencies {