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

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


    from 6cc17217f4 Fixed key escaping; fixed list/map property extraction. 
(#5535)
     new c18e5e7bcb Added dependency report on startup in almost .dot format
     new 622101320c Autoupdate operation split into API/UI, modules that 
install plugins updated.
     new d72e968f03 Removed unnecessary dependency from JUnit.
     new 3c1f4aab01 Removed autoupdate.ui from vsnetbeans distribution.
     new 4a63ce52bf Merge pull request #5711 from 
sdedic/platform/autoupdate-split

The 8339 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:
 ide/code.analysis/nbproject/project.xml            |   4 +-
 .../src/org/netbeans/modules/analysis/Utils.java   |   5 +-
 .../nbcode/nbproject/platform.properties           |   1 +
 java/java.source/nbproject/project.xml             |   4 +-
 .../modules/java/source/JBrowseModule.java         |  20 +--
 java/junit/nbproject/project.xml                   |   8 -
 java/maven/nbproject/project.xml                   |   4 +-
 .../problems/MissingModulesProblemProvider.java    |   4 +-
 platform/autoupdate.services/apichanges.xml        |  14 ++
 platform/autoupdate.services/manifest.mf           |   2 +-
 platform/autoupdate.services/nbproject/project.xml |  17 ++
 .../netbeans/api/autoupdate/PluginInstaller.java   | 131 ++++++++++++++++
 .../autoupdate/PluginInstallerImplementation.java  |  64 ++++++++
 .../autoupdate/ui/GuiPluginInstallerImpl.java      |  56 +++++++
 .../autoupdate/ui/ModuleInstallerSupport.java      |   2 +-
 .../modules/autoupdate/ui/api/PluginManager.java   |   7 +-
 platform/o.n.bootstrap/manifest.mf                 |   2 +-
 .../src/org/netbeans/ModuleManager.java            | 174 +++++++++++++--------
 18 files changed, 424 insertions(+), 95 deletions(-)
 create mode 100644 
platform/autoupdate.services/src/org/netbeans/api/autoupdate/PluginInstaller.java
 create mode 100644 
platform/autoupdate.services/src/org/netbeans/spi/autoupdate/PluginInstallerImplementation.java
 create mode 100644 
platform/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/GuiPluginInstallerImpl.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