From ffb54d975a2a558a4234c95fb6b3eb16da70c556 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Thu, 21 Jun 2007 11:37:42 +0000 Subject: Add DTD file for xcap-error (RFC 4825) svn path=/trunk/; revision=22148 --- Makefile.am | 1 + dtds/xcap-error.dtd | 67 ++++++++++++++++++++++++++++++++++++++++++++ packaging/nsis/wireshark.nsi | 1 + 3 files changed, 69 insertions(+) create mode 100644 dtds/xcap-error.dtd diff --git a/Makefile.am b/Makefile.am index 51c014392f..7cde713df7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -135,6 +135,7 @@ dtds_DATA = \ dtds/rss.dtd \ dtds/smil.dtd \ dtds/xcap-caps.dtd \ + dtds/xcap-error.dtd \ dtds/watcherinfo.dtd # # Install the RADIUS directory files in the "radius" subdirectory diff --git a/dtds/xcap-error.dtd b/dtds/xcap-error.dtd new file mode 100644 index 0000000000..ab7781d820 --- /dev/null +++ b/dtds/xcap-error.dtd @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi index c0abbf6540..677477912b 100644 --- a/packaging/nsis/wireshark.nsi +++ b/packaging/nsis/wireshark.nsi @@ -480,6 +480,7 @@ File "..\..\dtds\rlmi.dtd" File "..\..\dtds\rss.dtd" File "..\..\dtds\smil.dtd" File "..\..\dtds\xcap-caps.dtd" +File "..\..\dtds\xcap-error.dtd" File "..\..\dtds\watcherinfo.dtd" SetOutPath $INSTDIR -- cgit v1.2.1