You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ja...@apache.org on 2006/05/18 02:51:47 UTC

svn commit: r407418 - in /geronimo/sandbox/servlet-2.5/modules: jetty-builder/project.xml jetty/project.xml

Author: janb
Date: Wed May 17 17:51:47 2006
New Revision: 407418

URL: http://svn.apache.org/viewvc?rev=407418&view=rev
Log:
can't build due to codehaus being down but committing anyway for safekeeping

Modified:
    geronimo/sandbox/servlet-2.5/modules/jetty-builder/project.xml
    geronimo/sandbox/servlet-2.5/modules/jetty/project.xml

Modified: geronimo/sandbox/servlet-2.5/modules/jetty-builder/project.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/servlet-2.5/modules/jetty-builder/project.xml?rev=407418&r1=407417&r2=407418&view=diff
==============================================================================
--- geronimo/sandbox/servlet-2.5/modules/jetty-builder/project.xml (original)
+++ geronimo/sandbox/servlet-2.5/modules/jetty-builder/project.xml Wed May 17 17:51:47 2006
@@ -231,6 +231,11 @@
             <artifactId>jetty-util</artifactId>
             <version>${jetty_version}</version>
         </dependency>
+        <dependency>
+            <groupId>jetty</groupId>
+            <artifactId>jsp-api-2.0</artifactId>
+            <version>${jetty_version}</version>
+        </dependency>
 
         <dependency>
             <groupId>mx4j</groupId>
@@ -273,6 +278,12 @@
         <dependency>
             <groupId>tomcat</groupId>
             <artifactId>jasper-compiler</artifactId>
+            <version>${tomcat_version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>tomcat</groupId>
+            <artifactId>jasper-compiler-jdt</artifactId>
             <version>${tomcat_version}</version>
         </dependency>
 

Modified: geronimo/sandbox/servlet-2.5/modules/jetty/project.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/servlet-2.5/modules/jetty/project.xml?rev=407418&r1=407417&r2=407418&view=diff
==============================================================================
--- geronimo/sandbox/servlet-2.5/modules/jetty/project.xml (original)
+++ geronimo/sandbox/servlet-2.5/modules/jetty/project.xml Wed May 17 17:51:47 2006
@@ -160,6 +160,14 @@
                  <geronimo.dependency>true</geronimo.dependency>
              </properties>
         </dependency>
+        <dependency>
+            <groupId>jetty</groupId>
+            <artifactId>jsp-api-2.0</artifactId>
+            <version>${jetty_version}</version>
+            <properties>
+                 <geronimo.dependency>true</geronimo.dependency>
+             </properties>
+        </dependency>
 
         <dependency>
             <groupId>mx4j</groupId>