Bug 579117 - LaunchViewImpl.reset() Widget is disposed Change-Id: I6eb4022da7be10cf0c9410def3660d525925f03b Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/191525 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Sarika Sinha <sarika.sinha@in.ibm.com>
diff --git a/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF b/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF index ebd63af..1afe723 100644 --- a/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF +++ b/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.debug.ui.launchview;singleton:=true -Bundle-Version: 1.0.100.qualifier +Bundle-Version: 1.0.200.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Require-Bundle: org.eclipse.ui,
diff --git a/org.eclipse.debug.ui.launchview/pom.xml b/org.eclipse.debug.ui.launchview/pom.xml index 73ef146..b46647c 100644 --- a/org.eclipse.debug.ui.launchview/pom.xml +++ b/org.eclipse.debug.ui.launchview/pom.xml
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2017 SSI Schaefer IT Solutions GmbH and others. + Copyright (c) 2012, 2022 SSI Schaefer IT Solutions GmbH and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v1.0 which accompanies this distribution, and is available at @@ -23,6 +23,6 @@ <groupId>org.eclipse.debug</groupId> <artifactId>org.eclipse.debug.ui.launchview</artifactId> - <version>1.0.100-SNAPSHOT</version> + <version>1.0.200-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project>