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/01/16 07:26:03 UTC

[incubator-netbeans] branch master updated (bbfd87d -> 2ac5e7c)

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 bbfd87d  Merge pull request #369 from JaroslavTulach/jtulach/SurviveMissingTrees
     add 49201d6  Offer choice of Multi OS Engine for iOS development
     add 4a23fdc  Use 'instruments -s devices' to find list of available iOS simulators
     add 2e5a5c7  Few tests to make sure the selected device is properly stored in settings.xml
     add 4d08ea7  Also specify robovm.iosDeviceName for use by RoboVM
     add b59a519  Merge remote-tracking branch 'upstream/master' into MultiOSEngine
     add 481ba02  JUnit and NbJUnit are only needed in tests
     add ee168a9  Allow the user to dismiss the warning
     new 2ac5e7c  Merge pull request #370 from dukescript/MultiOSEngine

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:
 maven.htmlui/manifest.mf                           |   2 +-
 maven.htmlui/nbproject/project.properties          |   2 +-
 maven.htmlui/nbproject/project.xml                 |  31 +++++
 .../netbeans/modules/maven/htmlui/DeviceType.java  |  29 +++++
 .../modules/maven/htmlui/DukeScriptWizard.java     | 105 ++++++++++++++---
 .../modules/maven/htmlui/MacUtilities.java         | 129 +++++++++++++++++++++
 .../modules/maven/htmlui/MavenUtilities.java       |  69 +++++++----
 .../modules/maven/htmlui/dukeScriptWizard.html     |  70 ++++++-----
 .../modules/maven/htmlui/dukescript.archetype      |   2 +-
 .../modules/maven/htmlui/MacUtilitiesTest.java     |  68 +++++++++++
 .../modules/maven/htmlui/MavenUtilitiesTest.java   |  81 +++++++++++++
 11 files changed, 521 insertions(+), 67 deletions(-)
 create mode 100644 maven.htmlui/src/org/netbeans/modules/maven/htmlui/DeviceType.java
 create mode 100644 maven.htmlui/src/org/netbeans/modules/maven/htmlui/MacUtilities.java
 create mode 100644 maven.htmlui/test/unit/src/org/netbeans/modules/maven/htmlui/MacUtilitiesTest.java
 create mode 100644 maven.htmlui/test/unit/src/org/netbeans/modules/maven/htmlui/MavenUtilitiesTest.java

-- 
To stop receiving notification emails like this one, please contact
['"commits@netbeans.apache.org" <co...@netbeans.apache.org>'].

---------------------------------------------------------------------
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 #370 from dukescript/MultiOSEngine

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 2ac5e7c422325b1d7394eddd6db5eec15e3b99de
Merge: bbfd87d ee168a9
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Tue Jan 16 08:25:59 2018 +0100

    Merge pull request #370 from dukescript/MultiOSEngine
    
    Support for Multi os engine in Wizard

 maven.htmlui/manifest.mf                           |   2 +-
 maven.htmlui/nbproject/project.properties          |   2 +-
 maven.htmlui/nbproject/project.xml                 |  31 +++++
 .../netbeans/modules/maven/htmlui/DeviceType.java  |  29 +++++
 .../modules/maven/htmlui/DukeScriptWizard.java     | 105 ++++++++++++++---
 .../modules/maven/htmlui/MacUtilities.java         | 129 +++++++++++++++++++++
 .../modules/maven/htmlui/MavenUtilities.java       |  69 +++++++----
 .../modules/maven/htmlui/dukeScriptWizard.html     |  70 ++++++-----
 .../modules/maven/htmlui/dukescript.archetype      |   2 +-
 .../modules/maven/htmlui/MacUtilitiesTest.java     |  68 +++++++++++
 .../modules/maven/htmlui/MavenUtilitiesTest.java   |  81 +++++++++++++
 11 files changed, 521 insertions(+), 67 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@netbeans.apache.org" <co...@netbeans.apache.org>.

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