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 23The extensions in the subdirectories of the update folder are used for 24testing the online update feature of extensions. The folder such as 25simple, 26license, 27defect, etc. contain extensions which can be installed in OOo. The 28corresponding update information file and the update are located on 29the extensions.openoffice.org website (cvs: extensions/www/testarea). For example: 30 31desktop/test/deployment/update/simple/plain1.oxt 32 33is version 1 of this extension and it references 34 35http://extensions.openoffice.org/testarea/desktop/simple/update/plain1.update.xml 36 37which in turn references version 2 at 38 39http://extensions.openoffice.org/testarea/desktop/simple/update/plain1.oxt 40 41 42To have all in one place the update information file and the update are also contained 43in the desktop project. They are in the update subfolder of the different test folders. 44For example 45 46.../update/simple/update 47.../update/license/update 48.../update/updatefeed/udpate 49 50 51The different test folders for the update are also commited in project extensions/www 52so that the files can be obtain via an URL. The structure and the contents is about the 53same as the content 54of desktop/test/deployment/udpate 55For example in 56 57extensions/www/testarea/desktop 58 59are the subfolder defect, simple, updatefeed, wrong_url, etc. 60they contain the extensions which are installed directly by the Extension Manager. 61These folders contain also the update subfolder which contains the update information 62and the actual updates. 63