shuber 2005/03/01 15:54:07 CET
Modified files:
core project.xml
Log:
Added dependency on activation as it is not present in every Tomcat
installation.
Revision Changes Path
1.44 +8 -0 jahia/core/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/project.xml.diff?r1=1.43&r2=1.44&f=h
Index: project.xml
===================================================================
RCS file: /home/cvs/repository/jahia/core/project.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- project.xml 28 Feb 2005 12:48:38 -0000 1.43
+++ project.xml 1 Mar 2005 14:54:06 -0000 1.44
@@ -20,6 +20,14 @@
<dependencies>
<dependency>
+ <groupId>activation</groupId>
+ <artifactId>activation</artifactId>
+ <version>1.0.2</version>
+ <properties>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
<id>axis</id>
<version>1.1</version>
<properties>