You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2017/05/29 17:17:53 UTC

svn commit: r1796667 - /pivot/trunk/build.properties

Author: rwhitcomb
Date: Mon May 29 17:17:52 2017
New Revision: 1796667

URL: http://svn.apache.org/viewvc?rev=1796667&view=rev
Log:
PIVOT-998:  Update build requirements for "trunk" to Java 8.
First step is to change the compiler source and target to 1.8
in the "build.properties".

Modified:
    pivot/trunk/build.properties

Modified: pivot/trunk/build.properties
URL: http://svn.apache.org/viewvc/pivot/trunk/build.properties?rev=1796667&r1=1796666&r2=1796667&view=diff
==============================================================================
--- pivot/trunk/build.properties (original)
+++ pivot/trunk/build.properties Mon May 29 17:17:52 2017
@@ -17,7 +17,7 @@
 version=2.1.0
 
 # Permissions flag for running an applet under Java 7+
-permissions=sandbox
+permissions=all-permissions
 
 # set local server for downloading applications and data
 # (currently needed only for some pivot-demo, like LargeData)
@@ -26,8 +26,8 @@ local.server=http://localhost:8080
 # Compiler properties
 compiler.deprecation=true
 compiler.debug=true
-compiler.source=1.7
-compiler.target=1.7
+compiler.source=1.8
+compiler.target=1.8
 compiler.encoding=UTF-8
 compiler.indexJars=true
 compiler.arg=-Xlint