carbidecpp22devenv/features/org.tigris.subversion.subclipse.mylyn_3.0.0/feature.properties
changeset 4 4764c8c88759
equal deleted inserted replaced
3:7ee884bf767e 4:4764c8c88759
       
     1 #******************************************************************************
       
     2 # Copyright (c) 2004, 2006 Subclipse project and others.
       
     3 # All rights reserved. This program and the accompanying materials
       
     4 # are made available under the terms of the Eclipse Public License v1.0
       
     5 # which accompanies this distribution, and is available at
       
     6 # http://www.eclipse.org/legal/epl-v10.html
       
     7 #
       
     8 # Contributors:
       
     9 #     Subclipse project committers - initial API and implementation
       
    10 #*****************************************************************************/
       
    11 # feature.properties
       
    12 # contains externalized strings for feature.xml
       
    13 # "%foo" in feature.xml corresponds to the key "foo" in this file
       
    14 # java.io.Properties file (ISO 8859-1 with "\" escapes)
       
    15 # This file should be translated.
       
    16 
       
    17 # "featureName" property - name of the feature
       
    18 featureName=Subclipse Integration for Mylyn
       
    19 
       
    20 # "providerName" property - name of the company that provides the feature
       
    21 providerName=Tigris.org
       
    22 
       
    23 # "updateSiteName" property - label for the update site
       
    24 updateSiteName=Subclipse update site
       
    25 
       
    26 # "description" property - description of the feature
       
    27 description=Provides integration features between Subclipse and Mylyn,\
       
    28 such as automatic change set management and linking projects to issue tracking systems\
       
    29 based on svn properties.
       
    30 
       
    31 # "changesURL" property - URL of the "Change Log"
       
    32 # do not translate value - just change to point to a locale-specific HTML page
       
    33 changesURL=changes.html
       
    34 
       
    35 # "licenseURL" property - URL of the "Feature License"
       
    36 # do not translate value - just change to point to a locale-specific HTML page
       
    37 licenseURL=license.html
       
    38 
       
    39 
       
    40 # "license" property - text of the "Feature Update License"
       
    41 # should be plain text version of license agreement pointed to be "licenseURL"
       
    42 license=\
       
    43 Subclipse Software User Agreement\n\
       
    44 11th April, 2006\n\
       
    45 \n\
       
    46 Subclipse is licensed under the terms of the Eclipse Public\n\
       
    47 License v1.0.  http://www.eclipse.org/legal/epl-v10.html\n\
       
    48 \n\
       
    49 Applicable Licenses\n\
       
    50 \n\
       
    51 Subclipse is built upon a number of other open source\n\
       
    52 technologies and products.  Here is a list of those products\n\
       
    53 with links to their licenses.\n\
       
    54 \n\
       
    55 svnClientAdapter:  Part of the overall Subclipse project,\n\
       
    56 svnClientAdapter presents a plugable high-level interface\n\
       
    57 to the Subversion repository.  svnClientAdapter is licensed\n\
       
    58 under the Eclipse Public License v1.0.\n\
       
    59 http://www.eclipse.org/legal/epl-v10.html\n\
       
    60 \n\
       
    61 Depending on the adapter you choose in your preferences, the\n\
       
    62 following products and licenses are involved.\n\
       
    63 \n\
       
    64 Subversion/JavaHL:  JavaHL is a high-level Java language binding\n\
       
    65 to the Subversion "C" libraries and is part of the official\n\
       
    66 Subversion source distribution.  Subversion is licensed under\n\
       
    67 the CollabNet license.\n\
       
    68 http://subversion.tigris.org/project_license.html\n\
       
    69 \n\
       
    70 SVNKit:  SVNKit is a "pure Java" implementation of the\n\
       
    71 Subversion network protocols and working copy formats.\n\
       
    72 SVNKit is licensed under the TMate license.\n\
       
    73 http://svnkit.com/licensing/index.html\n\
       
    74 \n\
       
    75 Ganymed SSH-2:  SVNKit uses the Ganymed SSH-2 library to support\n\
       
    76 the svn+ssh:// protocol.  Ganymed SSH-2 is licensed under the\n\
       
    77 Ganymed license.\n\
       
    78 http://www.ganymed.ethz.ch/ssh2/LICENSE.txt\n\
       
    79 \n\
       
    80 IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS\n\
       
    81 AND CONDITIONS PRIOR TO USE OF THIS CONTENT.\n
       
    82 ########### end of license property ##########################################