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

Store

+
+

Catalog

+
+
+
+ +
+ +
+ +

Your Shopping Cart

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

Store Mashup

+
+ + + + + +
+ + + diff --git a/branches/sca-java-20080910/tutorials/store/store-mashup/pom.xml b/branches/sca-java-20080910/tutorials/store/store-mashup/pom.xml new file mode 100644 index 0000000000..475620e99f --- /dev/null +++ b/branches/sca-java-20080910/tutorials/store/store-mashup/pom.xml @@ -0,0 +1,136 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial-store + 1.4-SNAPSHOT + ../pom.xml + + tutorial-store-mashup + Apache Tuscany SCA Store 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/branches/sca-java-20080910/tutorials/store/store-mashup/store-gadget.composite b/branches/sca-java-20080910/tutorials/store/store-mashup/store-gadget.composite new file mode 100644 index 0000000000..7c10651e52 --- /dev/null +++ b/branches/sca-java-20080910/tutorials/store/store-mashup/store-gadget.composite @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + USD + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-20080910/tutorials/store/store-mashup/store-mashup.composite b/branches/sca-java-20080910/tutorials/store/store-mashup/store-mashup.composite new file mode 100644 index 0000000000..84e4933e63 --- /dev/null +++ b/branches/sca-java-20080910/tutorials/store/store-mashup/store-mashup.composite @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3