You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ka...@apache.org on 2016/02/03 21:36:29 UTC

svn commit: r1728371 - /db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml

Author: kahatlen
Date: Wed Feb  3 20:36:29 2016
New Revision: 1728371

URL: http://svn.apache.org/viewvc?rev=1728371&view=rev
Log:
DERBY-6857: Change source level to 1.8 in the NetBeans project configuration

Modified:
    db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml

Modified: db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml?rev=1728371&r1=1728370&r2=1728371&view=diff
==============================================================================
--- db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml (original)
+++ db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml Wed Feb  3 20:36:29 2016
@@ -270,7 +270,7 @@
                 <built-to>${project.dir}/jars/sane/derbyrun.jar</built-to>
                 <built-to>${project.dir}/jars/sane/derbytools.jar</built-to>
                 <javadoc-built-to>${project.dir}/javadoc</javadoc-built-to>
-                <source-level>1.6</source-level>
+                <source-level>1.8</source-level>
             </compilation-unit>
         </java-data>
         <preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1">