[jsword-svn] r1322 - trunk/jsword/src/main/java/org/crosswire/jsword/book/install
dmsmith at www.crosswire.org
dmsmith at www.crosswire.org
Tue May 15 07:06:47 MST 2007
Author: dmsmith
Date: 2007-05-15 07:06:45 -0700 (Tue, 15 May 2007)
New Revision: 1322
Modified:
trunk/jsword/src/main/java/org/crosswire/jsword/book/install/InstallManager.properties
Log:
bug fix in installer definition.
Modified: trunk/jsword/src/main/java/org/crosswire/jsword/book/install/InstallManager.properties
===================================================================
--- trunk/jsword/src/main/java/org/crosswire/jsword/book/install/InstallManager.properties 2007-05-14 14:34:32 UTC (rev 1321)
+++ trunk/jsword/src/main/java/org/crosswire/jsword/book/install/InstallManager.properties 2007-05-15 14:06:45 UTC (rev 1322)
@@ -1,18 +1,18 @@
# Format is as follows:
# Each key is of the form: Installer.n, where n is a unique number.
# Each value is of the form:
-# driver,label,host,catalog path,zip path,index path,proxyHost,proxyPort
+# driver,label,host,zip path,catalog path,index path,proxyHost,proxyPort
# a value may be empty
# The drivers are defined in InstallerFactory.properties and in each installer.
# The Crosswire main "production" download site
-Installer.1=sword-http,Crosswire,www.crosswire.org,/ftpmirror/pub/sword/raw,/ftpmirror/pub/sword/packages/rawzip,,,
+Installer.1=sword-http,Crosswire,www.crosswire.org,/ftpmirror/pub/sword/packages/rawzip,/ftpmirror/pub/sword/raw,,,
#FTP is no longer supported
#Installer.1=sword-ftp,Crosswire,ftp.crosswire.org,/pub/sword/raw,,
# Install site for NET bible
-Installer.2=sword-http,Bible.org,ftp.bible.org,/sword/raw,/sword/packages/rawzip,,,
+Installer.2=sword-http,Bible.org,ftp.bible.org,/sword/packages/rawzip,/sword/raw,,,
# The Crosswire beta area is not set up correctly
-Installer.3=sword-http,Crosswire Beta,www.crosswire.org,/ftpmirror/pub/sword/betaraw,/ftpmirror/pub/sword/betapackages/rawzip,,,
+Installer.3=sword-http,Crosswire Beta,www.crosswire.org,/ftpmirror/pub/sword/betapackages/rawzip,/ftpmirror/pub/sword/betaraw,,,
More information about the jsword-svn
mailing list