Author: thomas.diesler(a)jboss.com
Date: 2007-11-30 03:23:20 -0500 (Fri, 30 Nov 2007)
New Revision: 5153
Modified:
stack/cxf/trunk/ant-import/build-thirdparty.xml
stack/cxf/trunk/version.properties
Log:
cxf.version=2.0.3-incubator
Modified: stack/cxf/trunk/ant-import/build-thirdparty.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-thirdparty.xml 2007-11-29 22:45:11 UTC (rev 5152)
+++ stack/cxf/trunk/ant-import/build-thirdparty.xml 2007-11-30 08:23:20 UTC (rev 5153)
@@ -140,7 +140,7 @@
<echo message="cxf.update.required=${cxf.update.required}"/>
</target>
- <target name="cxf-update" depends="cxf-update-required"
if="cxf.update.required">
+ <target name="cxf-update" depends="cxf-update-required"
if="cxf.update.required" unless="cxf.checkout.required">
<echo message="svn update -r${cxf.svn.rev} ${cxf.svn.url}"/>
<exec dir="${apache.cxf.dir}" executable="svn"
failonerror="true">
<arg value="update"/>
@@ -149,7 +149,7 @@
</target>
<!-- SVN get commit revision -->
- <target name="cxf-svn-info"
depends="cxf-update,cxf-checkout">
+ <target name="cxf-svn-info"
depends="cxf-checkout,cxf-update">
<exec dir="${apache.cxf.dir}" executable="svn"
failonerror="true" output="${apache.cxf.dir}/svn-info.xml">
<arg line="info"/>
<arg line="--xml"/>
Modified: stack/cxf/trunk/version.properties
===================================================================
--- stack/cxf/trunk/version.properties 2007-11-29 22:45:11 UTC (rev 5152)
+++ stack/cxf/trunk/version.properties 2007-11-30 08:23:20 UTC (rev 5153)
@@ -19,10 +19,11 @@
cxf.svn.rev=HEAD
# Apache CXF versions
-cxf.version=2.1-incubator-SNAPSHOT
+# cxf.version=2.1-incubator-SNAPSHOT
+cxf.version=2.0.3-incubator
cxf.geronimo.javamail=1.4_spec-1.0-M1
cxf.geronimo.ws.metadata=2.0_spec-1.1.1
-cxf.jaxws.api=2.1-1
+cxf.jaxws.api=2.0
cxf.jdom=1.0
cxf.neethi=2.0.2
cxf.saaj=1.3
Show replies by date