Author: hlship
Date: Tue Jun 14 23:12:38 2011
New Revision: 1135842
URL: http://svn.apache.org/viewvc?rev=1135842&view=rev
Log:
TAP5-116: Make the 'eclipse' and 'idea' plugins apply to all modules, including
top-level
Modified:
tapestry/tapestry5/trunk/build.gradle
Modified: tapestry/tapestry5/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1135842&r1=1135841&r2=1135842&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Tue Jun 14 23:12:38 2011
@@ -13,6 +13,9 @@ version = '5.3.0-SNAPSHOT'
allprojects {
+ apply plugin: 'eclipse'
+ apply plugin: 'idea'
+
repositories {
mavenCentral()
@@ -26,8 +29,6 @@ subprojects {
apply plugin: 'java'
apply plugin: 'groovy' // mostly for testing
- apply plugin: 'eclipse'
- apply plugin: 'idea'
apply plugin: 'maven'
apply plugin: 'project-report'