diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-21 01:26:23 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-21 01:26:23 +0000 |
commit | 07cfae8bfa80e6b266276b0da91ee1ae67c5b7ec (patch) | |
tree | fa04c843c4a40a47684addc9a7c7dc1cbe464cda /sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-domain | |
parent | 77137e309087bf11f67e8d05f4de189bfaeb305f (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 'sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-domain')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/launchers/introducing-domain/build.xml | 2 |
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>
|