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/netbeans.git.


    from d441f95  Merge pull request #1691 from MeroRai/PAYARA-4228
     new 1936995  Updating to HTML/Java API version 1.7
     new c15674a  Separating the JavaFX related classes into their own 
subpackage
     new ab353ed  Using [email protected] to install a module into the 
local Maven repository
     new 1c40185  Use as ant maven-install -DmavenVersion=RELEASE112
     new a7b0a4d  Always generate sources and javadoc archive files
     new 1a414ea  AutoUpdate task (used by maven-install) has to install also 
OSGi bundle JAR files
     new 2c03b9d  Recovering lost license file
     new fabe02a  Merge pull request #1738 from 
JaroslavTulach/jtulach/UpdateToHtmlJavaApi17

The 3268 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:
 .../antsrc/org/netbeans/nbbuild/AutoUpdate.java    |  16 +-
 .../netbeans/nbbuild/AutoUpdateCatalogParser.java  |  11 +-
 nbbuild/javadoctools/template.xml                  |   3 +
 nbbuild/templates/projectized.xml                  |  20 +-
 .../src/org/netbeans/api/htmlui/HTMLComponent.java |   5 +-
 .../src/org/netbeans/api/htmlui/HTMLDialog.java    |   8 +-
 .../netbeans/modules/htmlui/HTMLDialogImpl.java    | 149 ++-------------
 .../org/netbeans/modules/htmlui/HtmlComponent.java |  58 +-----
 .../org/netbeans/modules/htmlui/HtmlToolkit.java   |  46 +++++
 .../src/org/netbeans/modules/htmlui/Pages.java     |   3 +-
 .../JavaFxHtmlToolkit.java}                        | 203 ++++++++-------------
 .../modules/htmlui/{ => jfx}/NbBrowsers.java       |   4 +-
 .../modules/htmlui/{ => jfx}/NbFxPanel.java        |   2 +-
 .../org/netbeans/modules/htmlui/DialogsTest.java   |   2 +-
 .../net.java.html.boot.fx/external/binaries-list   |   2 +-
 ...e.txt => net.java.html.boot.fx-1.7-license.txt} |   2 +-
 .../nbproject/project.properties                   |   2 +-
 .../net.java.html.boot.fx/nbproject/project.xml    |   2 +-
 .../external/binaries-list                         |   2 +-
 ...t => net.java.html.boot.script-1.7-license.txt} |   2 +-
 .../nbproject/project.properties                   |   2 +-
 .../nbproject/project.xml                          |   2 +-
 platform/net.java.html.boot/external/binaries-list |   2 +-
 ...ense.txt => net.java.html.boot-1.7-license.txt} |   2 +-
 .../nbproject/project.properties                   |   2 +-
 platform/net.java.html.boot/nbproject/project.xml  |   2 +-
 platform/net.java.html.geo/external/binaries-list  |   2 +-
 ...cense.txt => net.java.html.geo-1.7-license.txt} |   2 +-
 .../net.java.html.geo/nbproject/project.properties |   2 +-
 platform/net.java.html.geo/nbproject/project.xml   |   2 +-
 platform/net.java.html.json/external/binaries-list |   2 +-
 ...ense.txt => net.java.html.json-1.7-license.txt} |   2 +-
 .../nbproject/project.properties                   |   2 +-
 platform/net.java.html.json/nbproject/project.xml  |   2 +-
 .../net.java.html.sound/external/binaries-list     |   2 +-
 ...nse.txt => net.java.html.sound-1.7-license.txt} |   2 +-
 .../nbproject/project.properties                   |   2 +-
 platform/net.java.html.sound/nbproject/project.xml |   2 +-
 platform/net.java.html/external/binaries-list      |   2 +-
 ...1-license.txt => net.java.html-1.7-license.txt} |   2 +-
 .../net.java.html/nbproject/project.properties     |   2 +-
 platform/net.java.html/nbproject/project.xml       |   2 +-
 platform/o.n.html.ko4j/external/binaries-list      |   2 +-
 ...ko4j-1.6.1-license.txt => ko4j-1.7-license.txt} |   2 +-
 .../o.n.html.ko4j/nbproject/project.properties     |   2 +-
 platform/o.n.html.ko4j/nbproject/project.xml       |   2 +-
 platform/o.n.html.xhr4j/external/binaries-list     |   2 +-
 ...r4j-1.6.1-license.txt => xhr4j-1.7-license.txt} |   2 +-
 .../o.n.html.xhr4j/nbproject/project.properties    |   2 +-
 platform/o.n.html.xhr4j/nbproject/project.xml      |   2 +-
 50 files changed, 221 insertions(+), 381 deletions(-)
 create mode 100644 
platform/api.htmlui/src/org/netbeans/modules/htmlui/HtmlToolkit.java
 copy platform/api.htmlui/src/org/netbeans/modules/htmlui/{HTMLDialogImpl.java 
=> jfx/JavaFxHtmlToolkit.java} (55%)
 rename platform/api.htmlui/src/org/netbeans/modules/htmlui/{ => 
jfx}/NbBrowsers.java (98%)
 rename platform/api.htmlui/src/org/netbeans/modules/htmlui/{ => 
jfx}/NbFxPanel.java (96%)
 rename 
platform/net.java.html.boot.fx/external/{net.java.html.boot.fx-1.6.1-license.txt
 => net.java.html.boot.fx-1.7-license.txt} (99%)
 rename 
platform/net.java.html.boot.script/external/{net.java.html.boot.script-1.6.1-license.txt
 => net.java.html.boot.script-1.7-license.txt} (99%)
 rename 
platform/net.java.html.boot/external/{net.java.html.boot-1.6.1-license.txt => 
net.java.html.boot-1.7-license.txt} (99%)
 rename 
platform/net.java.html.geo/external/{net.java.html.geo-1.6.1-license.txt => 
net.java.html.geo-1.7-license.txt} (99%)
 rename 
platform/net.java.html.json/external/{net.java.html.json-1.6.1-license.txt => 
net.java.html.json-1.7-license.txt} (99%)
 rename 
platform/net.java.html.sound/external/{net.java.html.sound-1.6.1-license.txt => 
net.java.html.sound-1.7-license.txt} (99%)
 rename platform/net.java.html/external/{net.java.html-1.6.1-license.txt => 
net.java.html-1.7-license.txt} (99%)
 rename platform/o.n.html.ko4j/external/{ko4j-1.6.1-license.txt => 
ko4j-1.7-license.txt} (99%)
 rename platform/o.n.html.xhr4j/external/{xhr4j-1.6.1-license.txt => 
xhr4j-1.7-license.txt} (99%)


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