ozeigermann 2005/01/09 16:32:35
Modified: transaction build.xml RELEASE-NOTES.txt project.xml
Log:
Counted up to 1.1b1
Revision Changes Path
1.10 +5 -2 jakarta-commons/transaction/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/transaction/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 18 Dec 2004 23:19:08 -0000 1.9
+++ build.xml 10 Jan 2005 00:32:35 -0000 1.10
@@ -20,7 +20,7 @@
<property name="compile.deprecation" value="true" />
<property name="compile.optimize" value="true" />
- <property name="version" value="1.1b1-pre"/>
+ <property name="version" value="1.1b1"/>
<property name="name" value="commons-transaction" />
<property name="title" value="Commons Transaction" />
<property name="package" value="org.apache.commons.transaction" />
@@ -314,7 +314,10 @@
<!-- ===================================================================
-->
<!-- Build documentation
-->
<!-- ===================================================================
-->
- <target name="doc" depends="prepare,javadocs" description="Generate
documentation">
+ <target name="doc" depends="prepare,javadocs,xdocs"
+ description="Generate full documentation" />
+
+ <target name="xdocs" depends="prepare" description="Generate
documentation">
<style basedir="xdocs" destdir="${build.doc}" extension=".html"
style="xdocs/style/basic.xsl" includes="*.xml"/>
<style basedir="xdocs/file" destdir="${build.doc}/file"
extension=".html" style="xdocs/style/basic.xsl" includes="*.xml"/>
<style basedir="xdocs/locks" destdir="${build.doc}/locks"
extension=".html" style="xdocs/style/basic.xsl" includes="*.xml"/>
1.12 +3 -3 jakarta-commons/transaction/RELEASE-NOTES.txt
Index: RELEASE-NOTES.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/transaction/RELEASE-NOTES.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- RELEASE-NOTES.txt 8 Jan 2005 19:49:00 -0000 1.11
+++ RELEASE-NOTES.txt 10 Jan 2005 00:32:35 -0000 1.12
@@ -1,7 +1,7 @@
-Jakarta Commons Transaction Release 1.1 beta1 pre
--------------------------------------------------
+Jakarta Commons Transaction Release 1.1 beta1
+---------------------------------------------
-RELEASE NUMBER: 1.1b1-pre
+RELEASE NUMBER: 1.1b1
RELEASE TAG / BRANCH: none yet / none yet
DESCRIPTION
1.6 +1 -1 jakarta-commons/transaction/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/transaction/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- project.xml 18 Dec 2004 23:23:43 -0000 1.5
+++ project.xml 10 Jan 2005 00:32:35 -0000 1.6
@@ -10,7 +10,7 @@
<shortDescription>Commons Transaction</shortDescription>
<description>Commons Transaction</description>
- <currentVersion>1.1b1-pre</currentVersion>
+ <currentVersion>1.1b1</currentVersion>
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]