Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties1
-rw-r--r--bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/messages.properties4
2 files changed, 1 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
index c17bba054..9b55885fd 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
@@ -15,7 +15,6 @@ error_closing_stream=Error closing the output stream for {0} on repository {1}.
io_failedRead=Unable to read repository at {0}.
io_parseError=Error parsing simple artifact repository.
-ecf_configuration_error=Transport initialization error.
io_incompatibleVersion=Simple artifact repository has incompatible version {0}; expected {1}.
io_invalidLocation=Invalid repository location: {0}
mirroring=Mirroring:
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 4b9f2b1d6..34ecacfeb 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
@@ -10,7 +10,6 @@
###############################################################################
Director_Revert_Problems=Problems occurred while reverting the install.
-Director_task_installer_plan=Computing installer plan.
Director_Unexpected_IU=The installable unit {0} can not be used here.
Director_Task_Installing=Installing into {0}
Director_Task_Updating=Updating
@@ -41,7 +40,7 @@ Planner_Timeout=The solver timed out on problem {0}.
Planner_Problems_resolving_plan=Problems resolving provisioning plan.
Planner_Unsatisfiable_problem=No solution found because the problem is unsatisfiable.
Planner_Unsatisfied_dependency=Unable to satisfy dependency from {0} to {1}.
-Planner_Unexpected_problem=An unexpected error occured while resolving.
+Planner_Unexpected_problem=An unexpected error occurred while resolving.
Planner_actions_and_software_incompatible=The actions required to successfully install the requested software are incompatible with the software to install.
Planner_NoSolution=Cannot complete the request. Generating details.
Planner_can_not_install_preq=The actions required to successfully install the requested software can not be installed.
@@ -51,4 +50,3 @@ Planner_profile_out_of_sync=The copies of profile {0} are not in sync.
Old_Resolver_Several_Versions=Cannot find a solution satisfying the following requirements {0}.
Old_Resolver_Incompatible_Versions= "{0}" and "{1}" are both required, but are not compatible with each other.
-SimplePlanner_0=Could not find the provisioning engine to validate the plan

Back to the top