1f2455798SMatthias Sohn############################################################################### 2f2455798SMatthias Sohn# Copyright (c) 2000, 2009 IBM Corporation and others. 3f2455798SMatthias Sohn# 4f2455798SMatthias Sohn# All rights reserved. This program and the accompanying materials 5f2455798SMatthias Sohn# are made available under the terms of the Eclipse Public License v1.0 6f2455798SMatthias Sohn# which accompanies this distribution, and is available at 7f2455798SMatthias Sohn# http://www.eclipse.org/legal/epl-v10.html 8f2455798SMatthias Sohn# 9f2455798SMatthias Sohn############################################################################### 10f2455798SMatthias Sohn 11f2455798SMatthias SohnfeatureName=Eclipse JGit Feature (Incubation) 12*0238a21bSShawn O. PearceproviderName=Eclipse.org 13f2455798SMatthias Sohn 14f2455798SMatthias SohnupdateSiteName=Eclipse Update Site (experimental) 15f2455798SMatthias Sohn 16f2455798SMatthias Sohn# description property - text of the "Feature Descrption" 17f2455798SMatthias Sohndescription=\ 18f2455798SMatthias SohnA pure Java implementation of the Git version control system.\n 19f2455798SMatthias Sohn################ end of description property ################################## 20f2455798SMatthias Sohn 21f2455798SMatthias Sohn# "copyright" property - text of the "Feature Update Copyright" 22f2455798SMatthias Sohncopyright=\ 23f2455798SMatthias SohnCopyright (c) 2005, 2009 Shawn Pearce, Robin Rosenberg, et.al.\n\ 24f2455798SMatthias SohnAll rights reserved. This program and the accompanying materials\n\ 25f2455798SMatthias Sohnare made available under the terms of the Eclipse Distribution License v1.0\n\ 26f2455798SMatthias Sohnwhich accompanies this distribution, and is available at\n\ 27f2455798SMatthias Sohnhttp://www.eclipse.org/org/documents/edl-v10.html\n 28f2455798SMatthias Sohn################ end of copyright property #################################### 29f2455798SMatthias Sohn 30f2455798SMatthias Sohn# "licenseURL" property - URL of the "Feature License" 31f2455798SMatthias Sohn# do not translate value - just change to point to a locale-specific HTML page 32f2455798SMatthias SohnlicenseURL=http://www.eclipse.org/org/documents/edl-v10.html 33f2455798SMatthias Sohn 34f2455798SMatthias Sohn# "license" property - text of the "Feature Update License" 35f2455798SMatthias Sohn# should be plain text version of license agreement pointed to be "licenseURL" 36f2455798SMatthias Sohnlicense=\ 37f2455798SMatthias SohnEclipse Distribution License - v 1.0\n\ 38f2455798SMatthias Sohn\n\ 39f2455798SMatthias SohnCopyright (c) 2007, Eclipse Foundation, Inc. and its licensors.\n\ 40f2455798SMatthias Sohn\n\ 41f2455798SMatthias SohnAll rights reserved.\n\ 42f2455798SMatthias Sohn\n\ 43f2455798SMatthias SohnRedistribution and use in source and binary forms, with or without\n\ 44f2455798SMatthias Sohnmodification, are permitted provided that the following conditions are\n\ 45f2455798SMatthias Sohnmet:\n\ 46f2455798SMatthias Sohn\n\ 47f2455798SMatthias Sohn * Redistributions of source code must retain the above copyright\n\ 48f2455798SMatthias Sohn notice, this list of conditions and the following disclaimer.\n\ 49f2455798SMatthias Sohn\n\ 50f2455798SMatthias Sohn * Redistributions in binary form must reproduce the above\n\ 51f2455798SMatthias Sohn copyright notice, this list of conditions and the following\n\ 52f2455798SMatthias Sohn disclaimer in the documentation and/or other materials provided\n\ 53f2455798SMatthias Sohn with the distribution.\n\ 54f2455798SMatthias Sohn\n\ 55f2455798SMatthias Sohn * Neither the name of the Eclipse Foundation, Inc. nor the names\n\ 56f2455798SMatthias Sohn of its contributors may be used to endorse or promote products\n\ 57f2455798SMatthias Sohn derived from this software without specific prior written\n\ 58f2455798SMatthias Sohn permission.\n\ 59f2455798SMatthias Sohn\n\ 60f2455798SMatthias SohnTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\ 61f2455798SMatthias Sohn"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n\ 62f2455798SMatthias SohnLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n\ 63f2455798SMatthias SohnA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n\ 64f2455798SMatthias SohnOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n\ 65f2455798SMatthias SohnSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n\ 66f2455798SMatthias SohnLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n\ 67f2455798SMatthias SohnDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n\ 68f2455798SMatthias SohnTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n\ 69f2455798SMatthias Sohn(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n\ 70f2455798SMatthias SohnOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n 71f2455798SMatthias Sohn########### end of license property ########################################## 72