1*cdf0e10cSrcweirThe folder contains only simple extension. That is, they only contain
2*cdf0e10cSrcweir- META-INF
3*cdf0e10cSrcweir-t.rdb
4*cdf0e10cSrcweir-description.xml
5*cdf0e10cSrcweir
6*cdf0e10cSrcweirThe description.xml contains  a version, a display name, and one URL to the update data
7*cdf0e10cSrcweir
8*cdf0e10cSrcweirFor example:
9*cdf0e10cSrcweir
10*cdf0e10cSrcweir
11*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
12*cdf0e10cSrcweir<description xmlns="http://openoffice.org/extensions/description/2006"
13*cdf0e10cSrcweir    xmlns:xlink="http://www.w3.org/1999/xlink">
14*cdf0e10cSrcweir    <version value="1.0" />
15*cdf0e10cSrcweir
16*cdf0e10cSrcweir    <display-name>
17*cdf0e10cSrcweir      <name lang="de">plain1 de</name>
18*cdf0e10cSrcweir    </display-name>
19*cdf0e10cSrcweir
20*cdf0e10cSrcweir    <update-information>
21*cdf0e10cSrcweir      <src xlink:href="http://extensions.openoffice.org/testarea/desktop/simple/plain1.update.xml" />
22*cdf0e10cSrcweir    </update-information>
23*cdf0e10cSrcweir</description>
24*cdf0e10cSrcweir
25*cdf0e10cSrcweirThere is only one language as display name available, which will therefore always be displayed.
26*cdf0e10cSrcweir
27*cdf0e10cSrcweirThe update information which is referenced in the update-information and the update is committed in the extensions/www project. To modify them get the project:
28*cdf0e10cSrcweir
29*cdf0e10cSrcweircvs co extensions/wwww
30*cdf0e10cSrcweir
31*cdf0e10cSrcweirthe files can be found under extensions/www/testarea/desktop
32