From f53c99a9fa3fefbd0426f8ea3dc39072a7037828 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 19 Jul 2006 19:00:36 +0000 Subject: From Martin Mathieson: Here is a DTD for xcap-caps and changes needed to install it (nsi change is untested). svn path=/trunk/; revision=18767 --- Makefile.am | 1 + dtds/xcap-caps.dtd | 15 +++++++++++++++ packaging/nsis/wireshark.nsi | 1 + 3 files changed, 17 insertions(+) create mode 100644 dtds/xcap-caps.dtd diff --git a/Makefile.am b/Makefile.am index 4466107488..c883e71ef5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -110,6 +110,7 @@ dtds_DATA = \ dtds/reginfo.dtd \ dtds/rss.dtd \ dtds/smil.dtd \ + dtds/xcap-caps.dtd \ dtds/watcherinfo.dtd # # Install the RADIUS directory files in the "radius" subdirectory diff --git a/dtds/xcap-caps.dtd b/dtds/xcap-caps.dtd new file mode 100644 index 0000000000..9b686e286b --- /dev/null +++ b/dtds/xcap-caps.dtd @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi index 1ae1183158..ea51e258ce 100644 --- a/packaging/nsis/wireshark.nsi +++ b/packaging/nsis/wireshark.nsi @@ -444,6 +444,7 @@ File "..\..\dtds\presence.dtd" File "..\..\dtds\reginfo.dtd" File "..\..\dtds\rss.dtd" File "..\..\dtds\smil.dtd" +File "..\..\dtds\xcap-caps.dtd" File "..\..\dtds\watcherinfo.dtd" SetOutPath $INSTDIR -- cgit v1.2.3