2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 # This file incorporates work covered by the following license notice:
10 # Licensed to the Apache Software Foundation (ASF) under one or more
11 # contributor license agreements. See the NOTICE file distributed
12 # with this work for additional information regarding copyright
13 # ownership. The ASF licenses this file to you under the Apache
14 # License, Version 2.0 (the "License"); you may not use this file
15 # except in compliance with the License. You may obtain a copy of
16 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 The extensions in the subdirectories of the update folder are used for
20 testing the online update feature of extensions. The folder such as
23 defect, etc. contain extensions which can be installed in OOo. The
24 corresponding update information file and the update are located on
25 the extensions.openoffice.org website (cvs: extensions/www/testarea). For example:
27 desktop/test/deployment/update/simple/plain1.oxt
29 is version 1 of this extension and it references
31 http://extensions.openoffice.org/testarea/desktop/simple/update/plain1.update.xml
33 which in turn references version 2 at
35 http://extensions.openoffice.org/testarea/desktop/simple/update/plain1.oxt
38 To have all in one place the update information file and the update are also contained
39 in the desktop project. They are in the update subfolder of the different test folders.
42 .../update/simple/update
43 .../update/license/update
44 .../update/updatefeed/update
47 The different test folders for the update are also committed in project extensions/www
48 so that the files can be obtain via a URL. The structure and the contents is about the
50 of desktop/test/deployment/update
53 extensions/www/testarea/desktop
55 are the subfolder defect, simple, updatefeed, wrong_url, etc.
56 they contain the extensions which are installed directly by the Extension Manager.
57 These folders contain also the update subfolder which contains the update information
58 and the actual updates.