Merge branch 'JAL-1286' into Release_2_8_1_Branch
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Thu, 7 Nov 2013 13:54:20 +0000 (13:54 +0000)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Thu, 7 Nov 2013 13:54:20 +0000 (13:54 +0000)
slightly dirty merge - JAL-1400 patches have been brought in too
Conflicts:
build.xml

1  2 
build.xml
utils/InstallAnywhere/Jalview.iap_xml

diff --cc build.xml
+++ b/build.xml
        <target name="packageApplet" depends="compileApplet, buildPropertiesFile">
                <copy file="${resourceDir}/images/idwidth.gif" toFile="${outputDir}/images/idwidth.gif" />
                <copy file="${resourceDir}/images/link.gif" toFile="${outputDir}/images/link.gif" />
 +              <copy todir="${outputDir}/lang">
 +                      <fileset dir="${resourceDir}/lang"><include name="**.*"/></fileset></copy>
-               <jar destfile="in.jar">
+               <jar destfile="in.jar" index="true">
                        <manifest>
                                <attribute name="Main-Class" value="jalview.bin.JalviewLite" />
+                               <attribute name="Permissions" value="sandbox" /> 
+         <!--<attribute name="Trusted-Lib" value="true" /> -->
+                               <attribute name="Application-Name" value="JalviewLite Applet"/>
+                               <attribute name="Codebase" value="www.jalview.org"/>
                        </manifest>
                        <fileset dir="${outputDir}">
                                <include name="com/**" />
Simple merge