[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/install/sword s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Mon Jan 24 16:28:29 MST 2005


Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/sword
In directory www.crosswire.org:/tmp/cvs-serv22592/java/jsword/org/crosswire/jsword/book/install/sword

Modified Files:
	HttpSwordInstaller.java 
Log Message:
Fixed a bug where arguments to copy were reversed.

Index: HttpSwordInstaller.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/sword/HttpSwordInstaller.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** HttpSwordInstaller.java	28 Nov 2004 21:36:46 -0000	1.13
--- HttpSwordInstaller.java	24 Jan 2005 23:28:27 -0000	1.14
***************
*** 81,85 ****
          {
              URL url = new URL("http://" + host + dir + '/' + file); //$NON-NLS-1$
!             copy(job, dest, url);
          }
          catch (IOException ex)
--- 81,85 ----
          {
              URL url = new URL("http://" + host + dir + '/' + file); //$NON-NLS-1$
!             copy(job, url, dest);
          }
          catch (IOException ex)



More information about the jsword-svn mailing list