diff options
author | David Tardon <dtardon@redhat.com> | 2010-11-24 14:18:54 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-24 14:18:54 +0100 |
commit | 1529913c92ccf5b0eff67f08e0e884a2382f2dc8 (patch) | |
tree | 4a373e4e80378f1239618fd578e7a23a3c0599fd /desktop/test | |
parent | 498a0a17a7e8dd3c753d7c1ca4c8fb32dcda6a1f (diff) |
fix invalid XML
Diffstat (limited to 'desktop/test')
-rw-r--r-- | desktop/test/deployment/locationtest/manifest.xml | 4 | ||||
-rwxr-xr-x | desktop/test/deployment/update/updateinfocreation/build/manifest.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop/test/deployment/locationtest/manifest.xml b/desktop/test/deployment/locationtest/manifest.xml index 8791582798bd..3dd6460faffa 100644 --- a/desktop/test/deployment/locationtest/manifest.xml +++ b/desktop/test/deployment/locationtest/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="LocationTest.jar" manifest:media-type="application/vnd.sun.star.uno-component;type=Java"/> <manifest:file-entry manifest:full-path="LocationTest.rdb" manifest:media-type="application/vnd.sun.star.uno-typelibrary;type=RDB"/> -</manifest:manifest>
\ No newline at end of file +</manifest:manifest> diff --git a/desktop/test/deployment/update/updateinfocreation/build/manifest.xml b/desktop/test/deployment/update/updateinfocreation/build/manifest.xml index 7e3e7947aa0f..fcedabf96b4b 100755 --- a/desktop/test/deployment/update/updateinfocreation/build/manifest.xml +++ b/desktop/test/deployment/update/updateinfocreation/build/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="TestExtension.jar" manifest:media-type="application/vnd.sun.star.uno-component;type=Java"/> <manifest:file-entry manifest:full-path="TestExtension.rdb" manifest:media-type="application/vnd.sun.star.uno-typelibrary;type=RDB"/> -</manifest:manifest>
\ No newline at end of file +</manifest:manifest> |