Revision: 16776
          http://sourceforge.net/p/gate/code/16776
Author:   ian_roberts
Date:     2013-08-09 10:42:23 +0000 (Fri, 09 Aug 2013)
Log Message:
-----------
The gwt plugin version 0.8 doesn't mark its dependency on "release" as
non-exported.  Therefore this plugin plus all its transitive dependencies get
into the mimir-cloud WAR file and mess things up badly.

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

Modified: mimir/trunk/mimir-web/grails-app/conf/BuildConfig.groovy.template
===================================================================
--- mimir/trunk/mimir-web/grails-app/conf/BuildConfig.groovy.template   
2013-08-09 10:30:09 UTC (rev 16775)
+++ mimir/trunk/mimir-web/grails-app/conf/BuildConfig.groovy.template   
2013-08-09 10:42:23 UTC (rev 16776)
@@ -67,7 +67,7 @@
         exclude 'grails-webflow'
       }
       compile(':gwt:0.8') {
-        excludes 'resources'
+        excludes 'resources', 'release'
       }
       test(":spock:0.7") {
           // exclude default dependency, as that's unsuitable for groovy 2

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to