summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 18:20:12 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 18:20:12 +0000
commitcede3c5b59b2c7b9a220d9135646861f0524008b (patch)
tree590fad2621635f10656b9abc6b5dc742c3d3ca9a /sca-java-1.x/branches/sca-java-travelsample-1.0/launchers
parent43158c3941dd9489d9934e976ff08cd1d6612630 (diff)
Reverse the commit for revision r946311
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/launchers')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/fullapp-domain/build.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/introducing-domain/build.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/fullapp-domain/build.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/fullapp-domain/build.xml
index 668c9178b2..36de2a93e4 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/fullapp-domain/build.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/fullapp-domain/build.xml
@@ -32,7 +32,7 @@
<include name="tuscany-node-launcher-*.jar"/>
</fileset>
</classpath>
- <arg value="../../domainconfig/fullapp/target/classes/fullapp"/>
+ <arg value="../../domainconfig/fullapp/target/classes"/>
</java>
</target>
</project>
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/introducing-domain/build.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/introducing-domain/build.xml
index fd111f8c0f..9d8c28b8e1 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/introducing-domain/build.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/introducing-domain/build.xml
@@ -32,7 +32,7 @@
<include name="tuscany-node-launcher-*.jar"/>
</fileset>
</classpath>
- <arg value="../../domainconfig/introducing/target/classes/introducing"/>
+ <arg value="../../domainconfig/introducing/target/classes"/>
</java>
</target>
</project>