Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-02-22 15:14:44 +0000
committerThomas Watson2016-02-22 15:14:44 +0000
commite1cf932d4cbf46ed6ebce9c19d02346aeacf37f3 (patch)
tree781f69f947ee14413102bcd9c8b0c76026bb23f3 /pom.xml
parent564450dd1b709fcb032c75727746496c1075ebbc (diff)
downloadrt.equinox.bundles-e1cf932d4cbf46ed6ebce9c19d02346aeacf37f3.tar.gz
rt.equinox.bundles-e1cf932d4cbf46ed6ebce9c19d02346aeacf37f3.tar.xz
rt.equinox.bundles-e1cf932d4cbf46ed6ebce9c19d02346aeacf37f3.zip
Bug 488050 - [http servlet] enableI20160223-0800
org.eclipse.equinox.http.servlet.tests for all builds Add servlet.tests module to pom.xml Change-Id: Ia13559ff506dd68950c77666d072779b1ef804d6 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
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 1fcd54a02..d3c58a57a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,7 @@
<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.servlet.tests</module>
<module>bundles/org.eclipse.equinox.http.servletbridge</module>
<module>bundles/org.eclipse.equinox.io</module>
<module>bundles/org.eclipse.equinox.ip</module>

Back to the top