Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2012-08-03 15:44:17 +0000
committerThomas Watson2012-09-12 13:05:13 +0000
commit7cc45963f25ef49da516036c6726ee95edd6783c (patch)
treea9306f4dd95fc5df2e00536d42a5d04db128dd85
parent0f7d3f9db779db06adea2331b2669204bd7df0cd (diff)
downloadrt.equinox.bundles-7cc45963f25ef49da516036c6726ee95edd6783c.tar.gz
rt.equinox.bundles-7cc45963f25ef49da516036c6726ee95edd6783c.tar.xz
rt.equinox.bundles-7cc45963f25ef49da516036c6726ee95edd6783c.zip
Bug 386040 - Clarify status of jetty 5, 6 and 8 modules
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0272ad5c7..a31735e50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,8 +71,12 @@
<module>bundles/org.eclipse.equinox.ds</module>
<module>bundles/org.eclipse.equinox.event</module>
<module>bundles/org.eclipse.equinox.http</module>
+
+ <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=386040
<module>bundles/org.eclipse.equinox.http.jetty5</module>
<module>bundles/org.eclipse.equinox.http.jetty6</module>
+ -->
+
<module>bundles/org.eclipse.equinox.http.jetty8</module>
<module>bundles/org.eclipse.equinox.http.registry</module>
<module>bundles/org.eclipse.equinox.http.servlet</module>

Back to the top