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

geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


    from da0370b  Fix .gitignore (#797)
     add 0a85572  Enable JDK matrix in Travis
     add edbe4e5  Only building platform on JDK11 and thus vanilla Javac isn't 
needed
     add 34f11b8  javax.annotation.Generated isn't available on JDK11. One 
NbBundleProcessor is enough
     add c6263ae  Supporting target older than 1.6 makes little sense these days
     add 8644c79  checkTopLevelWindow method is gone on JDK11. Attempting to 
use showWindowWithoutWarningBanner permission instead.
     add c09f0fd  There is no checkMemberAccess on JDK-11
     add 4325e6c  New methods in Instrumentation in JDK9 and newer
     add 7ab472c  openide.util.enumerations can only be built with JDK8 and 
older
     add 0123cc5  Avoid compilation of JavaFX sources
     add 3aae26e  Avoid compilation of desktop classes, if present
     add 0c2d889  Addressing jlahoda review comments: - by default use 1.7 
source and target levels as JDK12 will drop support for 1.6 - keep source 1.3 
and target 1.1 when building on JDK8 in the probe
     new 9b57f07  Merge pull request #790 from dukescript/CrossCompile

The 1 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:
 .gitignore                                         |   1 +
 .travis.yml                                        |  19 +-
 nbbuild/templates/common.xml                       |   2 +-
 nbi/engine/build.xml                               |   9 +-
 platform/applemenu/build.xml                       |   3 +-
 .../src/org/netbeans/core/execution/SecMan.java    |  14 +-
 .../core/netigso/NetigsoOSGiIsNotFriendTest.java   |   8 +-
 .../core/startup/ModuleListStartLevelTest.java     |   7 +-
 platform/libs.javafx/build.xml                     |  25 +-
 platform/libs.javafx/external/binaries-list        |   2 +-
 ...cense.txt => lib-javafx-13.03-beta-license.txt} |   8 +-
 .../netbinox/NetigsoOSGiIsNotFriendTest.java       |   6 +-
 platform/o.n.bootstrap/build.xml                   |   2 +-
 .../o.n.bootstrap/src/java/lang/Module.java        |   5 +-
 .../src/org/netbeans/NbInstrumentation.java        |  12 +-
 .../src/org/netbeans/TopSecurityManager.java       |  16 +-
 platform/openide.util.enumerations/build.xml       |  15 +-
 .../nbproject/project.properties                   |   1 +
 .../modules/openide/util/NbBundleProcessor.java    | 382 ---------------------
 .../modules/openide/util/NbBundleProcessor.java    |   1 -
 20 files changed, 103 insertions(+), 435 deletions(-)
 rename platform/libs.javafx/external/{openjfx-master-rt-8-license.txt => 
lib-javafx-13.03-beta-license.txt} (98%)
 copy 
ide/xml/test/qa-lib/src/org/netbeans/jellytools/modules/xml/actions/data/CascadeStyleSheet.css
 => platform/o.n.bootstrap/src/java/lang/Module.java (93%)
 delete mode 100644 
platform/openide.util.ui/src/org/netbeans/modules/openide/util/NbBundleProcessor.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to