This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a commit to branch revert-2371-NoBootcpOnJdk9
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit cbcf0a5aab82593e39657f367108e4433f147154
Author: Laszlo Kishalmi <laszlo.kisha...@gmail.com>
AuthorDate: Fri Sep 18 07:08:16 2020 -0700

    Revert "Ignore boot classpath with javac.target=9+"
    
    This reverts commit 151b6c6c286ca2e46f5df8e50778c0b5d299bbbd.
---
 nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java 
b/nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java
index 4a78099..0726f6f 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java
@@ -84,14 +84,6 @@ public class CustomJavac extends Javac {
     }
 
     @Override
-    public Path getBootclasspath() {
-        if (intVersion(getTarget()) >= 9) {
-            return null;
-        }
-        return super.getBootclasspath();
-    }
-
-    @Override
     protected void compile() {
         if (processorPath != null && processorPath.size() > 0) {
             createCompilerArg().setValue("-processorpath");


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to