vgritsenko 2004/04/08 05:30:44
Modified: . build.properties xindice.bat status.xml xindice.sh java/src/org/apache/xindice/server Xindice.java src/documentation/content/xdocs download.ehtml news.xml src/documentation/content/xdocs/dev news.xml Log: preparing 1.1b4 release Revision Changes Path 1.10 +2 -2 xml-xindice/build.properties Index: build.properties =================================================================== RCS file: /home/cvs/xml-xindice/build.properties,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- build.properties 15 Jan 2004 13:29:36 -0000 1.9 +++ build.properties 8 Apr 2004 12:30:44 -0000 1.10 @@ -76,7 +76,7 @@ # Project's properties project.name=xml-xindice project.filename=xindice -project.version=1.1b4-dev +project.version=1.1b4 project.year=1999-2004 # Source directories 1.16 +2 -2 xml-xindice/xindice.bat Index: xindice.bat =================================================================== RCS file: /home/cvs/xml-xindice/xindice.bat,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- xindice.bat 28 Jan 2004 14:26:10 -0000 1.15 +++ xindice.bat 8 Apr 2004 12:30:44 -0000 1.16 @@ -82,7 +82,7 @@ set _JETTY_WEBAPP=%JETTY_WEBAPP% if not "%_JETTY_WEBAPP%" == "" goto gotWebapp -set _JETTY_WEBAPP=%_XINDICE_HOME%\dist\xindice-1.1b4-dev.war +set _JETTY_WEBAPP=%_XINDICE_HOME%\dist\xindice-1.1b4.war :gotWebapp set _JAVA_DEBUG_PORT=%JAVA_DEBUG_PORT% 1.42 +1 -1 xml-xindice/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/xml-xindice/status.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- status.xml 30 Mar 2004 14:01:07 -0000 1.41 +++ status.xml 8 Apr 2004 12:30:44 -0000 1.42 @@ -73,7 +73,7 @@ </todo> <changes> - <release version="1.1b4-dev" date="March 4 2004"> + <release version="1.1b4" date="April 8 2004"> <action dev="VG" type="fix"> Fixed embedded Collection's getCanonicalName. </action> 1.14 +2 -2 xml-xindice/xindice.sh Index: xindice.sh =================================================================== RCS file: /home/cvs/xml-xindice/xindice.sh,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- xindice.sh 23 Feb 2004 02:23:52 -0000 1.13 +++ xindice.sh 8 Apr 2004 12:30:44 -0000 1.14 @@ -77,7 +77,7 @@ fi if [ "$JETTY_WEBAPP" = "" ] ; then - JETTY_WEBAPP=$XINDICE_HOME/dist/xindice-1.1b4-dev.war + JETTY_WEBAPP=$XINDICE_HOME/dist/xindice-1.1b4.war fi if [ "$JAVA_DEBUG_PORT" = "" ] ; then 1.19 +3 -3 xml-xindice/java/src/org/apache/xindice/server/Xindice.java Index: Xindice.java =================================================================== RCS file: /home/cvs/xml-xindice/java/src/org/apache/xindice/server/Xindice.java,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- Xindice.java 8 Feb 2004 02:54:25 -0000 1.18 +++ Xindice.java 8 Apr 2004 12:30:44 -0000 1.19 @@ -46,7 +46,7 @@ public static final int MajorVersion = 1; public static final int MinorVersion = 1; public static final int SubMinorVersion = 0; - public static final String Version = "1.1b4-dev"; + public static final String Version = "1.1b4"; public static final String Codename = "Christmas+.1"; // Copyright/Authorship Information 1.8 +23 -23 xml-xindice/src/documentation/content/xdocs/download.ehtml Index: download.ehtml =================================================================== RCS file: /home/cvs/xml-xindice/src/documentation/content/xdocs/download.ehtml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- download.ehtml 8 Feb 2004 04:03:14 -0000 1.7 +++ download.ehtml 8 Apr 2004 12:30:44 -0000 1.8 @@ -90,45 +90,45 @@ available for download: </p> - <h3>Version 1.1b3 - Source</h3> + <h3>Version 1.1b4 - Source</h3> <ul> - <li><a href="[preferred]/xml/xindice/xml-xindice-1.1b3-src.tar.gz"> + <li><a href="[preferred]/xml/xindice/xml-xindice-1.1b4-src.tar.gz"> Unix archive - tar.gz</a> - [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b3-src.tar.gz.asc">PGP</a> ] - [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b3-src.tar.gz.md5">MD5</a> ] + [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b4-src.tar.gz.asc">PGP</a> ] + [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b4-src.tar.gz.md5">MD5</a> ] </li> - <li><a href="[preferred]/xml/xindice/xml-xindice-1.1b3-src.zip"> + <li><a href="[preferred]/xml/xindice/xml-xindice-1.1b4-src.zip"> Windows archive - zip</a> - [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b3-src.zip.asc">PGP</a> ] - [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b3-src.zip.md5">MD5</a> ] + [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b4-src.zip.asc">PGP</a> ] + [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b4-src.zip.md5">MD5</a> ] </li> </ul> - <h3>Version 1.1b3 - Binary (webapp)</h3> + <h3>Version 1.1b4 - Binary (webapp)</h3> <ul> - <li><a href="[preferred]/xml/xindice/xml-xindice-1.1b3-war.tar.gz"> + <li><a href="[preferred]/xml/xindice/xml-xindice-1.1b4-war.tar.gz"> Unix archive - tar.gz</a> - [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b3-war.tar.gz.asc">PGP</a> ] - [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b3-war.tar.gz.md5">MD5</a> ] + [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b4-war.tar.gz.asc">PGP</a> ] + [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b4-war.tar.gz.md5">MD5</a> ] </li> - <li><a href="[preferred]/xml/xindice/xml-xindice-1.1b3-war.zip"> + <li><a href="[preferred]/xml/xindice/xml-xindice-1.1b4-war.zip"> Windows archive - zip</a> - [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b3-war.zip.asc">PGP</a> ] - [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b3-war.zip.md5">MD5</a> ] + [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b4-war.zip.asc">PGP</a> ] + [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b4-war.zip.md5">MD5</a> ] </li> </ul> - <h3>Version 1.1b3 - Binary (jar)</h3> + <h3>Version 1.1b4 - Binary (jar)</h3> <ul> - <li><a href="[preferred]/xml/xindice/xml-xindice-1.1b3-jar.tar.gz"> + <li><a href="[preferred]/xml/xindice/xml-xindice-1.1b4-jar.tar.gz"> Unix archive - tar.gz</a> - [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b3-jar.tar.gz.asc">PGP</a> ] - [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b3-jar.tar.gz.md5">MD5</a> ] + [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b4-jar.tar.gz.asc">PGP</a> ] + [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b4-jar.tar.gz.md5">MD5</a> ] </li> - <li><a href="[preferred]/xml/xindice/xml-xindice-1.1b3-jar.zip"> + <li><a href="[preferred]/xml/xindice/xml-xindice-1.1b4-jar.zip"> Windows archive - zip</a> - [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b3-jar.zip.asc">PGP</a> ] - [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b3-jar.zip.md5">MD5</a> ] + [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b4-jar.zip.asc">PGP</a> ] + [ <a href="http://www.apache.org/dist/xml/xindice/xml-xindice-1.1b4-jar.zip.md5">MD5</a> ] </li> </ul> 1.10 +9 -3 xml-xindice/src/documentation/content/xdocs/news.xml Index: news.xml =================================================================== RCS file: /home/cvs/xml-xindice/src/documentation/content/xdocs/news.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- news.xml 8 Feb 2004 04:03:14 -0000 1.9 +++ news.xml 8 Apr 2004 12:30:44 -0000 1.10 @@ -33,6 +33,12 @@ <body> <ul> + <!-- li> + <strong>8 April 2003</strong>: + The Apache Xindice team is pleased to <link href="http://marc.theaimsgroup.com/?l=xindice-dev&m=107289430732328">announce</link> + the release of the next version of the Xindice native XML database, + Apache Xindice 1.1b4. + </li --> <li> <strong>5 February 2003</strong>: The Apache Xindice got a Wiki instance at <link href="http://wiki.apache.org/"> 1.7 +10 -4 xml-xindice/src/documentation/content/xdocs/dev/news.xml Index: news.xml =================================================================== RCS file: /home/cvs/xml-xindice/src/documentation/content/xdocs/dev/news.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- news.xml 8 Feb 2004 04:03:15 -0000 1.6 +++ news.xml 8 Apr 2004 12:30:44 -0000 1.7 @@ -33,9 +33,15 @@ <body> <ul> + <!-- li> + <strong>8 April 2003</strong>: + The Apache Xindice team is pleased to <link href="http://marc.theaimsgroup.com/?l=xindice-dev&m=107289430732328">announce</link> + the release of the next version of the Xindice native XML database, + Apache Xindice 1.1b4. + </li --> <li> <strong>6 February 2003</strong>: - Lexus, XUpdate implementation, upgraded to latest CVS version. This Lexus + Lexus, XUpdate implementation, upgraded to the latest CVS version. This Lexus version have bug fixes for multithreading issues. </li> <li>