xlawrence 2005/02/07 17:14:50 CET
Modified files:
calClient/webapp project.xml
Revision Changes Path
1.3 +19 -1 uwcal_JSR168/calClient/webapp/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/calClient/webapp/project.xml.diff?r1=1.2&r2=1.3&f=h
Index: project.xml
===================================================================
RCS file: /home/cvs/repository/uwcal_JSR168/calClient/webapp/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 21 Jan 2005 08:51:04 -0000 1.2
+++ project.xml 7 Feb 2005 16:14:50 -0000 1.3
@@ -164,6 +164,15 @@
</properties>
</dependency>
<dependency>
+ <groupId>taglibs</groupId>
+ <artifactId>standard</artifactId>
+ <version>1.0.6</version>
+ <type>jar</type>
+ <properties>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
<groupId>struts</groupId>
<artifactId>struts</artifactId>
<version>1.2.4</version>
@@ -173,9 +182,18 @@
</properties>
</dependency>
<dependency>
+ <groupId>struts</groupId>
+ <artifactId>struts-el</artifactId>
+ <version>1.2.4</version>
+ <url>http://jakarta.apache.org/struts/</url>
+ <properties>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
+ <dependency>
<groupId>portals-bridges</groupId>
<artifactId>portals-bridges-struts</artifactId>
- <version>0.1</version>
+ <version>0.2</version>
<properties>
<war.bundle>true</war.bundle>
</properties>