Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/UtilMessages.properties')
-rw-r--r--ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/UtilMessages.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/UtilMessages.properties b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/UtilMessages.properties
new file mode 100644
index 0000000000..093d44f370
--- /dev/null
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/util/UtilMessages.properties
@@ -0,0 +1,18 @@
+###############################################################################
+# Copyright (c) 2013 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
+# Simon Muschel <smuschel@gmx.de> - bugs 215743, 260549
+###############################################################################
+ErrorReadingManifest=Error reading manifest for {0}
+ErrorReadingOldStyleManifest=Error reading non-OSGi plug-in manifest for {0}
+ManifestUtils_NeedCompatFragmentToConvertManifest=Plug-in at ''{0}'' does not have a manifest. The PluginConverter service used to create manifests for old style plug-ins is not available, please install the ''org.eclipse.osgi.compatibility.plugins'' compatibility fragment.
+ManifestUtils_PluginConverterOnlyAvailableWithOSGi=The PluginConverter service to create a manifest for old style plug-ins is not available without an OSGi runtime
+BundleErrorReporter_InvalidFormatInBundleVersion=The specified version does not have the correct format (major.minor.micro.qualifier) or contains invalid characters
+BundleErrorReporter_invalidVersionRangeFormat=Invalid version range format
+VMHelper_noJreForExecEnv=No installed JREs satisfy this Execution Environment: "{0}". Launch aborted. \ No newline at end of file

Back to the top