Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2014-03-26 21:06:23 +0000
committerJoakim Erdfelt2014-03-26 21:06:23 +0000
commit1444ffadb8fee932d17667ac9b9d71dca830e645 (patch)
treef977c295a2cbfcde518d20db7b2e6a4b1e0079d8 /jetty-spdy/pom.xml
parentb835aab06f7cfb869eb76090202784a75a1450b7 (diff)
downloadorg.eclipse.jetty.project-1444ffadb8fee932d17667ac9b9d71dca830e645.tar.gz
org.eclipse.jetty.project-1444ffadb8fee932d17667ac9b9d71dca830e645.tar.xz
org.eclipse.jetty.project-1444ffadb8fee932d17667ac9b9d71dca830e645.zip
Reverting <modules> in parent pom in favor of spdy and osgi specifics
Diffstat (limited to 'jetty-spdy/pom.xml')
-rw-r--r--jetty-spdy/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/jetty-spdy/pom.xml b/jetty-spdy/pom.xml
index a8f0abd62f..961fb9f1da 100644
--- a/jetty-spdy/pom.xml
+++ b/jetty-spdy/pom.xml
@@ -21,8 +21,21 @@
<module>spdy-http-server</module>
<module>spdy-http-client-transport</module>
<module>spdy-example-webapp</module>
+ <module>spdy-alpn-tests</module>
</modules>
+ <profiles>
+ <profile>
+ <id>npn</id>
+ <activation>
+ <jdk>1.7</jdk>
+ </activation>
+ <modules>
+ <module>spdy-npn-tests</module>
+ </modules>
+ </profile>
+ </profiles>
+
<build>
<plugins>
<plugin>

Back to the top