cmailleux 2005/06/16 12:59:27 CEST
Modified files: (Branch: JAHIA-HIBERNATE-BRANCH)
core project.xml
Log:
Head Hibernate Fusion 16/06/2005
Revision Changes Path
1.36.2.4 +18 -1 jahia/core/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/project.xml.diff?r1=1.36.2.3&r2=1.36.2.4&f=h
Index: project.xml
===================================================================
RCS file: /home/cvs/repository/jahia/core/project.xml,v
retrieving revision 1.36.2.3
retrieving revision 1.36.2.4
diff -u -r1.36.2.3 -r1.36.2.4
--- project.xml 26 May 2005 14:57:56 -0000 1.36.2.3
+++ project.xml 16 Jun 2005 10:59:26 -0000 1.36.2.4
@@ -49,6 +49,14 @@
<war.bundle>true</war.bundle>
</properties>
</dependency>
+ <dependency>
+ <groupId>cas</groupId>
+ <artifactId>casclient</artifactId>
+ <version>2.1.1</version>
+ <properties>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
<dependency>
<groupId>hibernate</groupId>
<artifactId>c3p0</artifactId>
@@ -244,6 +252,15 @@
</properties>
</dependency>
<dependency>
+ <groupId>jakarta-cache</groupId>
+ <artifactId>taglibs-cache</artifactId>
+ <version>1.2</version>
+ <properties>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
<groupId>javamail</groupId>
<artifactId>mail</artifactId>
<version>1.3.2</version>
@@ -442,7 +459,7 @@
<artifactId>portlet-api</artifactId>
<version>1.0</version>
<properties>
- <war.bundle>true</war.bundle>
+ <war.bundle>false</war.bundle>
<war.shared.lib>true</war.shared.lib>
</properties>
</dependency>