You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gd...@apache.org on 2004/07/12 08:32:38 UTC

cvs commit: incubator-geronimo/modules/jetty/src/etc/META-INF geronimo-service.xml

gdamour     2004/07/11 23:32:38

  Modified:    modules/assembly project.xml
               modules/jetty/src/etc/META-INF geronimo-service.xml
  Log:
  org.mortbay.jaas is required to run the org/apache/geronimo/Secure configuration.
  
  Revision  Changes    Path
  1.31      +10 -1     incubator-geronimo/modules/assembly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/assembly/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml	11 Jul 2004 21:48:45 -0000	1.30
  +++ project.xml	12 Jul 2004 06:32:38 -0000	1.31
  @@ -352,6 +352,15 @@
           </dependency>
   
           <dependency>
  +            <groupId>jetty</groupId>
  +            <artifactId>org.mortbay.jaas</artifactId>
  +            <version>5.0.RC0</version>
  +            <properties>
  +                <repository>true</repository>
  +            </properties>
  +        </dependency>
  +
  +        <dependency>
               <groupId>junit</groupId>
               <artifactId>junit</artifactId>
               <version>3.8</version>
  
  
  
  1.12      +3 -0      incubator-geronimo/modules/jetty/src/etc/META-INF/geronimo-service.xml
  
  Index: geronimo-service.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/jetty/src/etc/META-INF/geronimo-service.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- geronimo-service.xml	19 May 2004 20:54:00 -0000	1.11
  +++ geronimo-service.xml	12 Jul 2004 06:32:38 -0000	1.12
  @@ -21,6 +21,9 @@
           <uri>jetty/jars/org.mortbay.jetty-5.0.RC0.jar</uri>
       </dependency>
       <dependency>
  +        <uri>jetty/jars/org.mortbay.jaas-5.0.RC0.jar</uri>
  +    </dependency>
  +    <dependency>
           <uri>tomcat/jars/jasper-compiler-5.0.16.jar</uri>
       </dependency>
       <dependency>