[jboss-svn-commits] JBoss Common SVN: r4748 - shrinkwrap/trunk/extension-jetty-6.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jul 15 15:43:44 EDT 2010
Author: dan.j.allen
Date: 2010-07-15 15:43:44 -0400 (Thu, 15 Jul 2010)
New Revision: 4748
Modified:
shrinkwrap/trunk/extension-jetty-6/pom.xml
Log:
SHRINKWRAP-206 comments
Modified: shrinkwrap/trunk/extension-jetty-6/pom.xml
===================================================================
--- shrinkwrap/trunk/extension-jetty-6/pom.xml 2010-07-15 10:09:16 UTC (rev 4747)
+++ shrinkwrap/trunk/extension-jetty-6/pom.xml 2010-07-15 19:43:44 UTC (rev 4748)
@@ -17,7 +17,7 @@
<properties>
- <!-- Known to work with Jetty version 6.1.0 and up -->
+ <!-- Known to work with Jetty version 6.0.0 and greater (note that the name of the JSP 2.1 has changed several times) -->
<version.org.mortbay.jetty_jetty>6.1.24</version.org.mortbay.jetty_jetty>
<version.org.apache.httpcomponents_httpclient>4.0.1</version.org.apache.httpcomponents_httpclient>
@@ -61,10 +61,19 @@
<version>${version.org.mortbay.jetty_jetty}</version>
<scope>provided</scope>
</dependency>
- <!-- use artifactId jsp-2.1 for Jetty < 6.1.15 -->
+ <!-- use artifact org.mortbay.jetty:jsp:2.1-6.0.0 for Jetty 6.0.0 -->
<!--
<dependency>
<groupId>org.mortbay.jetty</groupId>
+ <artifactId>jsp</artifactId>
+ <version>2.1-6.0.0</version>
+ <scope>provided</scope>
+ </dependency>
+ -->
+ <!-- use artifactId org.mortbay.jetty:jsp-2.1 for Jetty 6.1.0 -> 6.1.15 -->
+ <!--
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
<artifactId>jsp-2.1</artifactId>
<version>${version.org.mortbay.jetty_jetty}</version>
<scope>provided</scope>
More information about the jboss-svn-commits
mailing list