djencks     2004/04/11 23:30:37

  Modified:    modules/assembly project.xml
               modules/assembly/src/plan j2ee-deployer-plan.xml
  Log:
  add jar needed for security
  
  Revision  Changes    Path
  1.9       +11 -1     incubator-geronimo/modules/assembly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/assembly/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml       22 Mar 2004 00:30:19 -0000      1.8
  +++ project.xml       12 Apr 2004 06:30:37 -0000      1.9
  @@ -267,6 +267,16 @@
           </dependency>
   
           <dependency>
  +            <groupId>regexp</groupId>
  +            <artifactId>regexp</artifactId>
  +            <version>1.3-dev</version>
  +            <properties>
  +                <repository>true</repository>
  +            </properties>
  +            <url>http://jakarta.apache.org/regexp</url>
  +        </dependency>
  +
  +        <dependency>
               <groupId>tomcat</groupId>
               <artifactId>jasper-compiler</artifactId>
               <version>5.0.16</version>
  
  
  
  1.6       +7 -3      
incubator-geronimo/modules/assembly/src/plan/j2ee-deployer-plan.xml
  
  Index: j2ee-deployer-plan.xml
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/modules/assembly/src/plan/j2ee-deployer-plan.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- j2ee-deployer-plan.xml    10 Mar 2004 09:58:19 -0000      1.5
  +++ j2ee-deployer-plan.xml    12 Apr 2004 06:30:37 -0000      1.6
  @@ -6,16 +6,16 @@
       Licensed under the Apache License, Version 2.0 (the "License");
       you may not use this file except in compliance with the License.
       You may obtain a copy of the License at
  -  
  +
          http://www.apache.org/licenses/LICENSE-2.0
  -  
  +
       Unless required by applicable law or agreed to in writing, software
       distributed under the License is distributed on an "AS IS" BASIS,
       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
       See the License for the specific language governing permissions and
       limitations under the License.
   -->
  -  
  +
   
   <!--
   Configuration for the Geronimo deployer
  @@ -48,6 +48,10 @@
       <!-- seems to be required to load jetty deployer - but I think this 
should not be here-->
       <dependency>
           <uri>geronimo-spec/jars/geronimo-spec-j2ee-DEV.jar</uri>
  +    </dependency>
  +    <!-- required for rar 1.5 to load realms -->
  +    <dependency>
  +        <uri>regexp/jars/regexp-1.3-dev.jar</uri>
       </dependency>
   
       <gbean 
name="geronimo.deployment:role=Deployer,config=org/apache/geronimo/J2EEDeployer"
 class="org.apache.geronimo.deployment.Deployer">
  
  
  

Reply via email to