[jsword-svn] bibledesktop-web/web/stable s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Tue Mar 22 20:41:50 MST 2005


Update of /cvs/jsword/bibledesktop-web/web/stable
In directory www.crosswire.org:/tmp/cvs-serv27555/web/stable

Modified Files:
	jsword.jar jsword.bat bibledesktop.jar bibledesktop.jnlp 
	common.jar jlfgr-1_0.jar lcp.bat 
Added Files:
	jdom-1.0.jar lucene-1.4.3.jar commons-net-1.3.0.jar 
Removed Files:
	icon32.png commons-lang-2.0.jar jdom.jar lucene-1.3-final.jar 
	winlaf-0.4.jar commons-net-1.1.0.jar icon64.png 
	log4j-1.2.8.jar 
Log Message:
Preparing for release of 0.9.9

--- winlaf-0.4.jar DELETED ---

--- log4j-1.2.8.jar DELETED ---

--- jdom.jar DELETED ---

--- NEW FILE: lucene-1.4.3.jar ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: commons-net-1.3.0.jar ---
(This appears to be a binary file; contents omitted.)

--- commons-lang-2.0.jar DELETED ---

Index: common.jar
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/stable/common.jar,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
Binary files /tmp/cvsMPOm2L and /tmp/cvsqme5hY differ

--- icon64.png DELETED ---

Index: jsword.jar
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/stable/jsword.jar,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
Binary files /tmp/cvsrJCc0M and /tmp/cvs0YEOmZ differ

Index: bibledesktop.jnlp
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/stable/bibledesktop.jnlp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bibledesktop.jnlp	28 Aug 2004 08:14:58 -0000	1.1
--- bibledesktop.jnlp	23 Mar 2005 03:41:48 -0000	1.2
***************
*** 2,6 ****
  <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Descriptor 1.0//EN" "jnlp.dtd">
  
! <jnlp spec="1.0+" codebase="http://www.crosswire.org/bibledesktop/nightly" href="bibledesktop.jnlp">
  
    <information>
--- 2,6 ----
  <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Descriptor 1.0//EN" "jnlp.dtd">
  
! <jnlp spec="1.0+" codebase="http://www.crosswire.org/bibledesktop/stable" href="bibledesktop.jnlp">
  
    <information>
***************
*** 30,40 ****
      <jar href="jsword.jar"/>
      <jar href="common.jar"/>
!     <jar href="jdom.jar"/>
!     <jar href="log4j-1.2.8.jar"/>
!     <jar href="commons-lang-2.0.jar"/>
!     <jar href="commons-net-1.1.0.jar"/>
!     <!-- jar href="lucene-1.3-final.jar"/ -->
!     <!-- jar href="tar.jar"/ -->
!     <jar href="winlaf-0.4.jar"/>
      <jar href="jlfgr-1_0.jar"/>
      <property name="apple.laf.useScreenMenuBar" value="true"/>
--- 30,36 ----
      <jar href="jsword.jar"/>
      <jar href="common.jar"/>
!     <jar href="jdom-1.0.jar"/>
!     <jar href="commons-net-1.3.0.jar"/>
!     <jar href="lucene-1.4.3.jar"/>
      <jar href="jlfgr-1_0.jar"/>
      <property name="apple.laf.useScreenMenuBar" value="true"/>

--- commons-net-1.1.0.jar DELETED ---

Index: bibledesktop.jar
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/stable/bibledesktop.jar,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
Binary files /tmp/cvsoEpasR and /tmp/cvswdvYT3 differ

Index: lcp.bat
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/stable/lcp.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lcp.bat	28 Aug 2004 08:14:58 -0000	1.1
--- lcp.bat	23 Mar 2005 03:41:48 -0000	1.2
***************
*** 1,16 ****
! REM   Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
! REM   reserved.
! 
! set _CLASSPATHCOMPONENT=%1
! if ""%1""=="""" goto gotAllArgs
! shift
! 
! :argCheck
! if ""%1""=="""" goto gotAllArgs
! set _CLASSPATHCOMPONENT=%_CLASSPATHCOMPONENT% %1
! shift
! goto argCheck
! 
! :gotAllArgs
! set LOCALCLASSPATH=%_CLASSPATHCOMPONENT%;%LOCALCLASSPATH%
! 
--- 1,16 ----
! REM   Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
! REM   reserved.
! 
! set _CLASSPATHCOMPONENT=%1
! if ""%1""=="""" goto gotAllArgs
! shift
! 
! :argCheck
! if ""%1""=="""" goto gotAllArgs
! set _CLASSPATHCOMPONENT=%_CLASSPATHCOMPONENT% %1
! shift
! goto argCheck
! 
! :gotAllArgs
! set LOCALCLASSPATH=%_CLASSPATHCOMPONENT%;%LOCALCLASSPATH%
! 

Index: jlfgr-1_0.jar
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/stable/jlfgr-1_0.jar,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
Binary files /tmp/cvsoUFGcU and /tmp/cvsUlKoH6 differ

--- icon32.png DELETED ---

--- NEW FILE: jdom-1.0.jar ---
(This appears to be a binary file; contents omitted.)

Index: jsword.bat
===================================================================
RCS file: /cvs/jsword/bibledesktop-web/web/stable/jsword.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** jsword.bat	28 Aug 2004 08:14:58 -0000	1.1
--- jsword.bat	23 Mar 2005 03:41:47 -0000	1.2
***************
*** 1,34 ****
! 
! REM STEP 1 - Initial setup
! REM @echo off
! if "%OS%"=="Windows_NT" @setlocal
! 
! REM STEP 2 - Check we know where we are installed
! set DEFAULT_JSWORD=%~dp0
! if "%JSWORD%"=="" set JSWORD=%DEFAULT_JSWORD%
! set DEFAULT_JSWORD=
! if exist "%JSWORD%" goto DoneFindJSword
! REM have a blind guess ...
! if not exist "C:\Progra~1\JSword" goto FailedFindJSword
! set JSWORD=C:\Progra~1\JSword
! :DoneFindJSword
! echo "Using JSWORD=%JSWORD%"
! 
! REM STEP 3 - Setup the classpath
! set LOCALCLASSPATH=%CLASSPATH%
! for %%i in ("%JSWORD%\*.jar") do call "%JSWORD%\lcp.bat" %%i
! 
! REM STEP 4 - Run JSword
! REM -Xmx256M
! REM "-Djava.endorsed.dirs=%JSWORD%\lib"
! REM -classpath "%JSWORD%\resource"
! "%JAVA_HOME%\bin\java.exe" -classpath "%LOCALCLASSPATH%" org.crosswire.bibledesktop.desktop.Desktop
! goto End
! 
! :FailedFindJSword
! echo "Can't find install directory. Please use C:\Progra~1\JSword or set the JSWORD variable"
! 
! :End
! set LOCALCLASSPATH=
! set _JAVACMD=
! if "%OS%"=="Windows_NT" @endlocal
--- 1,34 ----
! 
! REM STEP 1 - Initial setup
! REM @echo off
! if "%OS%"=="Windows_NT" @setlocal
! 
! REM STEP 2 - Check we know where we are installed
! set DEFAULT_JSWORD=%~dp0
! if "%JSWORD%"=="" set JSWORD=%DEFAULT_JSWORD%
! set DEFAULT_JSWORD=
! if exist "%JSWORD%" goto DoneFindJSword
! REM have a blind guess ...
! if not exist "C:\Progra~1\JSword" goto FailedFindJSword
! set JSWORD=C:\Progra~1\JSword
! :DoneFindJSword
! echo "Using JSWORD=%JSWORD%"
! 
! REM STEP 3 - Setup the classpath
! set LOCALCLASSPATH=%CLASSPATH%
! for %%i in ("%JSWORD%\*.jar") do call "%JSWORD%\lcp.bat" %%i
! 
! REM STEP 4 - Run JSword
! REM -Xmx256M
! REM "-Djava.endorsed.dirs=%JSWORD%\lib"
! REM -classpath "%JSWORD%\resource"
! "%JAVA_HOME%\bin\java.exe" -classpath "%LOCALCLASSPATH%" org.crosswire.bibledesktop.desktop.Desktop
! goto End
! 
! :FailedFindJSword
! echo "Can't find install directory. Please use C:\Progra~1\JSword or set the JSWORD variable"
! 
! :End
! set LOCALCLASSPATH=
! set _JAVACMD=
! if "%OS%"=="Windows_NT" @endlocal

--- lucene-1.3-final.jar DELETED ---



More information about the jsword-svn mailing list