Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2013-09-06 21:14:53 +0000
committerSimone Bordet2013-09-06 21:14:53 +0000
commit07acb25ce0903649b1dda6c4a4abd5da3f95b099 (patch)
tree721c9a0fd055424966e73eea2e0c5cffe81cbf7d /pom.xml
parent9f3a7351fdcac40740155e684c0c5ab12face821 (diff)
downloadorg.eclipse.jetty.project-07acb25ce0903649b1dda6c4a4abd5da3f95b099.tar.gz
org.eclipse.jetty.project-07acb25ce0903649b1dda6c4a4abd5da3f95b099.tar.xz
org.eclipse.jetty.project-07acb25ce0903649b1dda6c4a4abd5da3f95b099.zip
Introduced fcgi-server and fcgi-http-client-transport modules.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2ee5ba465c..7a21536967 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,6 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.eclipse.jetty</groupId>
@@ -14,6 +16,8 @@
<modules>
<module>fcgi-core</module>
+ <module>fcgi-http-client-transport</module>
+ <module>fcgi-server</module>
</modules>
<build>

Back to the top