# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /home/chrlse/src/hg/netbeans/releases # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: debugger.jpda.ant/antsrc/org/netbeans/modules/debugger/jpda/ant/JPDAStart.java --- debugger.jpda.ant/antsrc/org/netbeans/modules/debugger/jpda/ant/JPDAStart.java Base (BASE) +++ debugger.jpda.ant/antsrc/org/netbeans/modules/debugger/jpda/ant/JPDAStart.java Locally Modified (Based On LOCAL) @@ -127,6 +127,7 @@ private static final Pattern[] BOOT_CLASSPATH_WARNING_FILTER = new Pattern[] { Pattern.compile(".*jre.lib.sunrsasign\\.jar$"), Pattern.compile(".*jre.classes$"), + Pattern.compile(".*jdk\\.boot\\.jar$"), }; /** Name of the property to which the JPDA address will be set.