Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-10-07 17:22:35 +0000
committerThomas Watson2014-10-08 14:34:02 +0000
commitf1c6c7f47e9bb75e2639164e55c148c66c7c436b (patch)
tree3c9d3b57e1f80df667b06f7348c959b09321d892 /pom.xml
parent32a43a813e2c085e76725ed4b1412f0634355277 (diff)
downloadrt.equinox.bundles-f1c6c7f47e9bb75e2639164e55c148c66c7c436b.tar.gz
rt.equinox.bundles-f1c6c7f47e9bb75e2639164e55c148c66c7c436b.tar.xz
rt.equinox.bundles-f1c6c7f47e9bb75e2639164e55c148c66c7c436b.zip
Bug 401784 - Support jetty 9
Change-Id: I0cedcf90636845b9c74174388a26689807999f8f Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 47c62878b..3e26f4ab2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
<module>bundles/org.eclipse.equinox.http.jetty6</module>
-->
- <module>bundles/org.eclipse.equinox.http.jetty8</module>
+ <module>bundles/org.eclipse.equinox.http.jetty9</module>
<module>bundles/org.eclipse.equinox.http.registry</module>
<module>bundles/org.eclipse.equinox.http.servlet</module>
<module>bundles/org.eclipse.equinox.http.servletbridge</module>

Back to the top