summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/launchers')
-rw-r--r--sandbox/travelsample/launchers/fullapp-nodes/build.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/sandbox/travelsample/launchers/fullapp-nodes/build.xml b/sandbox/travelsample/launchers/fullapp-nodes/build.xml
index 996452a6a2..f7bbd47875 100644
--- a/sandbox/travelsample/launchers/fullapp-nodes/build.xml
+++ b/sandbox/travelsample/launchers/fullapp-nodes/build.xml
@@ -28,9 +28,6 @@
<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-launcher-fullapp-nodes.jar" basedir="target/classes">
<manifest>
<attribute name="Main-Class" value="scatours.FullAppNodesLauncher"/>