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

[incubator-netbeans] branch master updated (80c5290 -> 7b0fc35)

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

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


    from 80c5290  [NETBEANS-1074] Module Review extbrowser.chrome
     add c19d17a  [NETBEANS-1147] Adapted fix for enabling host modules from jtulach:InstallNbJavacByErgonomics. Additional tests provided.
     add f7058b1  Cached fragment info, prevent manifest parsing
     add 10eae2f  Revert autoupdate fix, will be part of PR#715
     new 7b0fc35  Merge pull request #847 from sdedic/module_fragments_test

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:
 platform/core.startup/nbproject/project.xml        |  2 +-
 platform/o.n.bootstrap/manifest.mf                 |  2 +-
 .../o.n.bootstrap/src/org/netbeans/Module.java     |  5 +-
 .../src/org/netbeans/ModuleManager.java            | 55 +++++++++++++++++++---
 platform/o.n.bootstrap/src/org/netbeans/Util.java  | 27 ++++++-----
 .../test/unit/data/jars/fragment-module.mf         |  5 ++
 .../fragment-module/org/foo/FragmentContent.java   | 26 ++++++++++
 .../test/unit/data/jars/host-module.mf             |  4 ++
 .../data/jars/host-module/org/foo/Something.java   | 26 ++++++++++
 .../unit/src/org/netbeans/ModuleManagerTest.java   | 51 ++++++++++++++++++++
 .../test/unit/src/org/netbeans/SetupHid.java       |  3 ++
 11 files changed, 184 insertions(+), 22 deletions(-)
 create mode 100644 platform/o.n.bootstrap/test/unit/data/jars/fragment-module.mf
 create mode 100644 platform/o.n.bootstrap/test/unit/data/jars/fragment-module/org/foo/FragmentContent.java
 create mode 100644 platform/o.n.bootstrap/test/unit/data/jars/host-module.mf
 create mode 100644 platform/o.n.bootstrap/test/unit/data/jars/host-module/org/foo/Something.java


---------------------------------------------------------------------
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


[incubator-netbeans] 01/01: Merge pull request #847 from sdedic/module_fragments_test

Posted by jt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7b0fc35f486b803402091d8fbc7b5dfac155af27
Merge: 80c5290 10eae2f
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Fri Sep 7 15:31:10 2018 +0200

    Merge pull request #847 from sdedic/module_fragments_test
    
    [NETBEANS-1147] Better enablement of fragment modules.

 platform/core.startup/nbproject/project.xml        |  2 +-
 platform/o.n.bootstrap/manifest.mf                 |  2 +-
 .../o.n.bootstrap/src/org/netbeans/Module.java     |  5 +-
 .../src/org/netbeans/ModuleManager.java            | 55 +++++++++++++++++++---
 platform/o.n.bootstrap/src/org/netbeans/Util.java  | 27 ++++++-----
 .../test/unit/data/jars/fragment-module.mf         |  5 ++
 .../fragment-module/org/foo/FragmentContent.java   | 26 ++++++++++
 .../test/unit/data/jars/host-module.mf             |  4 ++
 .../data/jars/host-module/org/foo/Something.java   | 26 ++++++++++
 .../unit/src/org/netbeans/ModuleManagerTest.java   | 51 ++++++++++++++++++++
 .../test/unit/src/org/netbeans/SetupHid.java       |  3 ++
 11 files changed, 184 insertions(+), 22 deletions(-)


---------------------------------------------------------------------
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