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