Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2012-08-03 15:44:17 +0000
committerThomas Watson2012-09-12 12:58:10 +0000
commit45ff928b4690246a84d98130adb7db7e30c6e8b0 (patch)
tree1e6a2495f67f6287d7867f9277b8f2ccf3c745fc /pom.xml
parent00ead6162879bcfc8fbd0aa383275e8373f7fba8 (diff)
downloadrt.equinox.bundles-45ff928b4690246a84d98130adb7db7e30c6e8b0.tar.gz
rt.equinox.bundles-45ff928b4690246a84d98130adb7db7e30c6e8b0.tar.xz
rt.equinox.bundles-45ff928b4690246a84d98130adb7db7e30c6e8b0.zip
Bug 386040 - Clarify status of jetty 5, 6 and 8 modules
Diffstat (limited to 'pom.xml')
-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