From c4a6a944e93fa338c196ad5c16d5c844d4b2d09c Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 17 Mar 2009 12:05:24 +0000 Subject: Copy sca trunk to sandbox area so i can get the release plugin configuration correct without messing up the live trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755209 13f79535-47bb-0310-9956-ffa450edef68 --- .../itest/distribution/calculator-rmi/build.xml | 51 ++++++++++++++ .../itest/distribution/calculator-rmi/pom.xml | 80 ++++++++++++++++++++++ 2 files changed, 131 insertions(+) create mode 100644 sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/build.xml create mode 100644 sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml (limited to 'sandbox/ant/sca/trunk/itest/distribution/calculator-rmi') diff --git a/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/build.xml b/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/build.xml new file mode 100644 index 0000000000..679c1dcfdf --- /dev/null +++ b/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/build.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml b/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml new file mode 100644 index 0000000000..e00a4013d8 --- /dev/null +++ b/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml @@ -0,0 +1,80 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + itest-distribution + 2.0-SNAPSHOT + ../pom.xml + + itest-distribution-calculator-rmi + Apache Tuscany SCA Distribution itest calculator-rmi + + + + org.apache.tuscany.sca + itest-bin-distro-unzip + pom + 2.0-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