Skip to content

Commit 0751ec3

Browse files
committed
Upgrade Source Versions to Java 10, as we did that for the Core Module and thus all dependent modules need that as well.
1 parent 0766c16 commit 0751ec3

12 files changed

Lines changed: 18 additions & 18 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=7aabe7ac
1+
build.xml.data.CRC32=e50e6d1d
22
build.xml.script.CRC32=a481f885
3-
build.xml.stylesheet.CRC32=15ca8a54@2.74.1
3+
build.xml.stylesheet.CRC32=15ca8a54@2.79
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6-
nbproject/build-impl.xml.data.CRC32=7aabe7ac
6+
nbproject/build-impl.xml.data.CRC32=e50e6d1d
77
nbproject/build-impl.xml.script.CRC32=0691bb76
8-
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.74.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.79
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Thu, 25 Aug 2011 20:26:50 +0200
2-
javac.source=1.8
3-
javac.compilerargs=-Xlint -Xlint\:-serial
2+
javac.source=9
3+
javac.compilerargs=-Xlint -Xlint:-serial
44
license.file=../license-jme.txt
5-
nbm.homepage=http\://www.jmonkeyengine.org
5+
nbm.homepage=http://www.jmonkeyengine.org
66
nbm.module.author=Normen Hansen
77
spec.version.base=3.3.0

jme3-desktop-executables/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Thu, 25 Aug 2011 20:26:49 +0200
2-
javac.source=1.6
2+
javac.source=10
33
javac.compilerargs=-Xlint -Xlint\:-serial
44
license.file=../license-jme.txt
55
nbm.homepage=http\://www.jmonkeyengine.org

jme3-ios/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
javac.source=1.8
1+
javac.source=10
22
javac.compilerargs=-Xlint -Xlint:-serial
33
# avian compile locations (Now in downloads/)
44
#avian.jdk.path=/Users/normenhansen/Documents/Code-Import/avian-ios/openjdk-1.7.0-u40-unofficial-macosx-x86_64-image

jme3-lwjgl-applet/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Thu, 25 Aug 2011 20:26:49 +0200
2-
javac.source=1.6
2+
javac.source=10
33
javac.compilerargs=-Xlint -Xlint\:-serial
44
license.file=../license-jme.txt
55
nbm.homepage=http\://www.jmonkeyengine.org

jme3-obfuscate/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Thu, 25 Aug 2011 20:26:50 +0200
2-
javac.source=1.6
2+
javac.source=10
33
javac.compilerargs=-Xlint -Xlint\:-serial
44
license.file=../license-jme.txt
55
nbm.homepage=http\://proguard.sourceforge.net/

jme3-ogretools/nbproject/genfiles.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ build.xml.script.CRC32=6423eb2c
33
build.xml.stylesheet.CRC32=79c3b980@1.31.2.7
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6-
nbproject/build-impl.xml.data.CRC32=8db7469b
6+
nbproject/build-impl.xml.data.CRC32=cf5ab2ac
77
nbproject/build-impl.xml.script.CRC32=4a050ba2
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.71.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.79

jme3-ogretools/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Thu, 25 Aug 2011 20:26:49 +0200
2-
javac.source=1.6
2+
javac.source=10
33
javac.compilerargs=-Xlint -Xlint\:-serial
44
license.file=../license-jme.txt
55
nbm.homepage=http\://www.jmonkeyengine.org

jme3-ogrexml/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Thu, 25 Aug 2011 20:26:48 +0200
2-
javac.source=1.6
2+
javac.source=10
33
javac.compilerargs=-Xlint -Xlint\:-serial
44
license.file=../license-jme.txt
55
nbm.homepage=http\://www.jmonkeyengine.org

jme3-scenecomposer/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Thu, 25 Aug 2011 20:26:49 +0200
2-
javac.source=1.8
2+
javac.source=10
33
javac.compilerargs=-Xlint -Xlint\:-serial
44
license.file=../license-jme.txt
55
nbm.homepage=http\://www.jmonkeyengine.org

0 commit comments

Comments
 (0)