diff options
author | Sarika Sinha | 2017-04-20 08:52:14 +0000 |
---|---|---|
committer | Sarika Sinha | 2017-04-20 08:52:14 +0000 |
commit | 438727d08cedc21a32b9944a8b698999d8162b68 (patch) | |
tree | ba32a08f185bd49f8fa3e0c300a9934c25a47c00 | |
parent | 102953db072e8f9c767ad3be85c6b72c69879e03 (diff) | |
download | eclipse.platform.debug-R4_6_maintenance.tar.gz eclipse.platform.debug-R4_6_maintenance.tar.xz eclipse.platform.debug-R4_6_maintenance.zip |
Bug 494764 - MemoryRetrievalProxy listener isn't added when openingR4_6_maintenance
MemoryView with no active debug session
Change-Id: I717fce149e1b2533c76c433cce34d5875b9b1308
-rw-r--r-- | org.eclipse.debug.ui/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.debug.ui/pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/META-INF/MANIFEST.MF b/org.eclipse.debug.ui/META-INF/MANIFEST.MF index 49e36d76f..699273a1a 100644 --- a/org.eclipse.debug.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.debug.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.debug.ui; singleton:=true -Bundle-Version: 3.11.202.qualifier +Bundle-Version: 3.11.203.qualifier Bundle-Activator: org.eclipse.debug.internal.ui.DebugUIPlugin Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/org.eclipse.debug.ui/pom.xml b/org.eclipse.debug.ui/pom.xml index fa23c7e5c..5a929ec93 100644 --- a/org.eclipse.debug.ui/pom.xml +++ b/org.eclipse.debug.ui/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2016 Eclipse Foundation and others. + Copyright (c) 2012, 2017 Eclipse Foundation 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 @@ -18,7 +18,7 @@ </parent> <groupId>org.eclipse.debug</groupId> <artifactId>org.eclipse.debug.ui</artifactId> - <version>3.11.202-SNAPSHOT</version> + <version>3.11.203-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <properties> <code.ignoredWarnings>-warn:+resource,-deprecation,unavoidableGenericProblems</code.ignoredWarnings> |