Merge branch 'Jalview-JS/JAL-3253-applet' of
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Wed, 22 May 2019 13:15:03 +0000 (08:15 -0500)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Wed, 22 May 2019 13:15:03 +0000 (08:15 -0500)
https://source.jalview.org/git/jalview.git into
Jalview-JS/JAL-3253-applet

Conflicts:
src/jalview/project/Jalview2XML.java

src/jalview/project/Jalview2XML.java

index 801632f..4ad61d9 100644 (file)
@@ -800,6 +800,9 @@ public class Jalview2XML
           String fileName, JarOutputStream jout)
   {
 
+    // BH: Question: What is this Dataset for, as it seems to
+    // duplicate the actual XML file data.
+
     for (String dssids : dsses.keySet())
     {
       AlignFrame _af = dsses.get(dssids);
@@ -2856,7 +2859,11 @@ public class Jalview2XML
         }
         String name = (jarentry == null ? null : jarentry.getName());
         if (name != null && name.endsWith(".xml")
-                && name.indexOf(" Dataset for ") < 0 // BH 2019.05.21
+        // The question here is what to do with the two
+        // .xml files in the jvp file. They are identical?
+        // && name.indexOf(" Dataset for ") < 0 // BH 2019.05.21
+        // we need to talk about how to avoid the full duplication of
+        // reading these.
         )
         {
           JAXBContext jc = JAXBContext