Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2014-05-06 17:44:03 +0000
committerSimone Bordet2014-05-06 17:44:03 +0000
commitd6e5d827f694726eac784d68b1c00bedc9470742 (patch)
treed98f08410b2f40fdcd74a76e2883ea5ed382df27 /jetty-fcgi/pom.xml
parent9d33817e71f9b6c4696da9de543f928b38e260a7 (diff)
downloadorg.eclipse.jetty.project-d6e5d827f694726eac784d68b1c00bedc9470742.tar.gz
org.eclipse.jetty.project-d6e5d827f694726eac784d68b1c00bedc9470742.tar.xz
org.eclipse.jetty.project-d6e5d827f694726eac784d68b1c00bedc9470742.zip
Removed obsolete FastCGI modules.
Diffstat (limited to 'jetty-fcgi/pom.xml')
-rw-r--r--jetty-fcgi/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml
index d309fec8a2..ff2f37caad 100644
--- a/jetty-fcgi/pom.xml
+++ b/jetty-fcgi/pom.xml
@@ -14,10 +14,7 @@
<modules>
<module>fcgi-client</module>
- <!--<module>fcgi-http-client-transport</module>-->
<module>fcgi-server</module>
- <!--<module>fcgi-proxy</module>-->
- <!--<module>fcgi-distribution</module>-->
</modules>
<dependencies>

Back to the top