Skip to content

Commit

Permalink
added eclipse plugin to create Eclipse project files
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Rampp committed Nov 29, 2012
1 parent 6d0b540 commit 55b6885
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ applicationDistribution.from('etc') {
into 'etc'
}
applicationDistribution.from project.findProject(':server').file("webapp"), { into 'webapp' }
applicationDistribution.from configurations.distLibs, { into 'lib' }
applicationDistribution.from configurations.distLibs, { into 'lib' }


apply plugin: 'eclipse'

0 comments on commit 55b6885

Please sign in to comment.