Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2022-03-07 07:10:58 +0000
committerSarika Sinha2022-03-07 17:07:03 +0000
commit814facbca1ac1cb55ed3d5ed0f6e0ec7d46d53ab (patch)
treee3793691d2a92adb67ea58641a1cc8c337a6c25b
parent046b43286b7c970697867af139eeef8bf8f096d5 (diff)
downloadeclipse.platform.debug-814facbca1ac1cb55ed3d5ed0f6e0ec7d46d53ab.tar.gz
eclipse.platform.debug-814facbca1ac1cb55ed3d5ed0f6e0ec7d46d53ab.tar.xz
eclipse.platform.debug-814facbca1ac1cb55ed3d5ed0f6e0ec7d46d53ab.zip
Bug 579117 - LaunchViewImpl.reset() Widget is disposedI20220307-1800
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>
-rw-r--r--org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.debug.ui.launchview/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF b/org.eclipse.debug.ui.launchview/META-INF/MANIFEST.MF
index ebd63af50..1afe723f9 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 @@ Manifest-Version: 1.0
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 73ef1462a..b46647c5e 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>

Back to the top