Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Reimann2019-01-24 15:33:00 +0000
committerSarika Sinha2019-01-25 13:54:11 +0000
commit30bc5ed5d34b0854931ee5a96b6269132e2b3755 (patch)
tree25d28de143a1865d042173afee5d64d8532dc263 /org.eclipse.debug.ui/pom.xml
parente9ea279fb48b3e243a9fff507edfb0d50feb45a6 (diff)
downloadeclipse.platform.debug-30bc5ed5d34b0854931ee5a96b6269132e2b3755.tar.gz
eclipse.platform.debug-30bc5ed5d34b0854931ee5a96b6269132e2b3755.tar.xz
eclipse.platform.debug-30bc5ed5d34b0854931ee5a96b6269132e2b3755.zip
This change adds the functionality of copy & pasting environment variables out of the env-var table view to the clipboard. Change-Id: I312f6966ebbf6b261dd858b4a55b660f86ed3727 Signed-off-by: Jens Reimann <jreimann@redhat.com>
Diffstat (limited to 'org.eclipse.debug.ui/pom.xml')
-rw-r--r--org.eclipse.debug.ui/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/pom.xml b/org.eclipse.debug.ui/pom.xml
index 936f6452a..20ed26cda 100644
--- a/org.eclipse.debug.ui/pom.xml
+++ b/org.eclipse.debug.ui/pom.xml
@@ -8,6 +8,7 @@
Contributors:
Igor Fedorenko - initial implementation
+ Jens Reimann (jreimann@redhat.com) - add copy & paste support
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -18,7 +19,7 @@
</parent>
<groupId>org.eclipse.debug</groupId>
<artifactId>org.eclipse.debug.ui</artifactId>
- <version>3.13.400-SNAPSHOT</version>
+ <version>3.14.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<code.ignoredWarnings>-warn:+resource,-deprecation,unavoidableGenericProblems</code.ignoredWarnings>

Back to the top