You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/03/22 23:25:03 UTC

svn commit: r640100 - /incubator/tuscany/java/sca/tutorial/domain/workspace.xml

Author: jsdelfino
Date: Sat Mar 22 15:25:02 2008
New Revision: 640100

URL: http://svn.apache.org/viewvc?rev=640100&view=rev
Log:
Fixed incorrect contribution URI in tutorial.

Modified:
    incubator/tuscany/java/sca/tutorial/domain/workspace.xml

Modified: incubator/tuscany/java/sca/tutorial/domain/workspace.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/domain/workspace.xml?rev=640100&r1=640099&r2=640100&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/domain/workspace.xml (original)
+++ incubator/tuscany/java/sca/tutorial/domain/workspace.xml Sat Mar 22 15:25:02 2008
@@ -26,5 +26,5 @@
   <contribution location="file:../store-supplier/target/tutorial-store-supplier.jar" uri="store-supplier"/>
   <contribution location="file:../store-eu/target/tutorial-store-eu.jar" uri="store-eu"/>
   <contribution location="file:../nodes-jee/catalog-webapp/target/tutorial-catalog-webapp.war" uri="catalog-webapp"/>
-  <contribution location="file:../domain/cloud" uri="http://tuscany.apache.org/xmlns/sca/1.0/cloud"/>
+  <contribution location="file:../domain/cloud" uri="http://tuscany.apache.org/cloud"/>
 </workspace>



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