Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodor Boev2018-05-10 12:19:01 +0000
committerAlexander Kurtakov2018-06-05 15:31:41 +0000
commitcd6e132b43c635f72b6f0f132ddd3f13d8fe1090 (patch)
tree4aeb7ee5a52a10354c5c375e569bb02a5efe5240 /bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/messages.properties
parent0c85a21c906722b458e3841d7ca29d7e613ea5b0 (diff)
downloadrt.equinox.p2-cd6e132b43c635f72b6f0f132ddd3f13d8fe1090.tar.gz
rt.equinox.p2-cd6e132b43c635f72b6f0f132ddd3f13d8fe1090.tar.xz
rt.equinox.p2-cd6e132b43c635f72b6f0f132ddd3f13d8fe1090.zip
Bug 534536 - The planner always reports detailed statusI20180606-1020
- SimplePlanner builds a MultiStatus for successful operations just like it does for failed ones - The DirectorApplication logs the status of successful planner invocations Change-Id: I0886dcf377172f99cf2d26df0f2b3dedfe9a7280 Signed-off-by: Todor Boev <rinsvind@gmail.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/messages.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/messages.properties10
1 files changed, 6 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/messages.properties b/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/messages.properties
index 046e279ea..2b129db92 100644
--- a/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/messages.properties
@@ -13,11 +13,13 @@ Director_Task_installer_plan=Computing prerequisite plan
Director_Task_Installing=Installing into {0}
Director_Task_Updating=Updating
Director_Task_Resolving_Dependencies=Calculating requirements and dependencies.
-Director_Unsatisfied_Dependencies=\
-Cannot complete the install because some dependencies are not satisfiable
+Director_Unsatisfied_Dependencies=Cannot complete the install because some dependencies are not satisfiable
+Director_Satisfied_Dependencies=Overall install request is satisfiable
+Director_Satisfied_Change={0} request for {1} is satisfiable
+Director_Unsatisfied_Change={0} request for {1} is NOT satisfiable
Director_error_applying_configuration=Unexpected failure applying configuration after for the installer plan execution.
-Director_For_Target = The following software cannot be installed because it is intended for use only in Plug-in Development Environment (PDE) target platforms. Please deselect these items and retry the operation.
-Director_For_Target_Unselect_Required = If provisioning a target platform then try disabling the option 'Include required software'
+Director_For_Target=The following software cannot be installed because it is intended for use only in Plug-in Development Environment (PDE) target platforms. Please deselect these items and retry the operation.
+Director_For_Target_Unselect_Required=If provisioning a target platform then try disabling the option 'Include required software'
Explanation_alreadyInstalled=Software currently installed: {0}
Explanation_from=From: {0}

Back to the top