diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-26 18:41:09 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-26 18:41:09 +0000 |
commit | c28296c8525f7d60049930a38c970e3c7be97007 (patch) | |
tree | c883b2eecae5f2a33c847541659e2dd9b87d563c | |
parent | a4df5cc529f0933cb42e854d7c449cebbb247af2 (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
-rw-r--r-- | java/sca/samples/helloworld-bpel/build.xml | 16 | ||||
-rw-r--r-- | java/sca/samples/helloworld-bpel/pom.xml | 10 |
2 files changed, 13 insertions, 13 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"/> diff --git a/java/sca/samples/helloworld-bpel/pom.xml b/java/sca/samples/helloworld-bpel/pom.xml index a088095712..0eb1658f85 100644 --- a/java/sca/samples/helloworld-bpel/pom.xml +++ b/java/sca/samples/helloworld-bpel/pom.xml @@ -7,15 +7,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> <modelVersion>4.0.0</modelVersion> @@ -56,7 +56,7 @@ <scope>test</scope> </dependency> </dependencies> - + <build> <finalName>${artifactId}</finalName> <plugins> @@ -75,7 +75,7 @@ <artifactItem> <groupId>org.apache.ode</groupId> <artifactId>ode-dao-jpa-ojpa-derby</artifactId> - <version>1.1</version> + <version>1.3.2</version> <type>zip</type> <overWrite>true</overWrite> <outputDirectory>${project.build.directory}/test-classes/</outputDirectory> |