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

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


    from 0907730  Release100 apidocbranding (#1043)
     add 05d090b  Backport: Using multiple regular expression to specify the 
needed modules, part of 4b8d8a788dce05
     add af8e133  Add required extra modules to FoD feature for AU
     add 494a76a  Only report required restart if the fragment host module is 
running
     add f1d47de  Refresh caches of provides-requires after install change
     add 645b250  Adjusted tests to added fragment module in test data
     add 3848032  Support for uninstalled feature parts. Unknown parts reported 
through API. Integrated Enable wizard with Install steps
     add a4fb36a  Feature enable inspect modules in depth; project open hook 
displays missing modules
     new 3a163c6  Merge pull request #1047 from 
sdedic/feature/autoupdate_enable_download_100

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:
 .../modules/ide/ergonomics/fod/Bundle.properties   |   2 +-
 .../ide/ergonomics/fod/ConfigurationPanel.java     |  42 +++--
 .../modules/ide/ergonomics/fod/FeatureInfo.java    |  59 +++++-
 .../ide/ergonomics/fod/FeatureProjectFactory.java  |  65 +++++--
 .../ide/ergonomics/fod/FindComponentModules.java   | 205 ++++++++++++++++++---
 .../ide/ergonomics/fod/FoDUpdateUnitProvider.java  |  32 +++-
 .../ide/ergonomics/newproject/DescriptionStep.java |   5 +-
 .../modules/ide/ergonomics/DynamicVerifyTest.java  |  14 +-
 platform/autoupdate.services/apichanges.xml        |  14 ++
 platform/autoupdate.services/manifest.mf           |   2 +-
 .../nbproject/project.properties                   |   2 +-
 .../api/autoupdate/OperationContainer.java         |   9 +
 .../services/FeatureUpdateElementImpl.java         |  28 ++-
 .../autoupdate/services/FeatureUpdateUnitImpl.java |   2 +
 .../autoupdate/services/InstallSupportImpl.java    |   2 +
 .../services/OperationContainerImpl.java           |  35 +++-
 .../autoupdate/services/OperationValidator.java    |  51 +++++
 .../autoupdate/services/UpdateManagerImpl.java     |  42 ++++-
 .../org/netbeans/spi/autoupdate/UpdateItem.java    |   5 +-
 .../netbeans/api/autoupdate/RefreshItemsTest.java  |   2 +-
 .../api/autoupdate/RefreshProvidersTest.java       |   2 +-
 .../autoupdate.ui/nbproject/project.properties     |   2 +-
 platform/autoupdate.ui/nbproject/project.xml       |   2 +-
 .../modules/autoupdate/ui/PluginManagerUI.java     |   2 +-
 .../netbeans/modules/autoupdate/ui/UnitTab.form    |   1 -
 .../netbeans/modules/autoupdate/ui/UnitTab.java    |  86 +++++++--
 .../netbeans/modules/autoupdate/ui/Utilities.java  |  23 +++
 .../autoupdate/ui/wizards/Bundle.properties        |   2 +
 .../modules/autoupdate/ui/wizards/InstallStep.java |  71 +++++--
 .../ui/wizards/InstallUnitWizardIterator.java      |  88 +--------
 .../ui/wizards/InstallUnitWizardModel.java         |   8 +-
 ...dIterator.java => InstallableIteratorBase.java} |  86 ++++-----
 .../autoupdate/ui/wizards/LicenseApprovalStep.java |   8 +-
 .../ui/wizards/OperationDescriptionStep.java       |  30 ++-
 .../ui/wizards/OperationWizardModel.java           | 187 ++++++++++++++++++-
 .../autoupdate/ui/wizards/UninstallUnitWizard.java |  20 +-
 .../ui/wizards/UninstallUnitWizardIterator.java    |  78 +++++---
 .../ui/wizards/UninstallUnitWizardModel.java       |  70 ++++++-
 .../src/org/netbeans/ModuleManager.java            |  14 +-
 39 files changed, 1106 insertions(+), 292 deletions(-)
 copy 
platform/autoupdate.ui/src/org/netbeans/modules/autoupdate/ui/wizards/{InstallUnitWizardIterator.java
 => InstallableIteratorBase.java} (71%)


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

Reply via email to