Revision: 18356
          http://sourceforge.net/p/gate/code/18356
Author:   ian_roberts
Date:     2014-09-25 17:02:32 +0000 (Thu, 25 Sep 2014)
Log Message:
-----------
Add Codebase, Permissions and Application-Name to manifest, without which 
recent Javas will not run the JWS apps.

Modified Paths:
--------------
    teamware/trunk/annic-gui/build.xml
    teamware/trunk/annotation-diff-gui/build.xml
    teamware/trunk/annotator-gui/build.xml

Added Paths:
-----------
    teamware/trunk/annic-gui/resources/conf/manifest
    teamware/trunk/annotation-diff-gui/resources/conf/manifest
    teamware/trunk/annotator-gui/resources/conf/manifest

Modified: teamware/trunk/annic-gui/build.xml
===================================================================
--- teamware/trunk/annic-gui/build.xml  2014-09-25 01:20:00 UTC (rev 18355)
+++ teamware/trunk/annic-gui/build.xml  2014-09-25 17:02:32 UTC (rev 18356)
@@ -29,6 +29,7 @@
   <property name="cxf.xml" location="${conf.dir}/cxf.xml" />
 
   <property name="annicgui.jar.location" location="annicgui.jar" />
+  <property name="annicgui.manifest.template" location="${conf.dir}/manifest" 
/>
 
   <patternset id="build.required.libs">
     <patternset refid="pattern.gate" />
@@ -132,7 +133,7 @@
 
   <!-- Create application JAR file -->
   <target name="jar" depends="compile, copy-https-truststore">
-    <jar destfile="${annicgui.jar.location}" update="false" index="true">
+    <jar destfile="${annicgui.jar.location}" update="false" index="true" 
manifest="${annicgui.manifest.template}">
       <fileset dir="${outputDir}/" />
     </jar>
     <signjar jar="${annicgui.jar.location}" alias="${alias}" 
keystore="${keystore}" storepass="${storepass}" keypass="${keypass}" />

Added: teamware/trunk/annic-gui/resources/conf/manifest
===================================================================
--- teamware/trunk/annic-gui/resources/conf/manifest                            
(rev 0)
+++ teamware/trunk/annic-gui/resources/conf/manifest    2014-09-25 17:02:32 UTC 
(rev 18356)
@@ -0,0 +1,3 @@
+Codebase: *
+Permissions: all-permissions
+Application-Name: GATE Teamware ANNIC GUI

Modified: teamware/trunk/annotation-diff-gui/build.xml
===================================================================
--- teamware/trunk/annotation-diff-gui/build.xml        2014-09-25 01:20:00 UTC 
(rev 18355)
+++ teamware/trunk/annotation-diff-gui/build.xml        2014-09-25 17:02:32 UTC 
(rev 18356)
@@ -29,6 +29,7 @@
   <property name="cxf.xml" location="${conf.dir}/cxf.xml" />
 
   <property name="annotationdiffgui.jar.location" 
location="annotation-diff-gui.jar" />
+  <property name="annotationdiffgui.manifest.template" 
location="${conf.dir}/manifest" />
 
   <patternset id="build.required.libs">
     <patternset refid="pattern.gate" />
@@ -132,7 +133,7 @@
 
   <!-- Create application JAR file -->
   <target name="jar" depends="compile, copy-https-truststore">
-    <jar destfile="${annotationdiffgui.jar.location}" update="false" 
index="true">
+    <jar destfile="${annotationdiffgui.jar.location}" update="false" 
index="true" manifest="${annotationdiffgui.manifest.template}">
       <fileset dir="${outputDir}/" />
     </jar>
     <signjar jar="${annotationdiffgui.jar.location}" alias="${alias}" 
keystore="${keystore}" storepass="${storepass}" keypass="${keypass}" />

Added: teamware/trunk/annotation-diff-gui/resources/conf/manifest
===================================================================
--- teamware/trunk/annotation-diff-gui/resources/conf/manifest                  
        (rev 0)
+++ teamware/trunk/annotation-diff-gui/resources/conf/manifest  2014-09-25 
17:02:32 UTC (rev 18356)
@@ -0,0 +1,3 @@
+Codebase: *
+Permissions: all-permissions
+Application-Name: GATE Teamware Annotation Diff GUI

Modified: teamware/trunk/annotator-gui/build.xml
===================================================================
--- teamware/trunk/annotator-gui/build.xml      2014-09-25 01:20:00 UTC (rev 
18355)
+++ teamware/trunk/annotator-gui/build.xml      2014-09-25 17:02:32 UTC (rev 
18356)
@@ -30,6 +30,7 @@
   <property name="cxf.xml" location="${conf.dir}/cxf.xml" />
 
   <property name="annotatorgui.jar.location" location="annotator-gui.jar" />
+  <property name="annotatorgui.manifest.template" 
location="${conf.dir}/manifest" />
   <property name="plugins.dir" location="resources/plugins" />
 
   <patternset id="build.required.libs">
@@ -136,7 +137,7 @@
 
   <!-- Create application JAR file -->
   <target name="jar" depends="compile, copy-https-truststore">
-    <jar destfile="${annotatorgui.jar.location}" update="false" index="true">
+    <jar destfile="${annotatorgui.jar.location}" update="false" index="true" 
manifest="${annotatorgui.manifest.template}">
       <fileset dir="${outputDir}/" />
     </jar>
     <signjar jar="${annotatorgui.jar.location}" alias="${alias}" 
keystore="${keystore}" storepass="${storepass}" keypass="${keypass}" />

Added: teamware/trunk/annotator-gui/resources/conf/manifest
===================================================================
--- teamware/trunk/annotator-gui/resources/conf/manifest                        
        (rev 0)
+++ teamware/trunk/annotator-gui/resources/conf/manifest        2014-09-25 
17:02:32 UTC (rev 18356)
@@ -0,0 +1,3 @@
+Codebase: *
+Permissions: all-permissions
+Application-Name: GATE Teamware Annotator GUI

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to