https://bugs.freedesktop.org/show_bug.cgi?id=60692

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #4 from [email protected] ---
"LibreOffice-minimial-version" tag needs to be qualified with the right
namespace
it doesn't exist in the default namespace, hence is Unknown

I had success with the following:

<?xml version="1.0" encoding="UTF-8"?>
<description xmlns   = "http://openoffice.org/extensions/description/2006";
             xmlns:d = "http://openoffice.org/extensions/description/2006";
             xmlns:l = "http://libreoffice.org/extensions/description/2011";
             >
    <dependencies>
        <l:LibreOffice-minimal-version value="4.0" d:name="LibreOffice.org 4.0"
/>
    </dependencies>
</description>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to