New example file for version 2.3
authoramwaterhouse <Andrew Waterhouse>
Fri, 4 May 2007 10:48:24 +0000 (10:48 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 4 May 2007 10:48:24 +0000 (10:48 +0000)
src/jalview/bin/Jalview.java

index 3c6fc39..5fcd9d0 100755 (executable)
@@ -295,7 +295,7 @@ public class Jalview
     {
 
       file = jalview.bin.Cache.getDefault("STARTUP_FILE",
-                                          "http://www.jalview.org/examples/exampleFile.jar");
+                                          "http://www.jalview.org/examples/exampleFile_2_3.jar");
 
       protocol = "File";
 
@@ -304,11 +304,11 @@ public class Jalview
         protocol = "URL";
       }
 
-      if (file.endsWith(".jar"))
+     // if (file.endsWith(".jar"))
       {
-        format = "Jalview";
+    //    format = "Jalview";
       }
-      else
+    //  else
       {
         format = new jalview.io.IdentifyFile().Identify(file, protocol);
       }