Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2017-07-27 07:45:20 +0000
committerAlexander Kurtakov2017-07-27 09:45:30 +0000
commitb5efb78a837b7ae02ba08412fd04e395493a1800 (patch)
treec027116d197ce0196daa5e828019a12f6fd8bf53 /pom.xml
parent8f25d8f7397e2c4f9098d85aadb5e62992a76945 (diff)
downloadrt.equinox.framework-b5efb78a837b7ae02ba08412fd04e395493a1800.tar.gz
rt.equinox.framework-b5efb78a837b7ae02ba08412fd04e395493a1800.tar.xz
rt.equinox.framework-b5efb78a837b7ae02ba08412fd04e395493a1800.zip
Bug 520227 - Remove 2.0 plug-in support plug-in and feature fromI20170727-0610
OSGI Change-Id: I48f170c79e0f297e31a33933735edcc49ec16180 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 8117ff507..980b0c430 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2014 Eclipse Foundation.
+ Copyright (c) 2012, 2017 Eclipse Foundation.
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
@@ -78,7 +78,6 @@
<modules>
<module>bundles/org.eclipse.osgi</module>
<module>bundles/org.eclipse.osgi.compatibility.state</module>
- <module>bundles/org.eclipse.osgi.compatibility.plugins</module>
<module>bundles/org.eclipse.osgi.services</module>
<module>bundles/org.eclipse.osgi.util</module>
<module>bundles/org.eclipse.osgi/supplement</module>
@@ -96,6 +95,5 @@
<module>bundles/org.eclipse.osgi.tests</module>
<module>features/org.eclipse.equinox.executable.feature</module>
- <module>features/org.eclipse.osgi.compatibility.plugins.feature</module>
</modules>
</project>

Back to the top