jochen 2005/04/27 14:09:58
Modified: xdocs changes.xml . build.xml project.xml Log: Release preparations. Revision Changes Path 1.24 +2 -3 ws-xmlrpc/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/ws-xmlrpc/xdocs/changes.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- changes.xml 26 Apr 2005 13:13:30 -0000 1.23 +++ changes.xml 27 Apr 2005 21:09:57 -0000 1.24 @@ -1,12 +1,12 @@ <?xml version="1.0"?> <document> <properties> - <title>Chnanges</title> + <title>Changes</title> <author email="[EMAIL PROTECTED]">Siegfried Goeschl</author> </properties> <body> - <release version="2.0-a1-dev" date="as in CVS"> + <release version="2.0-beta" date="2005-Apr-27"> <action dev="sgoeschl" type="fix"> Fixed broken ANT build after upgrading to commons-codec-1.3.jar </action> @@ -33,7 +33,6 @@ Updated the ANT build to download dependend JARs automagically </action> </release> - </body> </document> 1.32 +17 -1 ws-xmlrpc/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/ws-xmlrpc/build.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- build.xml 26 Apr 2005 10:19:48 -0000 1.31 +++ build.xml 27 Apr 2005 21:09:57 -0000 1.32 @@ -3,7 +3,7 @@ <project name="xmlrpc" default="jar" basedir="."> <!-- Properties which are not allowed to be overridden --> - <property name="version" value="2.0-a1-dev"/> + <property name="version" value="2.0-beta"/> <!-- Allow any locally-specified values to override the defaults --> <property file="build.properties" /> @@ -14,6 +14,12 @@ <!-- Set default values for the build --> <property file="default.properties" /> + <!-- Source version --> + <property name="source.version" value="1.2"/> + + <!-- Target version --> + <property name="target.version" value="1.1"/> + <!-- Construct compile classpath --> <path id="classpath"> <pathelement location="${jsse.jar}"/> @@ -187,6 +193,8 @@ debug="${debug}" deprecation="${deprecation}" optimize="${optimize}" + source="${source.version}" + target="${target.version}" > <classpath refid="classpath"/> @@ -491,6 +499,14 @@ </zipfileset> </zip> + <checksum algorithm="MD5" fileext=".md5"> + <fileset dir="."> + <include name="${final.name}.tar.gz"/> + <include name="${final.name}-src.tar.gz"/> + <include name="${final.name}.zip"/> + <include name="${final.name}-src.zip"/> + </fileset> + </checksum> </target> </project> 1.25 +1 -7 ws-xmlrpc/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/ws-xmlrpc/project.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- project.xml 26 Apr 2005 09:47:48 -0000 1.24 +++ project.xml 27 Apr 2005 21:09:57 -0000 1.25 @@ -4,7 +4,7 @@ <pomVersion>3</pomVersion> <name>xmlrpc</name> <id>xmlrpc</id> - <currentVersion>2.0-a1-dev</currentVersion> + <currentVersion>2.0-beta</currentVersion> <organization> <name>Apache Software Foundation</name> <url>http://ws.apache.org/</url> @@ -85,12 +85,6 @@ <organization></organization> </developer> <developer> - <name>Martin Poeschl</name> - <id>mpoeschl</id> - <email>[EMAIL PROTECTED]</email> - <organization>Tucana.at</organization> - </developer> - <developer> <name>Daniel Rall</name> <id>dlr</id> <email>dlr@finemaltcoding.com</email>