Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-06-19 13:12:02 +0000
committerThomas Watson2013-07-12 18:59:59 +0000
commit9eb78bc46db677c14ed8cbb5581f05008fbcb2e6 (patch)
tree74a01abb39343c18a985aa0eab71c614f0f97745 /pom.xml
parentf06f147312372e02aac14920a567604c548a946b (diff)
downloadrt.equinox.framework-9eb78bc46db677c14ed8cbb5581f05008fbcb2e6.tar.gz
rt.equinox.framework-9eb78bc46db677c14ed8cbb5581f05008fbcb2e6.tar.xz
rt.equinox.framework-9eb78bc46db677c14ed8cbb5581f05008fbcb2e6.zip
Add compatibility fragment to support 2.0 style plugins
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 99647eb72..4fbb40ac8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
<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>

Back to the top