Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-05-16 14:57:31 +0000
committerThomas Watson2013-05-16 15:06:47 +0000
commit110427680d45bc0bba3f818b77b2f92a96ad7fb7 (patch)
treecd195c692e24fd14d8593bc526667e0703548d00 /pom.xml
parenta2d99f60d2a4ab0c8ac6f42f6d816f59fbcc18ef (diff)
downloadrt.equinox.framework-110427680d45bc0bba3f818b77b2f92a96ad7fb7.tar.gz
rt.equinox.framework-110427680d45bc0bba3f818b77b2f92a96ad7fb7.tar.xz
rt.equinox.framework-110427680d45bc0bba3f818b77b2f92a96ad7fb7.zip
Add compatibility.state fragment to parent pom and fix build break for execution environment of the system bundle
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 b46cdc63b..194a478d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
<modules>
<module>bundles/org.eclipse.osgi</module>
+ <module>bundles/org.eclipse.osgi.compatibility.state</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