summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/introducing-domain
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 17:57:11 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 17:57:11 +0000
commit43158c3941dd9489d9934e976ff08cd1d6612630 (patch)
tree439f10efda4f7223e5cd84e181f7dcd6c7a3b184 /sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/introducing-domain
parentd3a8ee00cef2f45994737412b72f742619d20cd3 (diff)
Change domainconfig directory structure to make ant build of binaries module work
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946311 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/introducing-domain')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/launchers/introducing-domain/build.xml2
1 files changed, 1 insertions, 1 deletions
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 9d8c28b8e1..fd111f8c0f 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"/>
+ <arg value="../../domainconfig/introducing/target/classes/introducing"/>
</java>
</target>
</project>