carbidecpp22devenv/features/org.tigris.subversion.clientadapter.javahl.feature_1.6.3/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=Subversion Native Library Adapter (JavaHL)
       
    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=Subversion Client Adapter implementation using the Subversion native JavaHL library.
       
    28 
       
    29 # "licenseURL" property - URL of the "Feature License"
       
    30 # do not translate value - just change to point to a locale-specific HTML page
       
    31 licenseURL=license.html
       
    32 
       
    33 
       
    34 # "license" property - text of the "Feature Update License"
       
    35 # should be plain text version of license agreement pointed to be "licenseURL"
       
    36 license=\
       
    37 Subclipse Software User Agreement\n\
       
    38 11th April, 2006\n\
       
    39 \n\
       
    40 Subclipse is licensed under the terms of the Eclipse Public\n\
       
    41 License v1.0.  http://www.eclipse.org/legal/epl-v10.html\n\
       
    42 \n\
       
    43 Applicable Licenses\n\
       
    44 \n\
       
    45 Subclipse is built upon a number of other open source\n\
       
    46 technologies and products.  Here is a list of those products\n\
       
    47 with links to their licenses.\n\
       
    48 \n\
       
    49 svnClientAdapter:  Part of the overall Subclipse project,\n\
       
    50 svnClientAdapter presents a pluggable high-level interface\n\
       
    51 to the Subversion repository.  svnClientAdapter is licensed\n\
       
    52 under the Apache2 License.\n\
       
    53 http://www.apache.org/licenses/LICENSE-2.0\n\
       
    54 \n\
       
    55 Depending on the adapter you choose in your preferences, the\n\
       
    56 following products and licenses are involved.\n\
       
    57 \n\
       
    58 Subversion/JavaHL:  JavaHL is a high-level Java language binding\n\
       
    59 to the Subversion "C" libraries and is part of the official\n\
       
    60 Subversion source distribution.  Subversion is licensed under\n\
       
    61 the CollabNet license.\n\
       
    62 http://subversion.tigris.org/project_license.html\n\
       
    63 \n\
       
    64 SVNKit:  SVNKit is a "pure Java" implementation of the\n\
       
    65 Subversion network protocols and working copy formats.\n\
       
    66 SVNKit is licensed under the TMate license.\n\
       
    67 http://svnkit.com/licensing/index.html\n\
       
    68 \n\
       
    69 Ganymed SSH-2:  SVNKit uses the Ganymed SSH-2 library to support\n\
       
    70 the svn+ssh:// protocol.  Ganymed SSH-2 is licensed under the\n\
       
    71 Ganymed license.\n\
       
    72 http://www.ganymed.ethz.ch/ssh2/LICENSE.txt\n\
       
    73 \n\
       
    74 IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS\n\
       
    75 AND CONDITIONS PRIOR TO USE OF THIS CONTENT.\n
       
    76 ########### end of license property ##########################################