Revision: 14529
          http://gate.svn.sourceforge.net/gate/?rev=14529&view=rev
Author:   ian_roberts
Date:     2011-11-14 11:35:11 +0000 (Mon, 14 Nov 2011)
Log Message:
-----------
The plugins {} block is supposed to be a sibling of dependencies {}, not a
child.  It seemed to work OK so far but better to play by the rules as I
believe Grails 2 will be more strict about this.

Modified Paths:
--------------
    mimir/trunk/mimir-web/grails-app/conf/BuildConfig.groovy

Modified: mimir/trunk/mimir-web/grails-app/conf/BuildConfig.groovy
===================================================================
--- mimir/trunk/mimir-web/grails-app/conf/BuildConfig.groovy    2011-11-14 
10:42:56 UTC (rev 14528)
+++ mimir/trunk/mimir-web/grails-app/conf/BuildConfig.groovy    2011-11-14 
11:35:11 UTC (rev 14529)
@@ -43,12 +43,11 @@
     }
     dependencies {
         // specify dependencies here under either 'build', 'compile', 
'runtime', 'test' or 'provided' scopes eg.
-      plugins {
-        build ':gwt:latest.integration'
-        runtime ":webflow:$grailsVersion"
-      }
 
         // runtime 'mysql:mysql-connector-java:5.1.5'
     }
+    plugins {
+      compile ':gwt:latest.integration'
+      runtime ":webflow:$grailsVersion"
+    }
 }
- 
\ No newline at end of file

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to