[Libreoffice-commits] .: odk/examples

David Tardon dtardon at kemper.freedesktop.org
Wed Nov 24 05:21:05 PST 2010


 odk/examples/DevelopersGuide/Extensions/DialogWithHelp/META-INF/manifest.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f214431cf946d84dc168c67394752cfac14f3024
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Nov 24 14:20:54 2010 +0100

    fix invalid XML

diff --git a/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/META-INF/manifest.xml b/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/META-INF/manifest.xml
index a7b501b..2334c08 100644
--- a/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/META-INF/manifest.xml
+++ b/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/META-INF/manifest.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<manifest:manifest>
+<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
  <manifest:file-entry manifest:full-path="DialogWithHelp/" manifest:media-type="application/vnd.sun.star.basic-library"/>
  <manifest:file-entry manifest:media-type="application/vnd.sun.star.help" manifest:full-path="help"/>
  <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="Addons.xcu"/>


More information about the Libreoffice-commits mailing list