Difference between revisions of "Creating update information for extensions"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 9: Line 9:
 
#EXTUPDATEINFO_SOURCE
 
#EXTUPDATEINFO_SOURCE
 
#EXTUPDATEINFO_URLS
 
#EXTUPDATEINFO_URLS
 +
 +
==Using the Macros==

Revision as of 11:39, 20 March 2007

OOo Extensions project

Please view the wiki usage guidelines
before contributing.

Categories:

Pages:

Extensions on the main site

Extensions in other languages:
ES - FR - IT - JA - NL - OC -

For publishing information about an available update one needs to provide the "update information". For more specific information please read the specification "Online Update for Extensions".

Some XML elements from the description.xml are also part of the update information (version, identifier, dependencies). To avoid maintaining a update information file, we provide a perl program that creates the file based on the description.xml. The program is contained in solenv/bin/make_ext_update_info.pl. The program can be used from a makefile. To facilitate this, there are these macros:

  1. EXTUPDATEINFO_NAME
  2. EXTUPDATEINFO_SOURCE
  3. EXTUPDATEINFO_URLS

Using the Macros

Personal tools