Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2018-09-14 08:22:15 +0000
committerSarika Sinha2018-09-14 08:22:15 +0000
commit50830dc105ba5a5bac439ce106a6d1ef60535aa9 (patch)
tree5dbb9ba18ce856383042e667ec839d25096b2e6e
parentff1f84d2a4c9ff769fb9d61305c119effba26d57 (diff)
downloadeclipse.jdt.debug-50830dc105ba5a5bac439ce106a6d1ef60535aa9.tar.gz
eclipse.jdt.debug-50830dc105ba5a5bac439ce106a6d1ef60535aa9.tar.xz
eclipse.jdt.debug-50830dc105ba5a5bac439ce106a6d1ef60535aa9.zip
Bug 538899 - Debugger stopped in a lambda expression cannot seeI20180914-0620
variables in enclosing scope Change-Id: I2be57c8943989ab9f98b477a5650fa6ce1061a3b
-rw-r--r--org.eclipse.jdt.debug/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jdt.debug/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jdt.debug/META-INF/MANIFEST.MF b/org.eclipse.jdt.debug/META-INF/MANIFEST.MF
index 1d3aada27..eaa9d49a7 100644
--- a/org.eclipse.jdt.debug/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.debug/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.debug; singleton:=true
-Bundle-Version: 3.12.0.qualifier
+Bundle-Version: 3.12.100.qualifier
Bundle-ClassPath: jdi.jar,
jdimodel.jar,
tools.jar
diff --git a/org.eclipse.jdt.debug/pom.xml b/org.eclipse.jdt.debug/pom.xml
index 20ef9f90d..8bd836212 100644
--- a/org.eclipse.jdt.debug/pom.xml
+++ b/org.eclipse.jdt.debug/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2017 Eclipse Foundation and others.
+ Copyright (c) 2012, 2018 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,6 +18,6 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.debug</artifactId>
- <version>3.12.0-SNAPSHOT</version>
+ <version>3.12.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top