[sword-cvs] swordtools/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/GUI Messages.java, 1.1, 1.2

sword at www.crosswire.org sword at www.crosswire.org
Sat Jun 5 10:08:59 MST 2004


Committed by: mgruner

Update of /cvs/core/swordtools/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/GUI
In directory www:/tmp/cvs-serv28064/WLC2OSIS/GUI

Modified Files:
	Messages.java 
Log Message:
mgruner: converter generates something that looks like OSIS now.


Index: Messages.java
===================================================================
RCS file: /cvs/core/swordtools/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/GUI/Messages.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Messages.java	4 Jun 2004 09:14:52 -0000	1.1
+++ Messages.java	5 Jun 2004 17:08:57 -0000	1.2
@@ -25,37 +25,16 @@
     }
 public void initialMessage(){
     String IntroMessage = "WLC2OSIS ("+ A.ProgramDate
-       + "): Conversion of WHI text files to XML files.\n\n"
+       + "): Conversion of WHI text files to OSIS.\n\n"
        + "Important messages will be written to command window.\n"
        + "Please be ready to write them down.\n\n" ;
     JOptionPane.showMessageDialog(A.OverallContainer, IntroMessage) ;
     }
 public void doneMessage(){
-    String DoneMessage = "The 40 output files appear to have been written\n"
+    String DoneMessage = "The output file appears to have been written\n"
     + "normally. Please examine the Java Console for possible errors.\n"
-    + "If any errors have occured please make a careful note of them.\n\n"
-    + "If no errors occurred and the 11 supporting files, \n\n"
-    + "    CC.somerights.gif,\n"
-    + "    Sarissa.js,\n"
-    + "    SBL_Hebrew.ttf,\n"
-    + "    SBL_Hebrew_readme.txt,\n"
-    + "    Tanach.Counts.html,\n"
-    + "    Tanach.License.html,\n"
-    + "    Tanach.Version.html,\n"
-    + "    Tanach.xsd,\n"
-    + "    Tanach.xsl.xml,\n"
-    + "    WHIbanner.gif,\n"
-    + "    WLC2OSIS.jar,\n\n"
-    + "are in the output directory, then press \"OK\" to see the index file.\n\n";
+    + "If any errors have occured please make a careful note of them.\n\n";
     JOptionPane.showMessageDialog(A.OverallContainer, DoneMessage) ;
-    }
-public void endMessage(){
-    String EndMessage = "\nWLC2OSIS: Normal end.\n\n"
-        + "Don't forget to update Tanach.Version.html to reflect\n"
-        + "the fact that the text has been updated.\n\n"
-        + "Then ZIP all 51 files into Tanach.zip\n"
-        + "and place Tanach.zip in output directory.\n\n";
-    JOptionPane.showMessageDialog(A.OverallContainer, EndMessage) ;
     }
 //------------------------------------------------------------------------------
 //------------------------------------------------------------------------------



More information about the sword-cvs mailing list