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