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:42:09 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 21:42:09 +0000
commit5193c2b4cb040fbd72aacc088e4af7aab6ba46d5 (patch)
tree97229f6fe4bbc6c344763d00d5979df681751da1 /sca-java-1.x/trunk/tutorials/travelsample/services
parent8e17beae712e824f652f30ecd775a66969f8cda2 (diff)
Merge revision r944937 from 1.0 release branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946417 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 94e17736af..be1d774335 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"/>
- <files refid="openejb-files"/>
+ <path refid="openejb-path"/>
</classpath>
</java>
</target>