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 --- .../tutorials/store/store-mashup/pom.xml | 136 +++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 branches/sca-java-20080910/tutorials/store/store-mashup/pom.xml (limited to 'branches/sca-java-20080910/tutorials/store/store-mashup/pom.xml') 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 + + + + + + + + + + + + + + + + -- cgit v1.2.3