Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-10-03 15:53:34 +0000
committerThomas Watson2011-10-03 15:53:34 +0000
commit69b8e65329062b8d0265ef104f7ec4c592558128 (patch)
tree0c2bb9c4dc179bf985383be147e249cd7daecacb
parentadaae623cd251d19edee037b0b751095cb4d229f (diff)
downloadrt.equinox.incubator-69b8e65329062b8d0265ef104f7ec4c592558128.tar.gz
rt.equinox.incubator-69b8e65329062b8d0265ef104f7ec4c592558128.tar.xz
rt.equinox.incubator-69b8e65329062b8d0265ef104f7ec4c592558128.zip
Remove unused message
-rw-r--r--console/org.eclipse.equinox.console.supportability/src/org/eclipse/equinox/console/commands/ConsoleMessages.properties1
1 files changed, 0 insertions, 1 deletions
diff --git a/console/org.eclipse.equinox.console.supportability/src/org/eclipse/equinox/console/commands/ConsoleMessages.properties b/console/org.eclipse.equinox.console.supportability/src/org/eclipse/equinox/console/commands/ConsoleMessages.properties
index cb3eae06..99c7f429 100644
--- a/console/org.eclipse.equinox.console.supportability/src/org/eclipse/equinox/console/commands/ConsoleMessages.properties
+++ b/console/org.eclipse.equinox.console.supportability/src/org/eclipse/equinox/console/commands/ConsoleMessages.properties
@@ -39,7 +39,6 @@ CONSOLE_FREE_MEMORY_AFTER_GARBAGE_COLLECTION_MESSAGE=Free memory after GC:
CONSOLE_MEMORY_GAINED_WITH_GARBAGE_COLLECTION_MESSAGE=Memory gained with GC:
CONSOLE_FRAMEWORK_LAUNCHED_PLEASE_SHUTDOWN_MESSAGE=Framework is launched. Please shutdown framework first.
CONSOLE_CAN_NOT_REFRESH_NO_PACKAGE_ADMIN_ERROR=Cannot refresh [PackageAdmin service is not registered]
-CONSOLE_CAN_NOT_USE_STARTLEVEL_NO_STARTLEVEL_SVC_ERROR=Cannot use Startlevel commands [Startlevel service is not registered]
CONSOLE_NO_COMMAND_SPECIFIED_ERROR=No command specified
CONSOLE_EXECUTED_RESULT_CODE_MESSAGE=Executed ({0}); result code = {1}
CONSOLE_STARTED_IN_MESSAGE=Started({0}) in {1}

Back to the top