Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault (JBoss)2013-04-04 18:14:25 +0000
committerPascal Rapicault2013-04-09 12:02:34 +0000
commitb21015a993c391bf2f6d68204b24b89e06f02511 (patch)
tree6702635529e70330fd4b0f00fb5f859c3de43d92
parentc8228c99177812776f4214fa1eaa5e4a0227c0a7 (diff)
downloadrt.equinox.p2-b21015a993c391bf2f6d68204b24b89e06f02511.tar.gz
rt.equinox.p2-b21015a993c391bf2f6d68204b24b89e06f02511.tar.xz
rt.equinox.p2-b21015a993c391bf2f6d68204b24b89e06f02511.zip
remove unused messages
-rw-r--r--bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/internal/p2/operations/messages.properties7
1 files changed, 3 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/internal/p2/operations/messages.properties b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/internal/p2/operations/messages.properties
index 0147c0507..7a015572c 100644
--- a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/internal/p2/operations/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/internal/p2/operations/messages.properties
@@ -11,8 +11,7 @@
InstallOperation_ComputeProfileChangeProgress=Checking the install request
InstallOperation_InstallJobName=Installing Software
InstallOperation_ResolveJobName=Computing install requirements
-RemediationOperation_InstallJobName=Installing Software
-RemediationOperation_ResolveJobName=Computing remediation requirements
+
ProfileChangeOperation_NoProfileChangeRequest=Could not interpret the installation request.
ProfileChangeOperation_ResolveTaskName=Analyzing the install operation
ProvisioningJob_GenericErrorStatusMessage=Error encountered while running {0}
@@ -41,14 +40,14 @@ SizingPhaseSet_PhaseSetName=Compute sizes
UninstallOperation_ProvisioningJobName=Uninstalling Software
UninstallOperation_ResolveJobName=Calculating Uninstall Validity
+
UpdateOperation_ProfileChangeRequestProgress=Computing update request
UpdateOperation_ResolveJobName=Computing Update Requirements
UpdateOperation_UpdateJobName=Updating Software
-RemediationOperation_ProvisioningJobName=Cannot complete the operation, searching alternate solutions
+
RemediationOperation_ProfileChangeRequestProgress=Computing alternate solutions
RemediationOperation_ResolveJobName=Cannot complete the operation, searching alternate solutions
RemediationOperation_RemediationJobName=Installing Software
-
OperationFactory_noAgent=This installation has not been configured properly. No provisioning agent can be found.
OperationFactory_noIUFound=No IU could be found for {0}. \ No newline at end of file

Back to the top