1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28
29The extensions in the subdirectories of the update folder are used for
30testing the online update feature of extensions. The folder such as
31simple,
32license,
33defect, etc. contain extensions which can be installed in OOo. The
34corresponding update information file and the update are located on
35the extensions.openoffice.org website (cvs: extensions/www/testarea). For example:
36
37desktop/test/deployment/update/simple/plain1.oxt
38
39is version 1 of this extension and it references
40
41http://extensions.openoffice.org/testarea/desktop/simple/update/plain1.update.xml
42
43which in turn references version 2 at
44
45http://extensions.openoffice.org/testarea/desktop/simple/update/plain1.oxt
46
47
48To have all in one place the update information file and the update are also contained
49in the desktop project. They are in the update subfolder of the different test folders.
50For example
51
52.../update/simple/update
53.../update/license/update
54.../update/updatefeed/udpate
55
56
57The different test folders for the update are also commited in project extensions/www
58so that the files can be obtain via an URL. The structure and the contents is about the
59same as the content
60of desktop/test/deployment/udpate
61For example in
62
63extensions/www/testarea/desktop
64
65are the subfolder defect, simple, updatefeed, wrong_url, etc.
66they contain the extensions which are installed directly by the Extension Manager.
67These folders contain also the update subfolder which contains the update information
68and the actual updates.
69