summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/services
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 21:35:36 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 21:35:36 +0000
commit03b1ff118ece1c73cd9e33bb7a65c212b0898dfc (patch)
treea480bd72619e27f1faf892fb9c6828ea184513c1 /sca-java-1.x/trunk/tutorials/travelsample/services
parente91f85e5be5f84b93a9cb7212645c03221faddee (diff)
Merge revision r944884 from 1.0 release branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946410 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/services')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/build.xml
index ac75efa6ca..94e17736af 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/build.xml
@@ -28,7 +28,7 @@
fork="true" failonerror="true">
<classpath>
<pathelement location="target/${ant.project.name}.jar"/>
- <fileset dir="${openejb-dir}"/>
+ <files refid="openejb-files"/>
</classpath>
</java>
</target>