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 2019/05/12 06:26:16 UTC

[netbeans] branch master updated (a89a4c5 -> 2b84667)

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 a89a4c5  [NETBEANS-2467] Using the correct jcodings dependency to avoid touch nonexisting field.
     new 47e2d39  Updating to Apache NetBeans HTML/Java API version 1.6.1
     new ba1296c  Specify correct version in the license files
     new affd0c0  Removing default geo location provider, as the service works no longer
     new 728baaf  Setting up X server for UI-related test execution
     new 2b84667  Merge pull request #1239 from JaroslavTulach/jtulach/HtmlJava161

The 2533 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:
 .travis.yml                                        |   4 +
 nbbuild/travis/scripting.sh                        |   1 +
 platform/api.htmlui/apichanges.xml                 |  14 +++
 platform/api.htmlui/manifest.mf                    |   2 +-
 platform/api.htmlui/nbproject/project.xml          |   6 --
 .../netbeans/modules/htmlui/FreeGeoProvider.java   | 104 ---------------------
 .../modules/htmlui/FreeGeoProviderTest.java        |  98 -------------------
 .../net.java.html.boot.fx/external/binaries-list   |   2 +-
 ...txt => net.java.html.boot.fx-1.6.1-license.txt} |   2 +-
 .../nbproject/project.properties                   |   2 +-
 .../net.java.html.boot.fx/nbproject/project.xml    |   2 +-
 .../external/binaries-list                         |   2 +-
 ...=> net.java.html.boot.script-1.6.1-license.txt} |   2 +-
 .../nbproject/project.properties                   |   2 +-
 .../nbproject/project.xml                          |   2 +-
 platform/net.java.html.boot/external/binaries-list |   2 +-
 ...se.txt => net.java.html.boot-1.6.1-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 +-
 ...nse.txt => net.java.html.geo-1.6.1-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 +-
 ...se.txt => net.java.html.json-1.6.1-license.txt} |   2 +-
 .../nbproject/project.properties                   |   2 +-
 platform/net.java.html.json/nbproject/project.xml  |   2 +-
 .../net.java.html.sound/external/binaries-list     |   2 +-
 ...e.txt => net.java.html.sound-1.6.1-license.txt} |   2 +-
 .../nbproject/project.properties                   |   2 +-
 platform/net.java.html.sound/nbproject/project.xml |   2 +-
 platform/net.java.html/external/binaries-list      |   2 +-
 ...license.txt => net.java.html-1.6.1-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 +-
 ...4j-1.5.1-license.txt => ko4j-1.6.1-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 +-
 ...j-1.5.1-license.txt => xhr4j-1.6.1-license.txt} |   2 +-
 .../o.n.html.xhr4j/nbproject/project.properties    |   2 +-
 platform/o.n.html.xhr4j/nbproject/project.xml      |   2 +-
 43 files changed, 56 insertions(+), 245 deletions(-)
 delete mode 100644 platform/api.htmlui/src/org/netbeans/modules/htmlui/FreeGeoProvider.java
 delete mode 100644 platform/api.htmlui/test/unit/src/org/netbeans/modules/htmlui/FreeGeoProviderTest.java
 rename platform/net.java.html.boot.fx/external/{net.java.html.boot.fx-1.5.1-license.txt => net.java.html.boot.fx-1.6.1-license.txt} (99%)
 rename platform/net.java.html.boot.script/external/{net.java.html.boot.script-1.5.1-license.txt => net.java.html.boot.script-1.6.1-license.txt} (99%)
 rename platform/net.java.html.boot/external/{net.java.html.boot-1.5.1-license.txt => net.java.html.boot-1.6.1-license.txt} (99%)
 rename platform/net.java.html.geo/external/{net.java.html.geo-1.5.1-license.txt => net.java.html.geo-1.6.1-license.txt} (99%)
 rename platform/net.java.html.json/external/{net.java.html.json-1.5.1-license.txt => net.java.html.json-1.6.1-license.txt} (99%)
 rename platform/net.java.html.sound/external/{net.java.html.sound-1.5.1-license.txt => net.java.html.sound-1.6.1-license.txt} (99%)
 rename platform/net.java.html/external/{net.java.html-1.5.1-license.txt => net.java.html-1.6.1-license.txt} (99%)
 rename platform/o.n.html.ko4j/external/{ko4j-1.5.1-license.txt => ko4j-1.6.1-license.txt} (99%)
 rename platform/o.n.html.xhr4j/external/{xhr4j-1.5.1-license.txt => xhr4j-1.6.1-license.txt} (99%)


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