Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 22-May-2021 | - | ||||
changing_display_name/ | H | 22-May-2021 | - | |||
default_url/ | H | 22-May-2021 | - | |||
defect/ | H | 22-May-2021 | - | |||
dependencies/ | H | 22-May-2021 | - | |||
license/ | H | 22-May-2021 | - | |||
platform/ | H | 22-May-2021 | - | |||
publisher/ | H | 22-May-2021 | - | |||
simple/ | H | 22-May-2021 | - | |||
updatefeed/ | H | 22-May-2021 | - | |||
updateinfocreation/ | H | 22-May-2021 | - | |||
website_update/ | H | 22-May-2021 | - | |||
wrong_url/ | H | 22-May-2021 | - | |||
readme.txt | H A D | 22-May-2021 | 2.4 KiB | 63 | 48 |
readme.txt
1 /************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 The extensions in the subdirectories of the update folder are used for 24 testing the online update feature of extensions. The folder such as 25 simple, 26 license, 27 defect, etc. contain extensions which can be installed in OOo. The 28 corresponding update information file and the update are located on 29 the extensions.openoffice.org website (cvs: extensions/www/testarea). For example: 30 31 desktop/test/deployment/update/simple/plain1.oxt 32 33 is version 1 of this extension and it references 34 35 http://extensions.openoffice.org/testarea/desktop/simple/update/plain1.update.xml 36 37 which in turn references version 2 at 38 39 http://extensions.openoffice.org/testarea/desktop/simple/update/plain1.oxt 40 41 42 To have all in one place the update information file and the update are also contained 43 in the desktop project. They are in the update subfolder of the different test folders. 44 For example 45 46 .../update/simple/update 47 .../update/license/update 48 .../update/updatefeed/udpate 49 50 51 The different test folders for the update are also commited in project extensions/www 52 so that the files can be obtain via an URL. The structure and the contents is about the 53 same as the content 54 of desktop/test/deployment/udpate 55 For example in 56 57 extensions/www/testarea/desktop 58 59 are the subfolder defect, simple, updatefeed, wrong_url, etc. 60 they contain the extensions which are installed directly by the Extension Manager. 61 These folders contain also the update subfolder which contains the update information 62 and the actual updates. 63