diff options
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"/> |