summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/binaries/src/main/resources/build-defs.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 22:04:51 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 22:04:51 +0000
commitd32e9ac7c0616caa1cb3b4ec94e0d7c21e371a0c (patch)
treeaba7f9148f96c64eea9b58c0e7e8606328f12aec /sca-java-1.x/trunk/tutorials/travelsample/binaries/src/main/resources/build-defs.xml
parentd4e1de817d000a1d64489a9f67afa52f90a503b6 (diff)
Merge revision r945328 from 1.0 release branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946446 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/binaries/src/main/resources/build-defs.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/binaries/src/main/resources/build-defs.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/binaries/src/main/resources/build-defs.xml b/sca-java-1.x/trunk/tutorials/travelsample/binaries/src/main/resources/build-defs.xml
index e76572a282..1fb9a327f0 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/binaries/src/main/resources/build-defs.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/binaries/src/main/resources/build-defs.xml
@@ -29,6 +29,13 @@
<fileset dir="${env.TUSCANY_HOME}/modules" includes="tuscany-node-launcher-*.jar"/>
</path>
+ <path id="scatours.tuscany-openejb">
+ <!-- We need the following if the jars were built using ant and have no manifest classpath -->
+ <fileset dir="../openejb"/>
+ <!-- The openejb directory doesn't include all dependencies, so bring these in from Tuscany -->
+ <fileset dir="${env.TUSCANY_HOME}/lib"/>
+ </path>
+
<path id="scatours.openejb-runtime">
<!-- We need the following if the jars were built using ant and have no manifest classpath -->
<fileset dir="../openejb"/>