Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2017-04-20 09:04:09 +0000
committerSarika Sinha2017-04-20 09:04:09 +0000
commit4d7568177a535e58360df57c280eee6045dd7367 (patch)
tree0ec6a3f6892a5993b375c9c1426ac2cb6c7a509a
parente1f0ac658a508f7a2e3a82278013296d0b9ec00b (diff)
downloadeclipse.platform.debug-R4_5_maintenance.tar.gz
eclipse.platform.debug-R4_5_maintenance.tar.xz
eclipse.platform.debug-R4_5_maintenance.zip
Bug 494764 - MemoryRetrievalProxy listener isn't added when openingR4_5_maintenance
MemoryView with no active debug session Change-Id: I09361de68f493fe1cf808c4b316e34dda31e368b
-rw-r--r--org.eclipse.debug.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.debug.ui/pom.xml4
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 d41e63fe0..3e5065e69 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.101.qualifier
+Bundle-Version: 3.11.102.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 332a6a92a..cbfbffd44 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.101-SNAPSHOT</version>
+ <version>3.11.102-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top