Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2017-12-01 04:04:44 +0000
committerAlexander Kurtakov2017-12-01 07:24:33 +0000
commitb8b6bb98e1582b5cea8c765f37c1d3d0194beb94 (patch)
treed7cb491f9021bc6815fa4fe877485864ffc95aae /org.eclipse.debug.examples.ui
parentc0288fb1df23179c5b7f6ce1d184f0c34ba47d20 (diff)
downloadeclipse.platform.debug-b8b6bb98e1582b5cea8c765f37c1d3d0194beb94.tar.gz
eclipse.platform.debug-b8b6bb98e1582b5cea8c765f37c1d3d0194beb94.tar.xz
eclipse.platform.debug-b8b6bb98e1582b5cea8c765f37c1d3d0194beb94.zip
Bug 527939 - Add Automatic-Module-Name to MANIFEST.MF in Platform DebugI20171201-0345
Change-Id: I74fe40f0bf1d1d07c0612e3b4e6f786e14f38a50 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.debug.examples.ui')
-rw-r--r--org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF3
-rw-r--r--org.eclipse.debug.examples.ui/pom.xml4
2 files changed, 4 insertions, 3 deletions
diff --git a/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF b/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF
index 5a0224f72..ca30290a9 100644
--- a/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.debug.examples.ui;singleton:=true
-Bundle-Version: 1.5.100.qualifier
+Bundle-Version: 1.5.200.qualifier
Bundle-Activator: org.eclipse.debug.examples.ui.pda.DebugUIPlugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.11.0,4.0.0)",
org.eclipse.core.resources,
@@ -29,3 +29,4 @@ Export-Package: org.eclipse.debug.examples.ui.midi.adapters;x-internal:=true,
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor
+Automatic-Module-Name: org.eclipse.debug.examples.ui
diff --git a/org.eclipse.debug.examples.ui/pom.xml b/org.eclipse.debug.examples.ui/pom.xml
index 096c4be00..9da014738 100644
--- a/org.eclipse.debug.examples.ui/pom.xml
+++ b/org.eclipse.debug.examples.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,6 +18,6 @@
</parent>
<groupId>org.eclipse.debug</groupId>
<artifactId>org.eclipse.debug.examples.ui</artifactId>
- <version>1.5.100-SNAPSHOT</version>
+ <version>1.5.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top