Author: drobiazko
Date: Sun May 22 09:06:45 2011
New Revision: 1125888

URL: http://svn.apache.org/viewvc?rev=1125888&view=rev
Log:
Added gradle idea plugin

Modified:
    tapestry/tapestry5/trunk/   (props changed)
    tapestry/tapestry5/trunk/build.gradle

Propchange: tapestry/tapestry5/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun May 22 09:06:45 2011
@@ -11,3 +11,9 @@ temp-testng-customsuite.xml
 .externalToolBuilders
 
 .gradle
+
+test-output
+
+*.idea
+
+build

Modified: tapestry/tapestry5/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1125888&r1=1125887&r2=1125888&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Sun May 22 09:06:45 2011
@@ -14,6 +14,7 @@ subprojects {
     apply plugin: 'java'
     apply plugin: 'groovy' // mostly for testing
     apply plugin: 'eclipse'
+    apply plugin: 'idea'
     apply plugin: 'maven'
     apply plugin: 'project-report'
     


Reply via email to