Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a0aa4f7ad8816a79db0cbaeb5e6211f18f0ea2f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###############################################################################
# Copyright (c) 2008 Wind River Systems and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     Doug Schaefer (Wind River) - initial API and implementation
###############################################################################

io_failedRead=Unable to read repository at {0}.
io_incompatibleVersion=Install artifact repository has incompatible version {0}; expected {1}.
io_parseError=Error parsing install artifact repository.
	

Back to the top