You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/06/23 20:38:27 UTC

cvs commit: jakarta-jetspeed-2/components/security locator.ent project.xml

weaver      2004/06/23 11:38:27

  Modified:    components/security project.xml
  Added:       components/security locator.ent
  Log:
  started JS2-80 dep handling.
  JS2-46 pico upgrade
  
  Revision  Changes    Path
  1.16      +5 -28     jakarta-jetspeed-2/components/security/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/components/security/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	10 Jun 2004 20:35:59 -0000	1.15
  +++ project.xml	23 Jun 2004 18:38:27 -0000	1.16
  @@ -1,4 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!DOCTYPE project [
  +  <!ENTITY % locator-entities SYSTEM "file:locator.ent"> %locator-entities;	
  +]>
   <!--
   Copyright 2004 The Apache Software Foundation
   
  @@ -33,6 +36,7 @@
     </repository>
   
     <dependencies>
  +  	&pico-nano-groovy;
       <!-- AspectJ -->
       <dependency>
         <id>aspectj:aspectjrt</id>
  @@ -234,34 +238,7 @@
           <war.bundle.jar>false</war.bundle.jar>
         </properties>
       </dependency>
  -    <dependency>
  -      <id>picocontainer</id>
  -      <version>1.0-beta-5</version>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -    <dependency>
  -      <id>nanocontainer</id>
  -      <version>1.0-beta-1</version>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -     <dependency>
  -      <id>groovy</id>
  -     <version>1.0-beta-4-snapshot</version>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  -     <dependency>
  -      <id>asm</id>
  -      <version>1.4.1</version>
  -      <properties>
  -        <war.bundle.jar>true</war.bundle.jar>
  -      </properties>
  -    </dependency>
  +    
       <dependency>
         <id>jta</id>
         <jar>jta1.0.1.jar</jar>
  
  
  
  1.1                  jakarta-jetspeed-2/components/security/locator.ent
  
  Index: locator.ent
  ===================================================================
  <!ENTITY pico-nano-groovy SYSTEM "file:../../etc/project-dependencies/pico-nano-groovy.xml">	
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org