You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2004/01/01 22:46:41 UTC

cvs commit: xml-xindice/java/src/org/apache/xindice/server Xindice.java

vgritsenko    2004/01/01 13:46:41

  Modified:    .        build.properties xindice.bat xindice.sh
               java/scratchpad/ui-eclipse .classpath plugin.xml
               java/src/org/apache/xindice/server Xindice.java
  Log:
  Starting 1.1b4
  
  Revision  Changes    Path
  1.8       +2 -2      xml-xindice/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/xml-xindice/build.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.properties	31 Dec 2003 01:25:54 -0000	1.7
  +++ build.properties	1 Jan 2004 21:46:41 -0000	1.8
  @@ -76,7 +76,7 @@
   # Project's properties
   project.name=xml-xindice
   project.filename=xindice
  -project.version=1.1b3
  +project.version=1.1b4-dev
   project.year=1999-2003
   
   # Source directories
  
  
  
  1.11      +2 -2      xml-xindice/xindice.bat
  
  Index: xindice.bat
  ===================================================================
  RCS file: /home/cvs/xml-xindice/xindice.bat,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- xindice.bat	31 Dec 2003 01:25:54 -0000	1.10
  +++ xindice.bat	1 Jan 2004 21:46:41 -0000	1.11
  @@ -48,7 +48,7 @@
   :gotPort
   
   if not "%JETTY_WEBAPP%" == "" goto gotWebapp
  -set JETTY_WEBAPP=%XINDICE_HOME%\dist\xindice-1.1b3.war
  +set JETTY_WEBAPP=%XINDICE_HOME%\dist\xindice-1.1b4-dev.war
   :gotWebapp
   
   if not "%JAVA_DEBUG_PORT%" == "" goto gotWebapp
  
  
  
  1.9       +2 -2      xml-xindice/xindice.sh
  
  Index: xindice.sh
  ===================================================================
  RCS file: /home/cvs/xml-xindice/xindice.sh,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- xindice.sh	31 Dec 2003 01:25:54 -0000	1.8
  +++ xindice.sh	1 Jan 2004 21:46:41 -0000	1.9
  @@ -71,7 +71,7 @@
   fi
   
   if [ "$JETTY_WEBAPP" = "" ] ; then
  -  JETTY_WEBAPP=$XINDICE_HOME/dist/xindice-1.1b3.war
  +  JETTY_WEBAPP=$XINDICE_HOME/dist/xindice-1.1b4-dev.war
   fi
   
   if [ "$JAVA_DEBUG_PORT" = "" ] ; then
  
  
  
  1.10      +1 -1      xml-xindice/java/scratchpad/ui-eclipse/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/scratchpad/ui-eclipse/.classpath,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- .classpath	31 Dec 2003 01:25:54 -0000	1.9
  +++ .classpath	1 Jan 2004 21:46:41 -0000	1.10
  @@ -3,7 +3,7 @@
       <classpathentry kind="src" path="src/"/>
       <classpathentry kind="lib" path="lib/dom4j-1.4-dev-8.jar"/>
       <classpathentry kind="lib" path="lib/xerces-2.6.0.jar"/>
  -    <classpathentry exported="true" kind="lib" path="lib/xindice-1.1b3.jar"/>
  +    <classpathentry exported="true" kind="lib" path="lib/xindice-1.1b4-dev.jar"/>
       <classpathentry kind="lib" path="lib/xml-apis.jar"/>
       <classpathentry kind="lib" path="lib/xmldb-api-20021118.jar"/>
       <classpathentry kind="lib" path="lib/xmldb-api-sdk-20021118.jar"/>
  
  
  
  1.11      +1 -1      xml-xindice/java/scratchpad/ui-eclipse/plugin.xml
  
  Index: plugin.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/scratchpad/ui-eclipse/plugin.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- plugin.xml	31 Dec 2003 01:25:54 -0000	1.10
  +++ plugin.xml	1 Jan 2004 21:46:41 -0000	1.11
  @@ -11,7 +11,7 @@
         <library name="xindice.ui.eclipse.jar"/>
         <library name="lib/dom4j-1.4-dev-8.jar"/>
         <library name="lib/xerces-2.6.0.jar"/>
  -      <library name="lib/xindice-1.1b3.jar">
  +      <library name="lib/xindice-1.1b4-dev.jar">
            <export name="*"/>
         </library>
         <library name="lib/xml-apis.jar"/>
  
  
  
  1.16      +4 -4      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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Xindice.java	31 Dec 2003 01:25:54 -0000	1.15
  +++ Xindice.java	1 Jan 2004 21:46:41 -0000	1.16
  @@ -89,8 +89,8 @@
       public static final int MajorVersion = 1;
       public static final int MinorVersion = 1;
       public static final int SubMinorVersion = 0;
  -    public static final String Version = "1.1b3";
  -    public static final String Codename = "Christmas";
  +    public static final String Version = "1.1b4-dev";
  +    public static final String Codename = "Christmas+.1";
   
       // Copyright/Authorship Information
       public static final String Title = "Xindice";