Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public class InternalCoreAntMessages extends NLS {
public static String AntRunner_Build_Failed__3;
public static String AntRunner_Already_in_progess;

public static String AntSecurityManager_0;

static {
// load message values from bundle file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ AntRunner_Could_not_find_one_or_more_classes__Please_check_the_Ant_classpath__2=
AntRunner_Build_Failed__3=BUILD FAILED
AntRunner_Already_in_progess=Ant build {0} already in progress. Concurrent Ant builds are possible if you specify to build in a separate JRE.

AntSecurityManager_0=The method was removed in Java 10
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public class DebugCoreMessages extends NLS {
public static String DebugPlugin_3;
public static String DebugPlugin_4;
public static String DebugPlugin_invalid_exec_factory;
public static String DebugPlugin_invalid_exec_factory_priority;
public static String DebugPlugin_5;
public static String DebugPlugin_6;
public static String DebugPlugin_7;
Expand All @@ -43,10 +42,6 @@ public class DebugCoreMessages extends NLS {
public static String GroupLaunchConfigurationDelegate_Delay;
public static String GroupLaunchConfigurationDelegate_Delaying;
public static String GroupLaunchConfigurationDelegate_Launching;
public static String GroupLaunchConfigurationDelegate_mode_debug;
public static String GroupLaunchConfigurationDelegate_mode_inherit;
public static String GroupLaunchConfigurationDelegate_mode_profile;
public static String GroupLaunchConfigurationDelegate_mode_run;
public static String GroupLaunchConfigurationDelegate_None;
public static String GroupLaunchConfigurationDelegate_Wait_until_terminated;
public static String GroupLaunchConfigurationDelegate_Waiting_for_termination;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ DebugPlugin_2=Internal message logged from Debug Core: {0}
DebugPlugin_3=Error logged from Debug Core:
DebugPlugin_4=Invalid process factory extension contributed by {0}; id: {1}
DebugPlugin_invalid_exec_factory=Invalid exec factory extension contributed by {0}, required class attribute is missing
DebugPlugin_invalid_exec_factory_priority=Invalid exec factory extension contributed by {0}, optional priority attribute is not a number
DebugPlugin_5=Invalid status handler extension: {0}
DebugPlugin_6=An exception occurred in asynchronous runnable.
DebugPlugin_7=An exception occurred while filtering debug events.
Expand All @@ -37,10 +36,6 @@ GroupLaunchConfigurationDelegate_waiting=Waiting for ''{0}'' on the console of '
GroupLaunchConfigurationDelegate_Delay=Delay
GroupLaunchConfigurationDelegate_Delaying=Delaying next launch by {0} seconds
GroupLaunchConfigurationDelegate_Launching=Launching ''{0}''
GroupLaunchConfigurationDelegate_mode_debug=debug
GroupLaunchConfigurationDelegate_mode_inherit=inherit
GroupLaunchConfigurationDelegate_mode_profile=profile
GroupLaunchConfigurationDelegate_mode_run=run
GroupLaunchConfigurationDelegate_None=None
GroupLaunchConfigurationDelegate_Wait_until_terminated=Wait until terminated
GroupLaunchConfigurationDelegate_Waiting_for_termination=Waiting for termination of ''{0}''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -469,13 +469,12 @@ public void testRemovingConsoleDisposesZoomFont(TestInfo testInfo) throws Except
assertFalse(zoomFont.isDisposed(), "the zoom font must not be disposed while its console is still open");

removeConsoles(console);
TestUtil.processUIEvents(200);
long startTime = System.currentTimeMillis();
while (getConsoleManager().getConsoles().length > 0 && System.currentTimeMillis() - startTime < 60_000) {
TestUtil.processUIEvents(200);
}
assertEquals(0, getConsoleManager().getConsoles().length, "Should have no consoles after removal, but some are still present: " + Arrays.toString(getConsoleManager().getConsoles()));
assertTrue(zoomFont.isDisposed(), "the zoom font must be disposed once its console is removed");
TestUtil.waitWhile(() -> getConsoleManager().getConsoles().length > 0, 60_000,
() -> "Should have no consoles after removal, but some are still present: "
+ Arrays.toString(getConsoleManager().getConsoles()));
// the zoom fonts are disposed a UI cycle later, see ConsoleZoomHandler
TestUtil.waitWhile(() -> !zoomFont.isDisposed(), 10_000,
() -> "the zoom font must be disposed once its console is removed");
} finally {
removeConsoles(console);
hideConsoleView(consoleView);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ public class DebugUIMessages extends NLS {
public static String GroupLaunchConfigurationSelectionDialog_14;
public static String GroupLaunchConfigurationSelectionDialog_15;
public static String GroupLaunchConfigurationSelectionDialog_4;
public static String GroupLaunchConfigurationSelectionDialog_5;
public static String GroupLaunchConfigurationSelectionDialog_7;
public static String GroupLaunchConfigurationSelectionDialog_8;
public static String GroupLaunchConfigurationSelectionDialog_9;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ GroupLaunch_Cycle=Infinite loop detected for ''{0}'' group
GroupLaunch_Error=Error
GroupLaunchConfigurationSelectionDialog_0=The selected launch contains a direct or indirect reference to this group
GroupLaunchConfigurationSelectionDialog_4=&Launch mode:
GroupLaunchConfigurationSelectionDialog_5=Use default mode when launching
GroupLaunchConfigurationSelectionDialog_7=Select a launch configuration
GroupLaunchConfigurationSelectionDialog_8=&Post launch action:
GroupLaunchConfigurationSelectionDialog_9=&Seconds:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public class LaunchConfigurationsMessages extends NLS {
public static String CommonTab_L_ocal_3;
public static String CommonTab_S_hared_4;
public static String CommonTab_Select_a_location_for_the_launch_configuration_13;
public static String CommonTab_Select_a_location_for_the_Input_File_15;
public static String CommonTab_Cannot_save_launch_configuration_in_a_closed_project__1;
public static String CommonTab_10;
public static String CommonTab_11;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ CommonTab_Invalid_stdin_file_location_15=No file specified for process input
CommonTab_L_ocal_3=L&ocal file
CommonTab_S_hared_4=S&hared file:
CommonTab_Select_a_location_for_the_launch_configuration_13=Select a location for the launch configuration
CommonTab_Select_a_location_for_the_Input_File_15=Select a location for the standard input file
CommonTab_Cannot_save_launch_configuration_in_a_closed_project__1=Cannot save launch configuration in a closed project.
CommonTab_10=Launch in bac&kground
CommonTab_11=A&ppend
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@ public class ExternalToolsUIMessages extends NLS {
public static String BuilderPropertyPage_New_Builder_7;
public static String BuilderPropertyPage_Choose_configuration_type_8;
public static String BuilderPropertyPage_Choose_an_external_tool_type_to_create_9;
public static String BuilderPropertyPage_Migrate_project_builder_10;
public static String BuilderPropertyPage_Not_Support;
public static String BuilderPropertyPage_Prompt;
public static String BuilderPropertyPage_error;
public static String BuilderPropertyPage_0;
public static String BuilderPropertyPage_2;
public static String BuilderPropertyPage_1;
public static String BuilderPropertyPage_4;
public static String BuilderPropertyPage_5;
public static String BuilderPropertyPage_13;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@ BuilderPropertyPage__Import____3=&Import...
BuilderPropertyPage_New_Builder_7=New_Builder
BuilderPropertyPage_Choose_configuration_type_8=Choose configuration type
BuilderPropertyPage_Choose_an_external_tool_type_to_create_9=&Choose an external tool type to create:
BuilderPropertyPage_Migrate_project_builder_10=Migrate project builder
BuilderPropertyPage_Not_Support=This project builder is stored in a format that is no longer supported. If you wish to edit this builder, it will first be migrated to a new format. If you proceed, this project builder will not be understood by installations using the old format.\n\nProceed with migration?
BuilderPropertyPage_Prompt=&Do not prompt before migrating project builders
BuilderPropertyPage_error=An error occurred while saving the project\'s build commands
BuilderPropertyPage_0=Project Migration
BuilderPropertyPage_2=&Do not prompt before migrating projects
BuilderPropertyPage_1=This project stores its builders in a format that is no longer supported. If any changes are made, the project will be migrated to the new format which will not be understood by installations using the old format.\n\nProceed? (Selecting "No" will open the page read-only)
BuilderPropertyPage_4=Import launch configuration
BuilderPropertyPage_5=&Choose a launch configuration from the workspace to import.\nThis will create a copy of the selected configuration.
BuilderPropertyPage_13=Command error
Expand Down
2 changes: 1 addition & 1 deletion debug/org.eclipse.ui.externaltools/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.ui.externaltools; singleton:=true
Bundle-Version: 3.7.100.qualifier
Bundle-Version: 3.7.200.qualifier
Bundle-Activator: org.eclipse.ui.externaltools.internal.model.ExternalToolsPlugin
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,12 @@ public class ModelMessages extends NLS {

public static String UnitTestModel_could_not_instantiate_support;
public static String UnitTestModel_could_not_import;
public static String UnitTestModel_could_not_export;
public static String UnitTestModel_could_not_read;
public static String UnitTestModel_could_not_write;
public static String UnitTestModel_importing_from_url;
public static String TestRunHandler_lines_read;

public static String TestingSession_finished_status;
public static String TestingSession_name_format;
public static String TestingSession_starting_status;
public static String TestingSession_stopped_status;

public static String TestRunSession_unrootedTests;

static {
// initialize resource bundle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@

# From JUnit Model
UnitTestModel_could_not_instantiate_support=A Test View Support instance couldn't be instantiated.
UnitTestModel_could_not_export=Test run could not be exported.
UnitTestModel_could_not_import=Test run could not be imported.
UnitTestModel_could_not_write=The test run could not be written to file ''{0}''.
UnitTestModel_could_not_read=The test run could not be imported from file ''{0}''.
UnitTestModel_importing_from_url=Importing from URL...
TestRunHandler_lines_read={0} lines read

# From CDT Model
TestingSession_name_format={0} ({1})
TestingSession_finished_status=Finished after {0} seconds
TestingSession_starting_status=Starting...
TestingSession_stopped_status=Testing was stopped by user

TestRunSession_unrootedTests=Unrooted Tests

Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ public class Messages extends NLS {
public static String localstore_couldNotWriteReadOnly;
public static String localstore_deleteProblem;
public static String localstore_deleting;
public static String localstore_failedReadDuringWrite;
public static String localstore_fileExists;
public static String localstore_fileNotFound;
public static String localstore_locationUndefined;
Expand Down Expand Up @@ -158,11 +157,9 @@ public class Messages extends NLS {
public static String refresh_pollJob;
public static String refresh_refreshErr;
public static String refresh_restoreOnInvalid;
public static String refresh_task;
public static String refresh_uninstallMonitorsOnWorkspace;

public static String resources_cannotModify;
public static String resources_changeInAdd;
public static String resources_charsetBroadcasting;
public static String resources_charsetUpdating;
public static String resources_closing_0;
Expand All @@ -178,7 +175,6 @@ public class Messages extends NLS {
public static String resources_deleteMeta;
public static String resources_deleteProblem;
public static String resources_deleting;
public static String resources_deleting_0;
public static String resources_destNotNull;
public static String resources_errorContentDescription;
public static String resources_errorDeleting;
Expand All @@ -193,7 +189,6 @@ public class Messages extends NLS {
public static String resources_errorReadProject;
public static String resources_errorRefresh;
public static String resources_errorValidator;
public static String resources_errorVisiting;
public static String resources_existsDifferentCase;
public static String resources_existsLocalDifferentCase;
public static String resources_exMasterTable;
Expand Down Expand Up @@ -265,7 +260,6 @@ public class Messages extends NLS {
public static String resources_readProjectTree;
public static String resources_readSync;
public static String resources_readWorkspaceMeta;
public static String resources_readWorkspaceMetaValue;
public static String resources_readWorkspaceSnap;
public static String resources_readWorkspaceTree;
public static String resources_refreshing;
Expand All @@ -286,7 +280,6 @@ public class Messages extends NLS {
public static String resources_settingDerivedFlag;
public static String resources_shutdown;
public static String resources_shutdownProblems;
public static String resources_snapInit;
public static String resources_snapRead;
public static String resources_snapRequest;
public static String resources_snapshot;
Expand All @@ -313,7 +306,6 @@ public class Messages extends NLS {
public static String url_couldNotResolve_resourceLocationCanNotBeDetermined;

// utils
public static String utils_clone;
public static String utils_stringJobName;
// watson
public static String watson_elementNotFound;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ localstore_couldNotWrite = Could not write file ''{0}''.
localstore_couldNotWriteReadOnly = Could not write to read-only file: ''{0}''.
localstore_deleteProblem = Problems encountered while deleting resources.
localstore_deleting = Deleting ''{0}''.
localstore_failedReadDuringWrite = Could not read from source when writing file ''{0}''
localstore_fileExists = A resource already exists on disk ''{0}''.
localstore_fileNotFound = File not found: {0}.
localstore_locationUndefined = The location for ''{0}'' could not be determined because it is based on an undefined path variable.
Expand Down Expand Up @@ -154,7 +153,6 @@ properties_couldNotClose = Could not close property store for: {0}.

### auto-refresh
refresh_jobName = Refreshing workspace
refresh_task = Resources to refresh: {0}
refresh_pollJob = Searching for local changes
refresh_refreshErr = Problems occurred while refreshing local changes
refresh_restoreOnInvalid = Restore auto-refresh monitors on invalid resources
Expand All @@ -163,7 +161,6 @@ refresh_installMonitorsOnWorkspace = Installing auto-refresh monitors on the wor
refresh_uninstallMonitorsOnWorkspace = Uninstalling auto-refresh monitors from the workspace

resources_cannotModify = The resource tree is locked for modifications.
resources_changeInAdd = Trying to change a marker in an add method.
resources_charsetBroadcasting = Reporting encoding changes.
resources_charsetUpdating = Updating encoding settings.
resources_closing_0 = Closing workspace.
Expand All @@ -179,7 +176,6 @@ resources_creating = Creating resource ''{0}''.
resources_deleteMeta = Could not delete metadata for ''{0}''.
resources_deleteProblem = Problems encountered while deleting resources.
resources_deleting = Deleting ''{0}''.
resources_deleting_0 = Deleting.
resources_destNotNull = Destination path should not be null.
resources_errorContentDescription = Error retrieving content description for resource ''{0}''.
resources_errorDeleting = Error deleting resource ''{0}'' from the workspace tree.
Expand All @@ -194,7 +190,6 @@ resources_errorRefresh = Errors occurred during refresh of resource ''{0}''.
resources_errorReadProject = Failed to read project description file from location ''{0}''.
resources_errorMultiRefresh = Errors occurred while refreshing resources with the local file system.
resources_errorValidator = Exception running validator code.
resources_errorVisiting = An error occurred while traversing resources.
resources_existsDifferentCase = A resource exists with a different case: ''{0}''.
resources_existsLocalDifferentCase = A resource exists on disk with a different case: ''{0}''.
resources_exMasterTable = Could not read master table.
Expand Down Expand Up @@ -266,7 +261,6 @@ resources_readProjectMeta = Failed to read the project description file (.projec
resources_readProjectTree = Problems reading project tree.
resources_readSync = Errors reading sync info file: {0}.
resources_readWorkspaceMeta = Could not read workspace metadata.
resources_readWorkspaceMetaValue = Invalid attribute value in workspace metadata: {0}. Value will be ignored.
resources_readWorkspaceSnap = Problems reading workspace tree snapshot.
resources_readWorkspaceTree = Problems reading workspace tree.
resources_refreshing = Refreshing ''{0}''.
Expand All @@ -287,7 +281,6 @@ resources_settingContents = Setting contents for ''{0}''.
resources_settingDerivedFlag = Setting derived flag for resource ''{0}''.
resources_shutdown = Workspace was not properly initialized or has already shutdown.
resources_shutdownProblems = Problem on shutdown.
resources_snapInit = Could not initialize snapshot file.
resources_snapRead = Could not read snapshot file.
resources_snapRequest = Snapshot requested.
resources_snapshot = Periodic workspace save.
Expand All @@ -314,7 +307,6 @@ url_couldNotResolve_URLProtocolHandlerCanNotResolveURL = A protocol handler does
url_couldNotResolve_resourceLocationCanNotBeDetermined = Resource location ''{0}'' can not be determined. Could not resolve URL: {1}.

### utils
utils_clone = Clone not supported.
utils_stringJobName = Compacting resource model

### watson
Expand Down
28 changes: 28 additions & 0 deletions resources/examples/org.eclipse.ui.examples.buildmonitor/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.ui.examples.buildmonitor</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Loading
Loading