Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 61671dfa7eaff0e00310fdeb82b63dc36d84b5fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
###############################################################################
# Copyright (c) 2000, 2014 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
providerName=Eclipse.org
pluginName=CVS Team Provider Core
cvsNature=CVS Team Nature
cvsBundleImporter=CVS Bundle Importer

# The following 3 strings do not require translation
Authenticator=Authenticator
ConnectionMethods=ConnectionMethods
FileModificationValidator=FileModificationValidator
ChangeSets=Change Sets

TraceComponentLabel=Platform Team CVS Core

Back to the top