Author: rwhitcomb
Date: Fri Oct 31 01:40:36 2014
New Revision: 1635654

URL: http://svn.apache.org/r1635654
Log:
Update the build.xml to use the ${permissions} setting from the
build.properties to set the .jar attribute "Permissions".  Change
the default from "sandbox" to "all-permissions" in order to get
an all-privileged applet.

Modified:
    pivot/trunk/build.properties
    pivot/trunk/build.xml

Modified: pivot/trunk/build.properties
URL: 
http://svn.apache.org/viewvc/pivot/trunk/build.properties?rev=1635654&r1=1635653&r2=1635654&view=diff
==============================================================================
--- pivot/trunk/build.properties (original)
+++ pivot/trunk/build.properties Fri Oct 31 01:40:36 2014
@@ -16,6 +16,9 @@
 # Pivot Version
 version=2.1.0
 
+# Permissions flag for running an applet under Java 7+
+permissions=sandbox
+
 # set local server for downloading applications and data
 # (currently needed only for some pivot-demo, like LargeData)
 local.server=http://localhost:8080

Modified: pivot/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/pivot/trunk/build.xml?rev=1635654&r1=1635653&r2=1635654&view=diff
==============================================================================
--- pivot/trunk/build.xml (original)
+++ pivot/trunk/build.xml Fri Oct 31 01:40:36 2014
@@ -216,6 +216,7 @@ limitations under the License.
                     <attribute name="Implementation-Vendor" value="The Apache 
Software Foundation"/>
                     <attribute name="Implementation-Title" value="Apache Pivot 
@{title}"/>
                     <attribute name="Implementation-Version" 
value="${version}"/>
+                    <attribute name="Permissions" value="${permissions}"/>
                 </manifest>
                 <fileset dir="@{project}/${folder.bin}">
                     <exclude name="**/test/**"/>


Reply via email to