You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2006/10/07 01:32:46 UTC

svn commit: r453813 - /incubator/tuscany/java/sca/runtime/webapp-host/src/main/resources/META-INF/tuscany/webapp.scdl

Author: jboynes
Date: Fri Oct  6 16:32:46 2006
New Revision: 453813

URL: http://svn.apache.org/viewvc?view=rev&rev=453813
Log:
point local maven repo at the default location

Modified:
    incubator/tuscany/java/sca/runtime/webapp-host/src/main/resources/META-INF/tuscany/webapp.scdl

Modified: incubator/tuscany/java/sca/runtime/webapp-host/src/main/resources/META-INF/tuscany/webapp.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/webapp-host/src/main/resources/META-INF/tuscany/webapp.scdl?view=diff&rev=453813&r1=453812&r2=453813
==============================================================================
--- incubator/tuscany/java/sca/runtime/webapp-host/src/main/resources/META-INF/tuscany/webapp.scdl (original)
+++ incubator/tuscany/java/sca/runtime/webapp-host/src/main/resources/META-INF/tuscany/webapp.scdl Fri Oct  6 16:32:46 2006
@@ -129,8 +129,7 @@
 
     <component name="artifactRepository">
         <system:implementation.system class="org.apache.tuscany.core.services.artifact.LocalMavenRepository"/>
-        <!-- this value needs to change to a correct one -->
-        <property name="repository">.</property>
+        <property name="repository">.m2/repository</property>
     </component>
 
     <component name="extender" initLevel="90">



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org