Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-07-10 20:49:15 +0000
committerThomas Watson2013-07-12 18:59:59 +0000
commit5ab54ac900d230fb8d0311bfacfbb04953d96793 (patch)
tree7737f2624eb393b5886d1ad034fade848d2a199c /pom.xml
parent37154cb61cc8d3373a796a0be31c70a26aa8f93b (diff)
downloadrt.equinox.framework-5ab54ac900d230fb8d0311bfacfbb04953d96793.tar.gz
rt.equinox.framework-5ab54ac900d230fb8d0311bfacfbb04953d96793.tar.xz
rt.equinox.framework-5ab54ac900d230fb8d0311bfacfbb04953d96793.zip
Add org.eclipse.osgi.compatibility.plugins.feature
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4fbb40ac8..30d2efcd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,8 +74,10 @@
<module>bundles/org.eclipse.equinox.launcher.wpf.win32.x86</module>
<module>bundles/org.eclipse.osgi.tests</module>
+
<module>features/org.eclipse.equinox.executable.feature</module>
<module>features/org.eclipse.equinox.core.sdk</module>
+ <module>features/org.eclipse.osgi.compatibility.plugins.feature</module>
</modules>
</project>

Back to the top