From c6cbbc66ce949a9ea9db51387da055f375e12b98 Mon Sep 17 00:00:00 2001 From: lresende Date: Mon, 21 Jul 2008 18:00:01 +0000 Subject: Renaming tutorial to tutorial-store git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678519 13f79535-47bb-0310-9956-ffa450edef68 --- .../store-mashup/META-INF/sca-contribution.xml | 25 ++++ .../tutorial-store/store-mashup/build-openajax.xml | 86 +++++++++++ .../store-mashup/gadget/map-gadget.html | 50 +++++++ .../store-mashup/gadget/store-gadget.html | 166 +++++++++++++++++++++ .../store-mashup/map-gadget.composite | 32 ++++ .../store-mashup/mashup/store-mash.html | 70 +++++++++ java/sca/tutorial-store/store-mashup/pom.xml | 136 +++++++++++++++++ .../store-mashup/store-gadget.composite | 64 ++++++++ .../store-mashup/store-mashup.composite | 48 ++++++ 9 files changed, 677 insertions(+) create mode 100644 java/sca/tutorial-store/store-mashup/META-INF/sca-contribution.xml create mode 100644 java/sca/tutorial-store/store-mashup/build-openajax.xml create mode 100644 java/sca/tutorial-store/store-mashup/gadget/map-gadget.html create mode 100644 java/sca/tutorial-store/store-mashup/gadget/store-gadget.html create mode 100644 java/sca/tutorial-store/store-mashup/map-gadget.composite create mode 100644 java/sca/tutorial-store/store-mashup/mashup/store-mash.html create mode 100644 java/sca/tutorial-store/store-mashup/pom.xml create mode 100644 java/sca/tutorial-store/store-mashup/store-gadget.composite create mode 100644 java/sca/tutorial-store/store-mashup/store-mashup.composite (limited to 'java/sca/tutorial-store/store-mashup') diff --git a/java/sca/tutorial-store/store-mashup/META-INF/sca-contribution.xml b/java/sca/tutorial-store/store-mashup/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..4ec08403e5 --- /dev/null +++ b/java/sca/tutorial-store/store-mashup/META-INF/sca-contribution.xml @@ -0,0 +1,25 @@ + + + + + + + diff --git a/java/sca/tutorial-store/store-mashup/build-openajax.xml b/java/sca/tutorial-store/store-mashup/build-openajax.xml new file mode 100644 index 0000000000..4668dedc1d --- /dev/null +++ b/java/sca/tutorial-store/store-mashup/build-openajax.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/sca/tutorial-store/store-mashup/gadget/map-gadget.html b/java/sca/tutorial-store/store-mashup/gadget/map-gadget.html new file mode 100644 index 0000000000..d76bcad91b --- /dev/null +++ b/java/sca/tutorial-store/store-mashup/gadget/map-gadget.html @@ -0,0 +1,50 @@ + + + +Map + + + + + + + +
+ + diff --git a/java/sca/tutorial-store/store-mashup/gadget/store-gadget.html b/java/sca/tutorial-store/store-mashup/gadget/store-gadget.html new file mode 100644 index 0000000000..c09b9d28c8 --- /dev/null +++ b/java/sca/tutorial-store/store-mashup/gadget/store-gadget.html @@ -0,0 +1,166 @@ + + + +Store + + + + + + + + +

Store

+
+

Catalog

+
+
+
+ +
+ +
+ +

Your Shopping Cart

+
+
+
+
+
+ + + (feed) +
+
+ + diff --git a/java/sca/tutorial-store/store-mashup/map-gadget.composite b/java/sca/tutorial-store/store-mashup/map-gadget.composite new file mode 100644 index 0000000000..77db2edbf2 --- /dev/null +++ b/java/sca/tutorial-store/store-mashup/map-gadget.composite @@ -0,0 +1,32 @@ + + + + + + + + + + + + diff --git a/java/sca/tutorial-store/store-mashup/mashup/store-mash.html b/java/sca/tutorial-store/store-mashup/mashup/store-mash.html new file mode 100644 index 0000000000..aab14bc065 --- /dev/null +++ b/java/sca/tutorial-store/store-mashup/mashup/store-mash.html @@ -0,0 +1,70 @@ + + + +Store Mashup + + + + + + + + + +

Store Mashup

+
+ + + + + +
+ + + diff --git a/java/sca/tutorial-store/store-mashup/pom.xml b/java/sca/tutorial-store/store-mashup/pom.xml new file mode 100644 index 0000000000..190f833496 --- /dev/null +++ b/java/sca/tutorial-store/store-mashup/pom.xml @@ -0,0 +1,136 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial + 1.4-SNAPSHOT + ../pom.xml + + tutorial-store-mashup + Apache Tuscany SCA Tutorial Online Store Mashup + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4-SNAPSHOT + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.4-SNAPSHOT + + + + generate + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + ant + ant-trax + 1.6.5 + + + + + + install-openajax + validate + + run + + + + + + + + + + + copy-openajax-files + generate-resources + + run + + + + + + + + + + + + clean-openajax-files + clean + + run + + + + + + + + + + + + + + + + diff --git a/java/sca/tutorial-store/store-mashup/store-gadget.composite b/java/sca/tutorial-store/store-mashup/store-gadget.composite new file mode 100644 index 0000000000..7c10651e52 --- /dev/null +++ b/java/sca/tutorial-store/store-mashup/store-gadget.composite @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + USD + + + + + + + + + + + + + + + + + + + + + diff --git a/java/sca/tutorial-store/store-mashup/store-mashup.composite b/java/sca/tutorial-store/store-mashup/store-mashup.composite new file mode 100644 index 0000000000..84e4933e63 --- /dev/null +++ b/java/sca/tutorial-store/store-mashup/store-mashup.composite @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3