You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

feature.properties 3.4KB

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