You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2013/12/10 17:03:57 UTC

svn commit: r1549880 - /lucene/dev/branches/branch_4x/dev-tools/netbeans/nb-project.xsl

Author: uschindler
Date: Tue Dec 10 16:03:56 2013
New Revision: 1549880

URL: http://svn.apache.org/r1549880
Log:
LUCENE-5360: In branch_4x the source level is "1.6"

Modified:
    lucene/dev/branches/branch_4x/dev-tools/netbeans/nb-project.xsl

Modified: lucene/dev/branches/branch_4x/dev-tools/netbeans/nb-project.xsl
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/dev-tools/netbeans/nb-project.xsl?rev=1549880&r1=1549879&r2=1549880&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/dev-tools/netbeans/nb-project.xsl (original)
+++ lucene/dev/branches/branch_4x/dev-tools/netbeans/nb-project.xsl Tue Dec 10 16:03:56 2013
@@ -232,7 +232,7 @@
                             </xsl:for-each>
                         </classpath>
                         <built-to>nb-build/classes</built-to>
-                        <source-level>1.7</source-level>
+                        <source-level>1.6</source-level>
                     </compilation-unit>
                     <compilation-unit>
                         <xsl:for-each select="str:split($netbeans.fileset.testfolders,'|')">
@@ -271,7 +271,7 @@
                             </xsl:for-each>
                         </classpath>
                         <built-to>nb-build/test-classes</built-to>
-                        <source-level>1.7</source-level>
+                        <source-level>1.6</source-level>
                     </compilation-unit>
                 </java-data>
             </configuration>