You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/05/31 02:14:36 UTC

svn commit: r542986 - /geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Genesis/Controller.groovy

Author: jdillon
Date: Wed May 30 17:14:35 2007
New Revision: 542986

URL: http://svn.apache.org/viewvc?view=rev&rev=542986
Log:
Use the new repo

Modified:
    geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Genesis/Controller.groovy

Modified: geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Genesis/Controller.groovy
URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Genesis/Controller.groovy?view=diff&rev=542986&r1=542985&r2=542986
==============================================================================
--- geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Genesis/Controller.groovy (original)
+++ geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Genesis/Controller.groovy Wed May 30 17:14:35 2007
@@ -37,7 +37,7 @@
         // HACK: Using this to test...
         //
         
-        def repo = new gbuild.config.libraries.GBuildRepository()
+        def repo = new gbuild.config.libraries.CodestationRepository()
         
         def getLibrary = { name, version ->
             def lib = LibraryManager.getLibrary(repo, name, version)