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