This is an automated email from the ASF dual-hosted git repository. arusinha pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.
from a50d777 Ensuring important DTDs are used locally when running java.completion… (#1206) new 248e96f [NETBEANS-2284]: Changes for builing NB with JDK11 new 1c49043 Merge remote-tracking branch 'upstream/master' into compile_check_with_jdk11 new 057eee2 Merge pull request #1144 from vikasprabhakar/compile_check_with_jdk11 The 2488 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .travis.yml | 3 + apisupport/apisupport.ant/build.xml | 2 +- enterprise/glassfish.tooling/nbproject/project.xml | 9 + enterprise/j2ee.ant/build.xml | 2 +- enterprise/j2ee.dd/nbproject/project.properties | 1 + enterprise/j2ee.dd/nbproject/project.xml | 4 + enterprise/web.beans/nbproject/project.xml | 8 + enterprise/web.jspparser/build.xml | 2 +- enterprise/web.monitor/build.xml | 2 +- enterprise/web.project/build.xml | 2 +- enterprise/websvc.manager/nbproject/project.xml | 9 + .../netbeans/test/ide/CountingSecurityManager.java | 5 +- java/debugger.jpda.visual/build.xml | 2 +- java/form/build.xml | 2 +- .../nbproject/project.properties | 3 +- java/java.j2seembedded/build.xml | 2 +- java/java.j2seplatform/build.xml | 2 +- .../modules/java/source/NoJavacHelper.java | 45 ++- .../netbeans/lib/jshell/agent/LoaderDelegator.java | 3 + .../build.xml | 22 +- .../external/binaries-list} | 5 +- .../glassfish-corba-omgapi-4.1.0-license.txt | 405 +++++++++++++++++++++ java/libs.corba.omgapi/manifest.mf | 6 + .../nbproject/project.properties | 8 +- java/libs.corba.omgapi/nbproject/project.xml | 77 ++++ .../netbeans/libs/corba/omgapi/Bundle.properties} | 6 +- .../org/netbeans/modules/maven/indexer/OnStop.java | 2 +- java/maven/build.xml | 4 +- .../test/ide/PerfCountingSecurityManager.java | 5 +- java/testng.maven/nbproject/project.properties | 1 - java/testng/nbproject/project.properties | 1 - java/whitelist/nbproject/project.xml | 8 + java/xml.tools.java/nbproject/project.properties | 1 - nbbuild/build.xml | 2 +- nbbuild/cluster.properties | 1 + profiler/lib.profiler/build.xml | 18 +- 36 files changed, 614 insertions(+), 66 deletions(-) copy java/{java.j2seplatform => libs.corba.omgapi}/build.xml (57%) copy java/{xml.tools.java/nbproject/project.properties => libs.corba.omgapi/external/binaries-list} (87%) create mode 100644 java/libs.corba.omgapi/external/glassfish-corba-omgapi-4.1.0-license.txt create mode 100644 java/libs.corba.omgapi/manifest.mf copy java/{testng.maven => libs.corba.omgapi}/nbproject/project.properties (83%) create mode 100644 java/libs.corba.omgapi/nbproject/project.xml copy java/{xml.tools.java/nbproject/project.properties => libs.corba.omgapi/src/org/netbeans/libs/corba/omgapi/Bundle.properties} (87%) --------------------------------------------------------------------- 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