summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-11-06 21:00:02 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2009-11-06 21:00:02 +0000
commit225ad3f883cacf54f6d0e12cc5de4d4a4112c58f (patch)
tree59288f8c1be74e5241db6e98abbcdee16269b74d /sandbox/travelsample/launchers
parent3c0bb267eb06174bcecef406fc8891f8a8c866b8 (diff)
No need to copy the src/main/resources directory as there is no resources directory in this project
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833555 13f79535-47bb-0310-9956-ffa450edef68
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"/>