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

[incubator-netbeans] branch master updated (aed622a -> f9c36d0)

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 aed622a  lib.nbjavac: Fix type change for Java 11
     add 18a6032  Always download nbjavac, if not downloaded
     add b3731bb  Forcefully refresh the list of available modules to make sure nbjavac is found
     add 8956f83  forcibly install nbjavac module even it requires restart
     add ac944a1  Fragment should always be enabled only when its host bundle is enabled
     add f73267f  Only refresh the provides once per IDE execution
     add 95cb0d8  Don't auto-enable when downloading new elements. Show the download button & dialog.
     add da64cbe  Each feature can specify extra.modules that are going to be offered for download before activation
     add 65394a2  Merging with #847 fix
     add 72a83d8  An attempt to improve UI for download nb-javac when enabling Java support.
     add b31f20d  Merge pull request #1 from jlahoda/InstallNbJavacByErgonomics
     add c5638c1  Removing no longer needed hack in autoupdate.services
     new f9c36d0  Merge pull request #715 from jtulach/InstallNbJavacByErgonomics

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:
 ergonomics/ide.ergonomics/java.properties          |   4 +
 ergonomics/ide.ergonomics/nbproject/project.xml    |  18 ++-
 .../netbeans/modules/ide/ergonomics/Utilities.java |   2 +-
 .../ide/ergonomics/debugger/AttachTypeProxy.java   |   2 +-
 .../modules/ide/ergonomics/fod/Bundle.properties   |   6 +-
 .../ide/ergonomics/fod/ConfigurationPanel.form     |  50 ++++++--
 .../ide/ergonomics/fod/ConfigurationPanel.java     | 139 +++++++++++++--------
 .../modules/ide/ergonomics/fod/FeatureInfo.java    |  23 +++-
 .../ide/ergonomics/fod/FindComponentModules.java   |  51 +++++++-
 .../ide/ergonomics/fod/ModulesInstaller.java       |   9 +-
 .../modules/ide/ergonomics/fod/OptionCntrl.java    |   2 +-
 .../ide/ergonomics/newproject/DescriptionStep.java |  10 +-
 .../newproject/FeatureOnDemandWizardIterator.java  |   4 +-
 .../modules/ide/ergonomics/WizardDeadTest.java     |   2 +-
 14 files changed, 232 insertions(+), 90 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


[incubator-netbeans] 01/01: Merge pull request #715 from jtulach/InstallNbJavacByErgonomics

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

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

commit f9c36d01730872f0be5522f1a3bc03f58129daa4
Merge: aed622a c5638c1
Author: Geertjan Wielenga <ge...@oracle.com>
AuthorDate: Wed Sep 19 18:52:05 2018 +0200

    Merge pull request #715 from jtulach/InstallNbJavacByErgonomics
    
    Download nbjavac when turning on support for Java

 ergonomics/ide.ergonomics/java.properties          |   4 +
 ergonomics/ide.ergonomics/nbproject/project.xml    |  18 ++-
 .../netbeans/modules/ide/ergonomics/Utilities.java |   2 +-
 .../ide/ergonomics/debugger/AttachTypeProxy.java   |   2 +-
 .../modules/ide/ergonomics/fod/Bundle.properties   |   6 +-
 .../ide/ergonomics/fod/ConfigurationPanel.form     |  50 ++++++--
 .../ide/ergonomics/fod/ConfigurationPanel.java     | 139 +++++++++++++--------
 .../modules/ide/ergonomics/fod/FeatureInfo.java    |  23 +++-
 .../ide/ergonomics/fod/FindComponentModules.java   |  51 +++++++-
 .../ide/ergonomics/fod/ModulesInstaller.java       |   9 +-
 .../modules/ide/ergonomics/fod/OptionCntrl.java    |   2 +-
 .../ide/ergonomics/newproject/DescriptionStep.java |  10 +-
 .../newproject/FeatureOnDemandWizardIterator.java  |   4 +-
 .../modules/ide/ergonomics/WizardDeadTest.java     |   2 +-
 14 files changed, 232 insertions(+), 90 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