xlawrence    2006/01/09 10:55:05 CET

  Modified files:
    core                 project.xml 
  Log:
  added dependencies for ZimbraClient servlet
  
  Revision  Changes    Path
  1.91      +33 -1     jahia/core/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/project.xml.diff?r1=1.90&r2=1.91&f=h
  
  
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/repository/jahia/core/project.xml,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- project.xml       22 Dec 2005 15:42:31 -0000      1.90
  +++ project.xml       9 Jan 2006 09:55:05 -0000       1.91
  @@ -1379,7 +1379,39 @@
           <war.bundle>true</war.bundle>
         </properties>
       </dependency>
  -
  +    
  +        <dependency>
  +            <groupId>ant</groupId>
  +            <artifactId>ant</artifactId>
  +            <version>1.6.4</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +        <dependency>
  +            <groupId>gifencoder</groupId>
  +            <artifactId>gifencoder</artifactId>
  +            <version>0.9</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>        
  +        <dependency>
  +            <groupId>commons-cli</groupId>
  +            <artifactId>commons-cli</artifactId>
  +            <version>1.0</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
  +         <dependency>
  +            <groupId>zimbra</groupId>
  +            <artifactId>zimbra</artifactId>
  +            <version>3.0M2</version>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>
     </dependencies>
   
     <build>
  

Reply via email to