summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-bpel/build.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-26 18:41:09 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-26 18:41:09 +0000
commitc28296c8525f7d60049930a38c970e3c7be97007 (patch)
treec883b2eecae5f2a33c847541659e2dd9b87d563c /java/sca/samples/helloworld-bpel/build.xml
parenta4df5cc529f0933cb42e854d7c449cebbb247af2 (diff)
Update to ode 1.3.2 for the dao-derby zip
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788814 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/samples/helloworld-bpel/build.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/java/sca/samples/helloworld-bpel/build.xml b/java/sca/samples/helloworld-bpel/build.xml
index 890a6427b8..008953e63b 100644
--- a/java/sca/samples/helloworld-bpel/build.xml
+++ b/java/sca/samples/helloworld-bpel/build.xml
@@ -6,15 +6,15 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
- * under the License.
+ * under the License.
-->
<project name="sample-helloworld-bpel" default="compile">
<property name="test.class" value="helloworld.BPELClient" />
@@ -40,7 +40,7 @@
<pathelement location="${manifest.jar}"/>
</classpath>
</java>
-
+
<java classname="org.apache.tuscany.tools.wsdl2java.generate.WSDL2JavaGenerator" fork="true">
<arg value="-targetDirectory"/>
<arg value="target/wsdl2java-source"/>
@@ -53,8 +53,8 @@
</target>
<target name="unzip-ode-db" depends="init">
- <unzip src="../../lib/ode-dao-jpa-ojpa-derby-1.1.zip" dest="target/database"/>
- </target>
+ <unzip src="../../lib/ode-dao-jpa-ojpa-derby-1.3.2.zip" dest="target/database"/>
+ </target>
<target name="compile" depends="init,generate-wsdl,unzip-ode-db">
<javac destdir="target/classes" debug="on" source="1.5" target="1.5">
@@ -69,7 +69,7 @@
</copy>
<jar destfile="target/${test.jar}" basedir="target/classes">
<manifest>
- <attribute name="Main-Class" value="${test.class}" />
+ <attribute name="Main-Class" value="${test.class}" />
</manifest>
</jar>
</target>
@@ -85,7 +85,7 @@
</classpath>
</java>
</target>
-
+
<target name="clean">
<delete includeemptydirs="true">
<fileset dir="target"/>