Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 08affcbdc987e6e66e441fbbbc6235309da71bfa (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
###############################################################################
# Copyright (c) 2007, 2008 IBM Corporation 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:
#     IBM Corporation - initial API and implementation
###############################################################################
exception_errorConverting = An error occurred while generating manifest for {0}.
exception_outputStream = Unable to open output stream for {0}.
exception_errorParsingUpdateSite = Error parsing update site: {0}.
exception_stateAddition = An error has occurred while adding the bundle {0}.
exception_sourceDirectoryInvalid = Source directory is invalid: {0}.
exception_artifactRepoLocationURL = Artifact repository location is not a valid URL: {0}.
exception_artifactRepoNotWritable = Artifact repository is not writable: {0}.
exception_metadataRepoLocationURL = Metadata repository location is not a valid URL: {0}.
exception_metadataRepoNotWritable = Metadata repository not writable: {0}.
exception_baseLocationNotSpecified = Eclipse base location not specified.

message_generatingMetadata = Generating metadata for {0}.
message_generationCompleted = Generation completed with success [{0} seconds].

Back to the top