Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2012-11-02 04:41:58 +0000
committerJan Bartel2012-11-02 04:43:05 +0000
commit94c05e6c2ecf840887defb54461102dfab561d56 (patch)
treedbc05313e4662a08de968214855fa4273a710b5b /tests/test-webapps/pom.xml
parent949996931a089589de6005b2e0bc2f4c44aa1820 (diff)
downloadorg.eclipse.jetty.project-94c05e6c2ecf840887defb54461102dfab561d56.tar.gz
org.eclipse.jetty.project-94c05e6c2ecf840887defb54461102dfab561d56.tar.xz
org.eclipse.jetty.project-94c05e6c2ecf840887defb54461102dfab561d56.zip
Porting test webapps from codehaus to jetty-9
Diffstat (limited to 'tests/test-webapps/pom.xml')
-rw-r--r--tests/test-webapps/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-webapps/pom.xml b/tests/test-webapps/pom.xml
index 5049319441..ea792ab117 100644
--- a/tests/test-webapps/pom.xml
+++ b/tests/test-webapps/pom.xml
@@ -40,5 +40,8 @@
</build>
<modules>
<module>test-webapp-rfc2616</module>
+ <module>test-mock-resources</module>
+ <module>test-servlet-spec</module>
+ <module>test-jaas-webapp</module>
</modules>
</project>

Back to the top