From f59fca36e7538cafbd6032003c7b06d64862a2bf Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 19 Jul 2010 02:50:53 +0000 Subject: Branch to experiment with dynamic component interfaces and implementations. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965346 13f79535-47bb-0310-9956-ffa450edef68 --- .../distribution/launcher-embedded-jse/build.xml | 41 +++++++++++++ .../distribution/launcher-embedded-jse/pom.xml | 69 ++++++++++++++++++++++ 2 files changed, 110 insertions(+) create mode 100644 sandbox/sebastien/java/dynamic/itest/distribution/launcher-embedded-jse/build.xml create mode 100644 sandbox/sebastien/java/dynamic/itest/distribution/launcher-embedded-jse/pom.xml (limited to 'sandbox/sebastien/java/dynamic/itest/distribution/launcher-embedded-jse') diff --git a/sandbox/sebastien/java/dynamic/itest/distribution/launcher-embedded-jse/build.xml b/sandbox/sebastien/java/dynamic/itest/distribution/launcher-embedded-jse/build.xml new file mode 100644 index 0000000000..cd569b380a --- /dev/null +++ b/sandbox/sebastien/java/dynamic/itest/distribution/launcher-embedded-jse/build.xml @@ -0,0 +1,41 @@ + + + + ${java.home} + + + + + + + + + + + + diff --git a/sandbox/sebastien/java/dynamic/itest/distribution/launcher-embedded-jse/pom.xml b/sandbox/sebastien/java/dynamic/itest/distribution/launcher-embedded-jse/pom.xml new file mode 100644 index 0000000000..93bd2e3327 --- /dev/null +++ b/sandbox/sebastien/java/dynamic/itest/distribution/launcher-embedded-jse/pom.xml @@ -0,0 +1,69 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + itest-distribution + 2.0-SNAPSHOT + ../pom.xml + + itest-distribution-launcher-embedded-jse + Apache Tuscany SCA iTest Distribution Launcher Embedded JSE + + + + distribution + + + org.apache.tuscany.sca + itest-bin-distro-unzip + pom + 2.0-SNAPSHOT + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + run-samples + verify + + run + + + + + + + + + + + + + + -- cgit v1.2.3