bump product version to 7.6.3.2-android
[LibreOffice.git] / desktop / test / deployment / update / simple / readme.txt
blob34ad6bedabf9e1cc4309dfc18cae36aee5b28d7c
1 The folder contains only simple extension. That is, they only contain 
2 - META-INF
3 -t.rdb
4 -description.xml
6 The description.xml contains  a version, a display name, and one URL to the update data
8 For example:
11 <?xml version="1.0" encoding="UTF-8"?>
12 <description xmlns="http://openoffice.org/extensions/description/2006"
13     xmlns:xlink="http://www.w3.org/1999/xlink">
14     <version value="1.0" />    
16     <display-name>
17       <name lang="de">plain1 de</name>
18     </display-name>
20     <update-information>
21       <src xlink:href="http://extensions.openoffice.org/testarea/desktop/simple/plain1.update.xml" />
22     </update-information>
23 </description>
25 There is only one language as display name available, which will therefore always be displayed.
27 The 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:
29 cvs co extensions/wwww
31 the files can be found under extensions/www/testarea/desktop