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