You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by lk...@apache.org on 2020/09/18 14:09:31 UTC

[netbeans] branch master updated: Revert "Ignore boot classpath with javac.target=9+"

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

lkishalmi 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 f75dadf  Revert "Ignore boot classpath with javac.target=9+"
f75dadf is described below

commit f75dadf3a9cfb35ec89787ecca466a4f3db274c9
Author: Laszlo Kishalmi <la...@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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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