Skip to main content
summaryrefslogtreecommitdiffstats
blob: 73484c6724d8304d35414207182ea00bbc66922b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
###############################################################################
#  Copyright (c) 2008, 2009 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
###############################################################################
error_update_site=Error: {0} is not a valid extension location because it contains a site.xml file.
error_p2_repository=Error: {0} is not a valid extension location because it already contains a standard p2 repository file.
failed_create_local_artifact_repository=Failed to create local repository.
not_directory=Location: {0} not a directory.
not_eclipse_extension=Location: {0} is not a valid extension location.
not_file_protocol=Location must use file protocol.
repo_already_exists=Repository: {0} already exists.

Back to the top