Revision: 18595
          http://sourceforge.net/p/gate/code/18595
Author:   ian_roberts
Date:     2015-03-17 16:00:24 +0000 (Tue, 17 Mar 2015)
Log Message:
-----------
Added new repository definition for Grails plugins

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

Modified: mimir/trunk/mimir-cloud/grails-app/conf/BuildConfig.groovy.template
===================================================================
--- mimir/trunk/mimir-cloud/grails-app/conf/BuildConfig.groovy.template 
2015-03-11 11:46:23 UTC (rev 18594)
+++ mimir/trunk/mimir-cloud/grails-app/conf/BuildConfig.groovy.template 
2015-03-17 16:00:24 UTC (rev 18595)
@@ -24,6 +24,7 @@
 
         mavenLocal()
         mavenCentral()
+        mavenRepo('https://repo.grails.org/grails/plugins')
 
         // uncomment these (or add new ones) to enable remote dependency 
resolution from public Maven repositories
         //mavenRepo "http://snapshots.repository.codehaus.org";
@@ -61,4 +62,4 @@
 // Version of GWT to use - this will be downloaded automatically using Ivy
 gwt {
   version = "@gwtversion@"
-}
\ No newline at end of file
+}

Modified: mimir/trunk/mimir-web/grails-app/conf/BuildConfig.groovy.template
===================================================================
--- mimir/trunk/mimir-web/grails-app/conf/BuildConfig.groovy.template   
2015-03-11 11:46:23 UTC (rev 18594)
+++ mimir/trunk/mimir-web/grails-app/conf/BuildConfig.groovy.template   
2015-03-17 16:00:24 UTC (rev 18595)
@@ -16,6 +16,7 @@
         // from public Maven repositories
         //mavenLocal()
         mavenCentral()
+        mavenRepo('https://repo.grails.org/grails/plugins')
         //mavenRepo "http://snapshots.repository.codehaus.org";
         //mavenRepo "http://repository.codehaus.org";
         //mavenRepo "http://download.java.net/maven/2/";

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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to