Skip to content

Commit 6ab979e

Browse files
committed
Remove unused messages
Signed-off-by: Adam Wisniewski <awisniew@us.ibm.com>
1 parent 1ce61f2 commit 6ab979e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

bundles/io.openliberty.tools.eclipse.ui/src/io/openliberty/tools/eclipse/messages/Messages.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2023 IBM Corporation and others.
2+
* Copyright (c) 2023, 2025 IBM Corporation and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* which accompanies this distribution, and is available at
@@ -31,12 +31,10 @@ public class Messages extends NLS {
3131

3232
public static String stop_no_project_found;
3333
public static String stop_already_issued;
34-
public static String stop_terminal_not_active;
3534
public static String stop_general_error;
3635

3736
public static String run_tests_no_project_found;
3837
public static String run_tests_no_prior_start;
39-
public static String run_tests_terminal_not_active;
4038
public static String run_tests_general_error;
4139

4240
public static String mvn_int_test_report_no_project_found;

bundles/io.openliberty.tools.eclipse.ui/src/io/openliberty/tools/eclipse/messages/Messages.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2023 IBM Corporation and others.
2+
# Copyright (c) 2023, 2025 IBM Corporation and others.
33
# All rights reserved. This program and the accompanying materials
44
# are made available under the terms of the Eclipse Public License v1.0
55
# which accompanies this distribution, and is available at
@@ -25,12 +25,10 @@ start_container_general_error=An error was detected during the start in containe
2525

2626
stop_no_project_found=An error was detected when the stop request was processed. The object that represents the selected project was not found. When you use the Run Configuration launcher, be sure to select a project or project content first.
2727
stop_already_issued=Unable to process the stop request on the {0} project, either because Liberty Tools did not previously issue a start request or because a stop request was already issued.
28-
stop_terminal_not_active=The terminal tab associated with the {0} project is not active.
2928
stop_general_error=An error was detected when the stop request was processed on the {0} project.
3029

3130
run_tests_no_project_found=An error was detected when the run tests request was processed. The object that represents the selected project was not found. When you use the Run Configuration launcher, be sure to select a project or project content first.
3231
run_tests_no_prior_start=Either no start request was issued first or the stop request was already issued on the {0} project. Issue a start request before you issue the run tests request.
33-
run_tests_terminal_not_active=The terminal tab that is running the {0} project is not active due to an unexpected error or external action. Review the terminal output for more details. After the circumstance that caused the terminal tab to be inactive is determined and resolved, issue a start request before you issue the run tests request.
3432
run_tests_general_error=An error was detected when the run tests request was processed on the {0} project.
3533

3634
mvn_int_test_report_no_project_found=An error was detected when the view integration test report request was processed. The object that represents the selected project was not found. When you use the Run Configuration launcher, be sure to select a project or project content first.

0 commit comments

Comments
 (0)