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