Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShenol Yousouf2012-01-07 12:56:42 +0000
committerTobias Oberlies2012-02-20 18:24:24 +0000
commitb6e303672b8fdafc5035df293837c4b266d9c789 (patch)
tree481e99eaa4b3bc6ffc2919ae30fd5890b18da20d /bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties
parentbb00e45ec27dedb09d69ac0c7735b0a1048642ba (diff)
downloadrt.equinox.p2-b6e303672b8fdafc5035df293837c4b266d9c789.tar.gz
rt.equinox.p2-b6e303672b8fdafc5035df293837c4b266d9c789.tar.xz
rt.equinox.p2-b6e303672b8fdafc5035df293837c4b266d9c789.zip
334519 Added parameter for selecting JRE profile in product publisher applicationv20120220-1824
Introducing a new parameter for the product publisher application to read the java profile from an external file. The value of the specified location can be either a single file or a JRE folder with a .profile file. In the latter case, the whole JRE folder is zipped and uploaded as binary artifact to p2 repository. Also, fixed reading the versions of the packages, described in the java profile. Bug 334519 - [publisher] Erroneous behavior in product publisher when handling the java profile
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties b/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties
index 0b7a16934..2cc00ea2d 100644
--- a/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2007, 2010 IBM Corporation and others.
+# Copyright (c) 2007, 2011 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
@@ -7,6 +7,7 @@
#
# Contributors:
# IBM Corporation - initial API and implementation
+# SAP AG - ongoing development
###############################################################################
exception_errorConverting = An error occurred while generating manifest for {0}.
exception_stateAddition = An error has occurred while adding the bundle {0}.
@@ -21,6 +22,7 @@ exception_invalidSiteReference=Invalid site reference: {0}
exception_invalidSiteReferenceInFeature=Invalid site reference {0} in feature {1}.
exception_repoMustBeURL=Repository location ({0}) must be a URL.
exception_sourcePath=Source location ({0}) must be a valid file-system path.
+exception_nonExistingJreLocationFile=Provided location to JRE \"{0}\" does not exist on the file system.
message_generatingMetadata = Generating metadata for {0}.
message_generationCompleted = Generation completed with success [{0} seconds].
message_noSimpleconfigurator = Could not find simpleconfigurator bundle.

Back to the top