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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to