diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-06-27 10:09:16 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2008-06-27 10:09:16 +0000 |
commit | f4775a2ff3f1b206cb3e1300c4ad07e5e1534216 (patch) | |
tree | 85a88e84c200939a0dbeb7f620d38bb8ff3c1d05 /branches/sca-java-1.3/tutorial/domain | |
parent | d6d6f384b72f06d3f76a8712a0cc0be963739ceb (diff) |
remove store-mashup
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672226 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3/tutorial/domain')
-rw-r--r-- | branches/sca-java-1.3/tutorial/domain/cloud.composite | 1 | ||||
-rw-r--r-- | branches/sca-java-1.3/tutorial/domain/domain.composite | 1 | ||||
-rw-r--r-- | branches/sca-java-1.3/tutorial/domain/workspace.xml | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/branches/sca-java-1.3/tutorial/domain/cloud.composite b/branches/sca-java-1.3/tutorial/domain/cloud.composite index 8f879c5261..a2341571fc 100644 --- a/branches/sca-java-1.3/tutorial/domain/cloud.composite +++ b/branches/sca-java-1.3/tutorial/domain/cloud.composite @@ -28,7 +28,6 @@ <include name="ns2:StoreDBNode" uri="http://tuscany.apache.org/cloud" xmlns:ns2="http://tuscany.apache.org/cloud"/> <include name="ns2:StoreSupplierNode" uri="http://tuscany.apache.org/cloud" xmlns:ns2="http://tuscany.apache.org/cloud"/> <include name="ns2:StoreEUNode" uri="http://tuscany.apache.org/cloud" xmlns:ns2="http://tuscany.apache.org/cloud"/> - <include name="ns2:StoreMashupNode" uri="http://tuscany.apache.org/cloud" xmlns:ns2="http://tuscany.apache.org/cloud"/> <include name="ns2:StoreMarketNode" uri="http://tuscany.apache.org/cloud" xmlns:ns2="http://tuscany.apache.org/cloud"/> <include name="ns2:CatalogWebAppNode" uri="http://tuscany.apache.org/cloud" xmlns:ns2="http://tuscany.apache.org/cloud"/> <include name="ns2:CatalogMediationNode" uri="http://tuscany.apache.org/cloud" xmlns:ns2="http://tuscany.apache.org/cloud"/> diff --git a/branches/sca-java-1.3/tutorial/domain/domain.composite b/branches/sca-java-1.3/tutorial/domain/domain.composite index 8d47697df8..06d1cb4133 100644 --- a/branches/sca-java-1.3/tutorial/domain/domain.composite +++ b/branches/sca-java-1.3/tutorial/domain/domain.composite @@ -27,7 +27,6 @@ <include name="ns2:store-supplier" uri="store-supplier" xmlns:ns2="http://store"/> <include name="ns2:store-market" uri="store-market" xmlns:ns2="http://store"/> <include name="ns2:store-eu" uri="store-eu" xmlns:ns2="http://store"/> - <include name="ns2:store-mashup" uri="store-mashup" xmlns:ns2="http://store"/> <include name="ns2:catalogs" uri="web-services" xmlns:ns2="http://services"/> <include name="ns2:currency" uri="web-services" xmlns:ns2="http://services"/> <include name="ns2:catalog-web" uri="catalog-webapp" xmlns:ns2="http://catalog"/> diff --git a/branches/sca-java-1.3/tutorial/domain/workspace.xml b/branches/sca-java-1.3/tutorial/domain/workspace.xml index 9cdbe04ac7..702b9aff30 100644 --- a/branches/sca-java-1.3/tutorial/domain/workspace.xml +++ b/branches/sca-java-1.3/tutorial/domain/workspace.xml @@ -26,7 +26,6 @@ <contribution location="file:../store-supplier/target/tutorial-store-supplier.jar" uri="store-supplier"/> <contribution location="file:../store-market/target/tutorial-store-market.jar" uri="store-market"/> <contribution location="file:../store-eu/target/tutorial-store-eu.jar" uri="store-eu"/> - <contribution location="file:../store-mashup" uri="store-mashup"/> <contribution location="file:../web-services/target/tutorial-web-services.jar" uri="web-services"/> <contribution location="file:../catalog-webapp/target/tutorial-catalog-webapp.war" uri="catalog-webapp"/> <contribution location="file:../catalog-mediation/target/tutorial-catalog-mediation.jar" uri="catalog-mediation"/> |