This is an automated email from the ASF dual-hosted git repository.
sdedic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from 921f707 Merge pull request #2821 from philippefichet/master
new 5f90f78 [NETBEANS-5458] Update Batik SVG to version 1.14
new 055bebf Disabled external xlink references; test added.
new cd3434f Merge pull request #2817 from sdedic/sd/batik114
The 5117 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:
...tik-1.12-license.txt => batik-1.14-license.txt} | 4 +-
...batik-1.12-notice.txt => batik-1.14-notice.txt} | 2 +-
platform/libs.batik.read/external/binaries-list | 30 +++----
...nse.txt => xmlgraphics-commons-2.6-license.txt} | 3 +-
...tice.txt => xmlgraphics-commons-2.6-notice.txt} | 2 +-
.../libs.batik.read/nbproject/project.properties | 58 ++++++-------
platform/libs.batik.read/nbproject/project.xml | 60 ++++++-------
platform/openide.util.ui.svg/manifest.mf | 2 +-
.../nbproject/project.properties | 2 +-
platform/openide.util.ui.svg/nbproject/project.xml | 14 ++++
.../src/org/openide/util/svg/SVGIcon.java | 12 ++-
.../org/openide/util/svg/SVGLoaderImplTest.java | 79 +++++++++++++++++
.../unit/src/org/openide/util/svg/externalHref.svg | 98 ++++++++++++++++++++++
.../unit/src/org/openide/util/svg/innocent.svg | 98 ++++++++++++++++++++++
14 files changed, 382 insertions(+), 82 deletions(-)
rename platform/libs.batik.read/external/{batik-1.12-license.txt =>
batik-1.14-license.txt} (97%)
rename platform/libs.batik.read/external/{batik-1.12-notice.txt =>
batik-1.14-notice.txt} (92%)
rename platform/libs.batik.read/external/{xmlgraphics-commons-2.4-license.txt
=> xmlgraphics-commons-2.6-license.txt} (99%)
rename platform/libs.batik.read/external/{xmlgraphics-commons-2.4-notice.txt
=> xmlgraphics-commons-2.6-notice.txt} (71%)
create mode 100644
platform/openide.util.ui.svg/test/unit/src/org/openide/util/svg/SVGLoaderImplTest.java
create mode 100644
platform/openide.util.ui.svg/test/unit/src/org/openide/util/svg/externalHref.svg
create mode 100644
platform/openide.util.ui.svg/test/unit/src/org/openide/util/svg/innocent.svg
---------------------------------------------------------------------
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