This is an automated email from the ASF dual-hosted git repository.
geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.
from 5233e23 Merge pull request #220 from
geertjanw/netbeans-54-review-performance
add b47077f [NETBEANS-114] Reintegrate HTML 3.2-XHTML 1.0 DTDs and entity
definitions
new 6bf080f Merge pull request #240 from
matthiasblaesing/netbeans-114-html-grammar
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:
.../html/editor/resources/DTDs/3_2/html32.dtd | 648 ++++++++++
.../html/editor/resources/DTDs/3_2/lat1.ent | 108 ++
.../html/editor/resources/DTDs/4_0/HTMLlat1.ent | 194 +++
.../html/editor/resources/DTDs/4_0/HTMLspecial.ent | 78 ++
.../html/editor/resources/DTDs/4_0/HTMLsymbol.ent | 241 ++++
.../html/editor/resources/DTDs/4_0/frameset.dtd | 85 ++
.../html/editor/resources/DTDs/4_0/loose.dtd | 1141 +++++++++++++++++
.../html/editor/resources/DTDs/4_0/strict.dtd | 917 ++++++++++++++
.../html/editor/resources/DTDs/4_01/HTMLlat1.ent | 194 +++
.../editor/resources/DTDs/4_01/HTMLspecial.ent | 77 ++
.../html/editor/resources/DTDs/4_01/HTMLsymbol.ent | 241 ++++
.../html/editor/resources/DTDs/4_01/frameset.dtd | 85 ++
.../html/editor/resources/DTDs/4_01/loose.dtd | 1142 +++++++++++++++++
.../html/editor/resources/DTDs/4_01/strict.dtd | 919 ++++++++++++++
.../editor/resources/DTDs/xhtml/xhtml-lat1.ent | 196 +++
.../editor/resources/DTDs/xhtml/xhtml-special.ent | 80 ++
.../editor/resources/DTDs/xhtml/xhtml-symbol.ent | 237 ++++
.../resources/DTDs/xhtml/xhtml1-frameset.dtd | 1282 ++++++++++++++++++++
.../editor/resources/DTDs/xhtml/xhtml1-strict.dtd | 1025 ++++++++++++++++
.../resources/DTDs/xhtml/xhtml1-transitional.dtd | 1248 +++++++++++++++++++
.../modules/html/editor/resources/layer.xml | 5 +-
nbbuild/build.xml | 7 +
22 files changed, 10147 insertions(+), 3 deletions(-)
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/3_2/html32.dtd
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/3_2/lat1.ent
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_0/HTMLlat1.ent
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_0/HTMLspecial.ent
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_0/HTMLsymbol.ent
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_0/frameset.dtd
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_0/loose.dtd
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_0/strict.dtd
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_01/HTMLlat1.ent
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_01/HTMLspecial.ent
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_01/HTMLsymbol.ent
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_01/frameset.dtd
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_01/loose.dtd
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_01/strict.dtd
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/xhtml/xhtml-lat1.ent
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/xhtml/xhtml-special.ent
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/xhtml/xhtml-symbol.ent
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/xhtml/xhtml1-frameset.dtd
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/xhtml/xhtml1-strict.dtd
create mode 100644
html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/xhtml/xhtml1-transitional.dtd
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].