summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0/services
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-16 23:12:07 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-16 23:12:07 +0000
commit38f87ce5ee3e4c7631598c32f3330e13b2ba73c4 (patch)
treebf61a219f8090c20eb68cd5a9634a70f4e486097 /sca-java-1.x/branches/sca-java-travelsample-1.0/services
parent18658ff2a130e911504a17768966532372f89488 (diff)
Pass OpenEJB jars to build.xml as <path> instead of <files>
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944937 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/services')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-ejb/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-ejb/build.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-ejb/build.xml
index 94e17736af..be1d774335 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-ejb/build.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/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>