Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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