Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 438f22b7374a607ef021672546343600d4351517 (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) 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
###############################################################################

artifact_file_not_found=The artifact file for {0} was not found.
artifact_not_directory=The artifact {0} is not a directory.
parameter_not_set=The \"{0}\" parameter was not set in the \"{1}\" action.
iu_contains_no_arifacts=Installable unit contains no artifacts: {0}.
no_matching_artifact=No matching artifact found for: {0}.
missing_manifest=The manifest is missing for: {0}.
failed_bundleinfo=Failed to create bundleInfo for: {0}.
cannot_configure_source_bundle=Cannot configure {0} as a source bundle.
error_parsing_startlevel=Error parsing start level: {0} for bundle: {1}.
no_bundle_pool=No bundle pool defined for profile: {0}.
error_processing_vmargs=An error occurred while processing the JVM argument.
invalid_byte_format=Invalid format for byte argument: {0}.
unable_to_open_file=Unable to open file: {0}.
action_0_failed_file_1_doesNotExist=The action {0} failed - file {1} does not exist.

Back to the top