Skip to content

Commit

Permalink
remove inclusion of config and logging file in jar
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Oct 31, 2010
1 parent be96e94 commit e6b4a8b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
9 changes: 0 additions & 9 deletions .idea/libraries/config.xml

This file was deleted.

1 change: 0 additions & 1 deletion .idea/modules/elasticsearch.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/elasticsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e6b4a8b

Please sign in to comment.