Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NetBeans
Apache NetBeans
Commits
33d95c55
Unverified
Commit
33d95c55
authored
Oct 26, 2021
by
Neil C Smith
Committed by
GitHub
Oct 26, 2021
Browse files
Merge pull request #3272 from ebarboni/installerjdk11
NETBEANS-6153 installer jdk 11 fixes
parents
484bf09b
a02e54ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
nbbuild/installer/components/products/nb-javaee/nbproject/project.properties
View file @
33d95c55
...
...
@@ -43,7 +43,7 @@ javac.classpath=\
# Space-separated list of extra javac options
javac.compilerargs
=
javac.deprecation
=
false
javac.source
=
1.
5
javac.source
=
1.
6
javac.target
=
1.8
javac.test.classpath
=
\
${javac.classpath}:
\
...
...
nbbuild/installer/components/products/nb-php/nbproject/project.properties
View file @
33d95c55
...
...
@@ -42,7 +42,7 @@ javac.classpath=\
# Space-separated list of extra javac options
javac.compilerargs
=
javac.deprecation
=
false
javac.source
=
1.
5
javac.source
=
1.
6
javac.target
=
1.8
javac.test.classpath
=
\
${javac.classpath}:
\
...
...
nbi/infra/build/.common/common.properties
View file @
33d95c55
...
...
@@ -100,7 +100,7 @@ nb.target.build=jar
# global script
# * ${nb.custom.tasks.cls} - points the netbeans project's build script to the
# location of the built custom tasks
nb.platform.home
=
-Dplatforms.JDK_1.5.home=${java.home}
/..
nb.platform.home
=
-Dplatforms.JDK_1.5.home=${java.home}
nb.platform.home.macos
=
-Dplatforms.JDK_1.5.home=${java.home}
nb.ignore.native
=
-Dignore.native=true
nb.no.dependencies
=
-Dno.dependencies=true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment