From ebb89430400c2cb1d1c74ca18927375ff41601cc Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 5 Feb 2009 07:55:03 +0000 Subject: Move the contrib folder out of the sca trunk build as discussed on the ML git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741038 13f79535-47bb-0310-9956-ffa450edef68 --- .../tutorials/store/store-mashup/pom.xml | 136 +++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 java/sca-contrib/tutorials/store/store-mashup/pom.xml (limited to 'java/sca-contrib/tutorials/store/store-mashup/pom.xml') diff --git a/java/sca-contrib/tutorials/store/store-mashup/pom.xml b/java/sca-contrib/tutorials/store/store-mashup/pom.xml new file mode 100644 index 0000000000..1bfaff5087 --- /dev/null +++ b/java/sca-contrib/tutorials/store/store-mashup/pom.xml @@ -0,0 +1,136 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-tutorial-store + 2.0-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 + 2.0-SNAPSHOT + + + + + ${artifactId} + ${basedir} + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 2.0-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