Hi,

> Is there something I must also denote in the "description.xml" file to

you need a "META-INF\manifest.xml" where you list all your files, for example:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" 
"Manifest.dtd">
 <manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest";>

        <manifest:file-entry manifest:full-path="my.jar" manifest:media-type="
           application/vnd.sun.star.uno-component;type=Java" />

        <manifest:file-entry manifest:full-path="my.rdb" manifest:media-type="
          application/vnd.sun.star.uno-typelibrary;type=RDB" />

        <manifest:file-entry manifest:full-path="registry/my.xcu"
          manifest:media-type="application/vnd.sun.star.configuration-data" />

        <manifest:file-entry manifest:full-path="registry/my.xcs"
          manifest:media-type="application/vnd.sun.star.configuration-schema" />

</manifest:manifest>

http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/File_Format

Regards

Oliver

-- 

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to