summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-domain/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-03-21 01:26:23 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-03-21 01:26:23 +0000
commit07cfae8bfa80e6b266276b0da91ee1ae67c5b7ec (patch)
treefa04c843c4a40a47684addc9a7c7dc1cbe464cda /sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-domain/build.xml
parent77137e309087bf11f67e8d05f4de189bfaeb305f (diff)
Fix incorrect path for domain configuration files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925712 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-domain/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-domain/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-domain/build.xml
index c1810f816b..9d8c28b8e1 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-domain/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-domain/build.xml
@@ -32,7 +32,7 @@
<include name="tuscany-node-launcher-*.jar"/>
</fileset>
</classpath>
- <arg value="./target/classes"/>
+ <arg value="../../domainconfig/introducing/target/classes"/>
</java>
</target>
</project>