Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Windatt2013-05-17 19:01:34 +0000
committerCurtis Windatt2013-05-17 19:01:34 +0000
commit86fe61565212ea6583a61dddf394b4d6af46a6cf (patch)
treedbdc2ec270c0b63ab972ed7627b7373b14567a46
parent47e6a86ab88b4863f2bb038769aeb6d507fee443 (diff)
downloadeclipse.pde.ui-86fe61565212ea6583a61dddf394b4d6af46a6cf.tar.gz
eclipse.pde.ui-86fe61565212ea6583a61dddf394b4d6af46a6cf.tar.xz
eclipse.pde.ui-86fe61565212ea6583a61dddf394b4d6af46a6cf.zip
Bug 408358 - [Backport 4.2.2+] Eclipse App debug launcher creates a newv20130517-1430
config.ini & doesn't copy from the host eclipse Change-Id: I6c0eeacf647505003b421feeb74e93da44bcf718
-rw-r--r--ui/org.eclipse.pde.launching/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/org.eclipse.pde.launching/pom.xml b/ui/org.eclipse.pde.launching/pom.xml
index a198e4cfa4..de1953c2d8 100644
--- a/ui/org.eclipse.pde.launching/pom.xml
+++ b/ui/org.eclipse.pde.launching/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.launching</artifactId>
- <version>3.6.100-SNAPSHOT</version>
+ <version>3.6.101-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top