JAL-1775 patch regression bug when displayChar is null and secondaryStructure contain...
[jalview.git] / build.xml
index e77dfb2..c079df9 100755 (executable)
--- a/build.xml
+++ b/build.xml
   <path id="obfuscateDeps.path">
     <pathelement location="${applet.jre.tools}" />
     <pathelement location="appletlib/${jmolJar}" />
+    <pathelement location="appletlib/${jsonSimple}" />
+    <pathelement location="appletlib/${javaJson}" />
   </path>
   <taskdef resource="proguard/ant/task.properties" classpath="utils/proguard.jar" />
 
     </fileset>
   </copy>
   <jar update="true" index="true" jarfile="${packageDir}/examples/${jalviewLiteJar}"/>
+  <jar update="true" index="true" jarfile="${packageDir}/examples/${javaJson}"/>
+  <jar update="true" index="true" jarfile="${packageDir}/examples/${jsonSimple}"/>
   <jar update="true" index="true" jarfile="${packageDir}/examples/${jmolJar}">
-  <jar update="true" index="true" jarfile="${packageDir}/examples/${javaJson}">
-  <jar update="true" index="true" jarfile="${packageDir}/examples/${jsonSimple}">
     <manifest>
       <attribute name="Application-Name" value="Jmol (bundled with JalviewLite)"/>
       <!--          <attribute name="Permissions" value="sandbox" /> -->