Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2014-08-29 07:35:26 +0000
committerGreg Wilkins2014-08-29 07:35:26 +0000
commit17c9a322689cb1fcdcbd116b4c30ea477dc6bac4 (patch)
treef13649235422ea9ac81e5605381be91af1ca0fd9 /tests/pom.xml
parent69390954dc15acc389479b647f290da121ccc9de (diff)
downloadorg.eclipse.jetty.project-17c9a322689cb1fcdcbd116b4c30ea477dc6bac4.tar.gz
org.eclipse.jetty.project-17c9a322689cb1fcdcbd116b4c30ea477dc6bac4.tar.xz
org.eclipse.jetty.project-17c9a322689cb1fcdcbd116b4c30ea477dc6bac4.zip
moved quickstart to test-quickstart
Diffstat (limited to 'tests/pom.xml')
-rw-r--r--tests/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pom.xml b/tests/pom.xml
index de745caa09..9524a5d609 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -47,5 +47,6 @@
<module>test-continuation</module>
<module>test-loginservice</module>
<module>test-integration</module>
+ <module>test-quickstart</module>
</modules>
</project>

Back to the top