Skip to content

Commit

Permalink
creating eclipse project files for every subproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Rampp committed Feb 18, 2013
1 parent 55b6885 commit d89db32
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ subprojects {

apply plugin: 'java'

apply plugin: 'maven'

apply plugin: 'eclipse'

sourceCompatibility = 1.6

repositories {
Expand Down Expand Up @@ -47,6 +51,3 @@ applicationDistribution.from('etc') {
}
applicationDistribution.from project.findProject(':server').file("webapp"), { into 'webapp' }
applicationDistribution.from configurations.distLibs, { into 'lib' }


apply plugin: 'eclipse'

0 comments on commit d89db32

Please sign in to comment.