summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/foo/samples/binding-ws-calculator/build.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-19 09:18:50 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-19 09:18:50 +0000
commitb01a48af1348f826cd381a9cb8d9753f3307f6e4 (patch)
tree56784c335ac212e6d1b0faaa35b7bb39c382d20f /sandbox/ant/sca/branches/foo/samples/binding-ws-calculator/build.xml
parentfa1f00d189483755f71e152348ab89d2ffda16fa (diff)
Make more build scrips version neutral
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755883 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/ant/sca/branches/foo/samples/binding-ws-calculator/build.xml')
-rw-r--r--sandbox/ant/sca/branches/foo/samples/binding-ws-calculator/build.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/sandbox/ant/sca/branches/foo/samples/binding-ws-calculator/build.xml b/sandbox/ant/sca/branches/foo/samples/binding-ws-calculator/build.xml
index 21e6f918ca..e13ec494b0 100644
--- a/sandbox/ant/sca/branches/foo/samples/binding-ws-calculator/build.xml
+++ b/sandbox/ant/sca/branches/foo/samples/binding-ws-calculator/build.xml
@@ -35,10 +35,12 @@
source="1.5"
target="1.5"
failonerror="true">
- <classpath>
- <pathelement location="../../modules/tuscany-sca-api-2.0-M2-SNAPSHOT.jar"/>
- <pathelement location="../../modules/tuscany-node-api-2.0-M2-SNAPSHOT.jar"/>
- </classpath>
+ <classpath>
+ <fileset dir="../../modules">
+ <include name="tuscany-sca-api-*.jar" />
+ <include name="tuscany-node-api-*.jar" />
+ </fileset>
+ </classpath>
</javac>
<copy todir="target/classes">
<fileset dir="src/main/resources"/>