From d6e5d827f694726eac784d68b1c00bedc9470742 Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Tue, 6 May 2014 19:44:03 +0200 Subject: [PATCH] Removed obsolete FastCGI modules. --- jetty-fcgi/fcgi-distribution/pom.xml | 70 ------------------- .../src/main/assembly/distribution.xml | 31 -------- .../main/config/webapps/wordpress-example.xml | 68 ------------------ jetty-fcgi/fcgi-http-client-transport/pom.xml | 43 ------------ .../test/resources/jetty-logging.properties | 3 - jetty-fcgi/fcgi-proxy/pom.xml | 55 --------------- jetty-fcgi/pom.xml | 3 - 7 files changed, 273 deletions(-) delete mode 100644 jetty-fcgi/fcgi-distribution/pom.xml delete mode 100644 jetty-fcgi/fcgi-distribution/src/main/assembly/distribution.xml delete mode 100644 jetty-fcgi/fcgi-distribution/src/main/config/webapps/wordpress-example.xml delete mode 100644 jetty-fcgi/fcgi-http-client-transport/pom.xml delete mode 100644 jetty-fcgi/fcgi-http-client-transport/src/test/resources/jetty-logging.properties delete mode 100644 jetty-fcgi/fcgi-proxy/pom.xml diff --git a/jetty-fcgi/fcgi-distribution/pom.xml b/jetty-fcgi/fcgi-distribution/pom.xml deleted file mode 100644 index 81d03d9e236..00000000000 --- a/jetty-fcgi/fcgi-distribution/pom.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - fcgi-parent - org.eclipse.jetty.fcgi - 9.2.0-SNAPSHOT - - - 4.0.0 - fcgi-distribution - pom - Jetty :: FastCGI :: Distribution - - - ${project.build.directory}/distribution - - - - - - maven-dependency-plugin - - - copy-jars - generate-resources - - copy-dependencies - - - org.eclipse.jetty.fcgi - fcgi-server - jar - ${distribution-directory}/lib/fcgi - - - - - - maven-assembly-plugin - - - assemble - package - - assembly - - - jetty-fcgi-${project.version} - - src/main/assembly/distribution.xml - - gnu - - - - - - - - - - org.eclipse.jetty.fcgi - fcgi-proxy - ${project.version} - - - - diff --git a/jetty-fcgi/fcgi-distribution/src/main/assembly/distribution.xml b/jetty-fcgi/fcgi-distribution/src/main/assembly/distribution.xml deleted file mode 100644 index df1f093682d..00000000000 --- a/jetty-fcgi/fcgi-distribution/src/main/assembly/distribution.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - distribution - - - tar.gz - - - false - - - - ${project.basedir}/src/main/config/modules - /modules - - *.mod - - - - ${distribution-directory} - / - - lib/** - - - - - diff --git a/jetty-fcgi/fcgi-distribution/src/main/config/webapps/wordpress-example.xml b/jetty-fcgi/fcgi-distribution/src/main/config/webapps/wordpress-example.xml deleted file mode 100644 index 9ec42697473..00000000000 --- a/jetty-fcgi/fcgi-distribution/src/main/config/webapps/wordpress-example.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - /var/www/wordpress-3.7.1 - - - /wp - - - index.php - - - - org.eclipse.jetty.fcgi.proxy.TryFilesFilter - /* - - - - - - - files - $path /index.php?p=$path - - - - - - - default - - - org.eclipse.jetty.servlet.DefaultServlet - - - - dirAllowed - false - - - - / - - - - org.eclipse.jetty.fcgi.proxy.FastCGIProxyServlet - *.php - - proxyTo - http://localhost:9000 - - - prefix - / - - - scriptRoot - - - - scriptPattern - (.+?\\.php) - - - - diff --git a/jetty-fcgi/fcgi-http-client-transport/pom.xml b/jetty-fcgi/fcgi-http-client-transport/pom.xml deleted file mode 100644 index d911c12528c..00000000000 --- a/jetty-fcgi/fcgi-http-client-transport/pom.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - org.eclipse.jetty.fcgi - fcgi-parent - 9.2.0-SNAPSHOT - - - 4.0.0 - fcgi-http-client-transport - Jetty :: FastCGI :: HTTP Client Transport - - - ${project.groupId}.client.http - - - - - org.eclipse.jetty.fcgi - fcgi-core - ${project.version} - - - org.eclipse.jetty - jetty-client - ${project.version} - - - - org.eclipse.jetty.fcgi - fcgi-server - ${project.version} - test - - - org.eclipse.jetty.toolchain - jetty-test-helper - - - - diff --git a/jetty-fcgi/fcgi-http-client-transport/src/test/resources/jetty-logging.properties b/jetty-fcgi/fcgi-http-client-transport/src/test/resources/jetty-logging.properties deleted file mode 100644 index b8df62d071d..00000000000 --- a/jetty-fcgi/fcgi-http-client-transport/src/test/resources/jetty-logging.properties +++ /dev/null @@ -1,3 +0,0 @@ -org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog -#org.eclipse.jetty.client.LEVEL=DEBUG -#org.eclipse.jetty.fcgi.LEVEL=DEBUG diff --git a/jetty-fcgi/fcgi-proxy/pom.xml b/jetty-fcgi/fcgi-proxy/pom.xml deleted file mode 100644 index 149d189df73..00000000000 --- a/jetty-fcgi/fcgi-proxy/pom.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - fcgi-parent - org.eclipse.jetty.fcgi - 9.2.0-SNAPSHOT - - - 4.0.0 - fcgi-proxy - Jetty :: FastCGI :: Proxy - - - ${project.groupId}.proxy - - - - - javax.servlet - javax.servlet-api - - - org.eclipse.jetty.fcgi - fcgi-http-client-transport - ${project.version} - - - org.eclipse.jetty - jetty-proxy - ${project.version} - - - - org.eclipse.jetty - jetty-server - ${project.version} - test - - - org.eclipse.jetty - jetty-servlet - ${project.version} - test - - - org.eclipse.jetty.spdy - spdy-http-server - ${project.version} - test - - - - diff --git a/jetty-fcgi/pom.xml b/jetty-fcgi/pom.xml index d309fec8a21..ff2f37caad5 100644 --- a/jetty-fcgi/pom.xml +++ b/jetty-fcgi/pom.xml @@ -14,10 +14,7 @@ fcgi-client - fcgi-server - -