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
['"[email protected]" <[email protected]>'].

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