mcardle     2005/08/18 17:38:17 CEST

  Modified files:
    core                 project.xml 
  Log:
  added Aspectwerkz 2.0 dependency
  
  Revision  Changes    Path
  1.70      +9 -1      jahia/core/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/project.xml.diff?r1=1.69&r2=1.70&f=h
  
  
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/repository/jahia/core/project.xml,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- project.xml       10 Aug 2005 18:40:41 -0000      1.69
  +++ project.xml       18 Aug 2005 15:38:17 -0000      1.70
  @@ -274,7 +274,7 @@
         <properties>
           <war.bundle>true</war.bundle>
         </properties>
  -    </dependency>    
  +    </dependency>
       <dependency>
         <groupId>jakarta-cache</groupId>
         <artifactId>taglibs-cache</artifactId>
  @@ -1052,6 +1052,14 @@
           <war.bundle>true</war.bundle>
         </properties>
       </dependency>
  +      <dependency>
  +             <groupId>aspectwerkz</groupId>
  +             <artifactId>aspectwerkz</artifactId>
  +             <version>2.0</version>
  +             <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +     </dependency>
         <!-- hibernate dependent package and package for test purpose -->
         <dependency>
               <groupId>oscache</groupId>
  

Reply via email to