logo       

svn commit: r530617 - in /xml/xindice/trunk: ./ java/src/org/apache/xindice: msg#00039

Subject: svn commit: r530617 - in /xml/xindice/trunk: ./ java/src/org/apache/xindice/server/ src/documentation/content/xdocs/community/howto/upgrading/
Author: vgritsenko
Date: Thu Apr 19 19:43:19 2007
New Revision: 530617

URL: http://svn.apache.org/viewvc?view=rev&rev=530617
Log:
next release is 1.1

Modified:
    xml/xindice/trunk/build.properties
    xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java
    
xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/index.xml
    
xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/one-one.xml
    xml/xindice/trunk/status.xml
    xml/xindice/trunk/xindiced
    xml/xindice/trunk/xindiced.bat

Modified: xml/xindice/trunk/build.properties
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/build.properties?view=diff&rev=530617&r1=530616&r2=530617
==============================================================================
--- xml/xindice/trunk/build.properties (original)
+++ xml/xindice/trunk/build.properties Thu Apr 19 19:43:19 2007
@@ -90,7 +90,7 @@
 # Project's properties
 project.name=xml-xindice
 project.filename=xindice
-project.version=1.1b5-dev
+project.version=1.1-dev
 project.year=1999-2007
 
 # Source directories

Modified: xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java?view=diff&rev=530617&r1=530616&r2=530617
==============================================================================
--- xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java (original)
+++ xml/xindice/trunk/java/src/org/apache/xindice/server/Xindice.java Thu Apr 
19 19:43:19 2007
@@ -48,7 +48,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.1b5-dev";
+    public static final String Version = "1.1-dev";
     public static final String Codename = "Christmas+.2";
 
     // Copyright/Authorship Information

Modified: 
xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/index.xml
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/index.xml?view=diff&rev=530617&r1=530616&r2=530617
==============================================================================
--- 
xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/index.xml
 (original)
+++ 
xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/index.xml
 Thu Apr 19 19:43:19 2007
@@ -54,7 +54,7 @@
     <p>Pick the version you are currently running, and follow the steps.</p>
     <ul>
       <li>
-        <link href="one-one.html">Xindice 1.1b1 through 1.1b5</link>
+        <link href="one-one.html">Xindice 1.1b1 through 1.1b4</link>
       </li>
       <li>
         <link href="one-oh.html">Xindice 1.0</link>

Modified: 
xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/one-one.xml
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/one-one.xml?view=diff&rev=530617&r1=530616&r2=530617
==============================================================================
--- 
xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/one-one.xml
 (original)
+++ 
xml/xindice/trunk/src/documentation/content/xdocs/community/howto/upgrading/one-one.xml
 Thu Apr 19 19:43:19 2007
@@ -26,7 +26,7 @@
   -->
 <howto>
   <header>
-    <title>Xindice Release 1.1b1 Through 1.1b5 Upgrading How-To</title>
+    <title>Xindice Release 1.1b1 Through 1.1b4 Upgrading How-To</title>
     <version>$Revision$</version>
     <authors>
       <person name="Vadim Gritsenko" email="vgritsenko@xxxxxxxxxx"/>

Modified: xml/xindice/trunk/status.xml
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/status.xml?view=diff&rev=530617&r1=530616&r2=530617
==============================================================================
--- xml/xindice/trunk/status.xml (original)
+++ xml/xindice/trunk/status.xml Thu Apr 19 19:43:19 2007
@@ -117,7 +117,7 @@
     </todo>
 
     <changes>
-        <release version="1.1b5-dev" date="(not released)">
+        <release version="1.1-dev" date="(not released)">
             <action dev="VG" type="update" fixes-bug="41854" due-to="Natalia 
Shilenkova">
                 Add support for HashFiler in database rebuild tool.
             </action>

Modified: xml/xindice/trunk/xindiced
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/xindiced?view=diff&rev=530617&r1=530616&r2=530617
==============================================================================
--- xml/xindice/trunk/xindiced (original)
+++ xml/xindice/trunk/xindiced Thu Apr 19 19:43:19 2007
@@ -100,7 +100,7 @@
 fi
 
 if [ "$JETTY_WEBAPP" = "" ] ; then
-  JETTY_WEBAPP=$XINDICE_HOME/xindice-1.1b5-dev.war
+  JETTY_WEBAPP=$XINDICE_HOME/xindice-1.1-dev.war
 fi
 
 if [ "$JAVA_DEBUG_PORT" = "" ] ; then

Modified: xml/xindice/trunk/xindiced.bat
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/xindiced.bat?view=diff&rev=530617&r1=530616&r2=530617
==============================================================================
--- xml/xindice/trunk/xindiced.bat (original)
+++ xml/xindice/trunk/xindiced.bat Thu Apr 19 19:43:19 2007
@@ -98,7 +98,7 @@
 
 set _JETTY_WEBAPP=%JETTY_WEBAPP%
 if not "%_JETTY_WEBAPP%" == "" goto gotWebapp
-set _JETTY_WEBAPP=%_XINDICE_HOME%\xindice-1.1b5-dev.war
+set _JETTY_WEBAPP=%_XINDICE_HOME%\xindice-1.1-dev.war
 :gotWebapp
 
 set _JAVA_DEBUG_PORT=%JAVA_DEBUG_PORT%





<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
audio.irate.dev...    yellowdog.gener...    ietf.ips/2002-0...    xfree86.fonts/2...    busybox/2003-07...    emacs.jdee/2004...    linux.mandrake....    hardware.microc...    user-groups.lin...    science.analysi...    version-control...    db.filemaker.de...    cluster.openmos...    mail.eyebrowse....    text.xml.xerces...    kde.devel.kwrit...    finance.moneyda...    gcc.regression/...    network.routing...    os.freebsd.deve...    recreation.radi...    qnx.openqnx.dev...    python.xml/2002...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe