[jsword-svn]
jsword/java/jsword/org/crosswire/jsword/book/install/sword s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sun Apr 10 06:15:39 MST 2005
Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/sword
In directory www.crosswire.org:/tmp/cvs-serv28897/java/jsword/org/crosswire/jsword/book/install/sword
Modified Files:
Msg.java
Removed Files:
FtpSwordInstallerFactory.java FtpSwordInstaller.java
Log Message:
Moved the FTPSwordInstaller to limbo.
--- FtpSwordInstaller.java DELETED ---
--- FtpSwordInstallerFactory.java DELETED ---
Index: Msg.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/sword/Msg.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Msg.java 17 Feb 2005 12:28:18 -0000 1.8
--- Msg.java 10 Apr 2005 13:15:37 -0000 1.9
***************
*** 29,49 ****
class Msg extends MsgBase
{
- static final Msg AUTH_REFUSED = new Msg("SwordInstaller.AuthRefused"); //$NON-NLS-1$
- static final Msg CONNECT_REFUSED = new Msg("SwordInstaller.ConnectRefused"); //$NON-NLS-1$
- static final Msg CWD_REFUSED = new Msg("SwordInstaller.CWDRefused"); //$NON-NLS-1$
- static final Msg DOWNLOAD_REFUSED = new Msg("SwordInstaller.DownloadRefused"); //$NON-NLS-1$
static final Msg UNKNOWN_ERROR = new Msg("SwordInstaller.UnknownError"); //$NON-NLS-1$
static final Msg CACHE_ERROR = new Msg("SwordInstaller.CacheError"); //$NON-NLS-1$
static final Msg INVALID_URL = new Msg("SwordInstaller.InvalidURL"); //$NON-NLS-1$
- static final Msg INSTALLED = new Msg("SwordInstaller.Installed"); //$NON-NLS-1$
static final Msg INSTALLING = new Msg("SwordInstaller.Installing"); //$NON-NLS-1$
- static final Msg INSTALL_DONE = new Msg("SwordInstaller.InstallDone"); //$NON-NLS-1$
static final Msg JOB_INIT = new Msg("SwordInstaller.JobInit"); //$NON-NLS-1$
static final Msg JOB_CONFIG = new Msg("SwordInstaller.JobConfig"); //$NON-NLS-1$
- static final Msg JOB_LOGIN = new Msg("SwordInstaller.JobLogin"); //$NON-NLS-1$
static final Msg JOB_DOWNLOADING = new Msg("SwordInstaller.JobDownloading"); //$NON-NLS-1$
static final Msg URL_FAILED = new Msg("SwordInstallerFactory.URLFailed"); //$NON-NLS-1$
- static final Msg URL_AT_COUNT = new Msg("SwordInstallerFactory.URLAtCount"); //$NON-NLS-1$
- static final Msg URL_COLON_COUNT = new Msg("SwordInstallerFactory.URLColonCount"); //$NON-NLS-1$
static final Msg MISSING_FILE = new Msg("HttpSwordInstaller.MissingFile"); //$NON-NLS-1$
--- 29,40 ----
More information about the jsword-svn
mailing list