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 2008/05/23 13:01:36 UTC

svn commit: r659500 - /geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml

Author: jdillon
Date: Fri May 23 04:01:35 2008
New Revision: 659500

URL: http://svn.apache.org/viewvc?rev=659500&view=rev
Log:
Need an explicit <id> for the file: muck for now

Modified:
    geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml

Modified: geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml?rev=659500&r1=659499&r2=659500&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml (original)
+++ geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml Fri May 23 04:01:35 2008
@@ -28,6 +28,10 @@
 
     <remoteRepositories>
         <remoteRepository>
+            <id>maven-cache</id>
+            <!--
+            FIXME: Need to get ${user.home} expansion working soon to drop this hard-coded muck
+            -->
             <location>file:/Users/jason/.m2/repository</location>
         </remoteRepository>