This is an automated email from the ASF dual-hosted git repository.
geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new f2c13cc change javac to 1.8 in libs.nbi.ant to allow RCP installers
to be built with JDK 11 (#1414)
f2c13cc is described below
commit f2c13cce937247bb3554c95743141c70215e3aa3
Author: oyarzun <[email protected]>
AuthorDate: Wed Sep 4 07:10:31 2019 -0400
change javac to 1.8 in libs.nbi.ant to allow RCP installers to be built
with JDK 11 (#1414)
---
.../ext/components/products/helloworld/nbproject/project.properties | 4 ++--
harness/libs.nbi.ant/stub/ext/engine/nbproject/project.properties | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/harness/libs.nbi.ant/stub/ext/components/products/helloworld/nbproject/project.properties
b/harness/libs.nbi.ant/stub/ext/components/products/helloworld/nbproject/project.properties
index c98638f..d9e5b60 100644
---
a/harness/libs.nbi.ant/stub/ext/components/products/helloworld/nbproject/project.properties
+++
b/harness/libs.nbi.ant/stub/ext/components/products/helloworld/nbproject/project.properties
@@ -42,8 +42,8 @@ javac.classpath=\
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
-javac.source=1.5
-javac.target=1.5
+javac.source=1.8
+javac.target=1.8
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
diff --git a/harness/libs.nbi.ant/stub/ext/engine/nbproject/project.properties
b/harness/libs.nbi.ant/stub/ext/engine/nbproject/project.properties
index dbb1e83..4cb4b38 100644
--- a/harness/libs.nbi.ant/stub/ext/engine/nbproject/project.properties
+++ b/harness/libs.nbi.ant/stub/ext/engine/nbproject/project.properties
@@ -43,8 +43,8 @@ javac.classpath=\
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
-javac.source=1.5
-javac.target=1.5
+javac.source=1.8
+javac.target=1.8
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists