Extensions packaging
From Apache OpenOffice Wiki
OOo Extensions project
Please view the wiki usage guidelines
|
---|
Categories: Pages: |
Extensions on the main site |
Extensions in other languages: |
Outdated! See Checklist for Writing Extensions.
Note the following points when creating an extension:
- Should your extension be named
.oxt
or.uno.pkg
? See .oxt, .uno.pkg, .zip. - Give your extension a unique identifier. See Extension Identifiers, unopkg, pkgchk for more information. Use the reversed DNS name of a site you control (and not
"org.openoffice."
) to prefix the unique identifier of your extension. - Give your extension a version. See Extension Version Handling for more information.
- Specify the dependencies of your extension. See Extension Dependencies, Minimal Support for Extension Dependencies and Extension Dependency OpenOffice.org-minimal-version for more information.
- Optionally add a license to your extension. See Simple License for Extensions for more information.
- Optionally allow for the online update of future versions of your extension. See Online Update for Extensions for more information. Also read Creating update information for extensions.