From c8b4f9e260892c8fedbf8bce7c14cf4c1f269210 Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 17 Mar 2009 12:34:57 +0000 Subject: [maven-release-plugin] copy for branch foo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755220 13f79535-47bb-0310-9956-ffa450edef68 --- .../implementation-java-calculator/build.xml | 40 +++++++++++ .../implementation-java-calculator/pom.xml | 80 ++++++++++++++++++++++ 2 files changed, 120 insertions(+) create mode 100644 sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/build.xml create mode 100644 sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/pom.xml (limited to 'sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator') diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/build.xml b/sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/build.xml new file mode 100644 index 0000000000..093ed715fc --- /dev/null +++ b/sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/build.xml @@ -0,0 +1,40 @@ + + + + ${JAVA_HOME} + + + + + + + + + + + diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/pom.xml new file mode 100644 index 0000000000..e76d328231 --- /dev/null +++ b/sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/pom.xml @@ -0,0 +1,80 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + itest-distribution + 2.0-M2-SNAPSHOT + ../pom.xml + + itest-distribution-implementation-java-calculator + Apache Tuscany SCA Distribution itest implementation-java-calculator + + + + org.apache.tuscany.sca + itest-bin-distro-unzip + pom + 2.0-M2-SNAPSHOT + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.3 + + + + ant + ant-trax + 1.6.5 + + + + sun.jdk + tools + 1.6 + system + ${java.home}/../lib/tools.jar + + + + + + run-samples + verify + + run + + + + + + + + + + + + -- cgit v1.2.3