summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/introducing-launcher/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-05-23 16:30:46 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-05-23 16:30:46 +0000
commit7fec7fecf0fe3c9c4c604cc202a90e171c2151cf (patch)
treefda6ab85ae78928b291ab597fe18257f9406df54 /sandbox/travelsample/launchers/introducing-launcher/build.xml
parent37ab6c658ab868681e7d7a2ecb975c6dddedc897 (diff)
Clean up the Introducing sample and the top-level pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777953 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/launchers/introducing-launcher/build.xml')
-rw-r--r--sandbox/travelsample/launchers/introducing-launcher/build.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/sandbox/travelsample/launchers/introducing-launcher/build.xml b/sandbox/travelsample/launchers/introducing-launcher/build.xml
index 6085cd8af1..8a935954a0 100644
--- a/sandbox/travelsample/launchers/introducing-launcher/build.xml
+++ b/sandbox/travelsample/launchers/introducing-launcher/build.xml
@@ -28,18 +28,10 @@
<pathelement location="${env.TUSCANY}/lib/tuscany-sca-manifest.jar"/>
</classpath>
</javac>
- <copy todir="target/classes">
- <fileset dir="src/main/resources"/>
- </copy>
- <jar destfile="target/scatours-introducing-launcher.jar" basedir="target/classes">
- <manifest>
- <attribute name="Main-Class" value="scatours.LaunchNode"/>
- </manifest>
- </jar>
</target>
<target name="run">
- <java classname="scatours.LaunchNode" fork="true">
+ <java classname="scatours.LaunchIntroducingNode" fork="true">
<classpath>
<pathelement location="target/classes"/>
<pathelement location="${env.TUSCANY}/lib/tuscany-sca-manifest.jar"/>