Author: niallp
Date: Mon Jan 9 16:37:20 2006
New Revision: 367435
URL: http://svn.apache.org/viewcvs?rev=367435&view=rev
Log:
Add Commons IO to tiles and taglib
Modified:
gump/metadata/project/struts.xml
Modified: gump/metadata/project/struts.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/struts.xml?rev=367435&r1=367434&r2=367435&view=diff
==============================================================================
--- gump/metadata/project/struts.xml (original)
+++ gump/metadata/project/struts.xml Mon Jan 9 16:37:20 2006
@@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<!--
- Copyright 2001-2005 The Apache Software Foundation
+ Copyright 2001-2006 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -188,6 +188,7 @@
<depend project="commons-chain" />
<depend project="commons-digester" />
<depend project="commons-fileupload" />
+ <depend project="commons-io" />
<depend project="commons-logging" />
<depend project="commons-validator" />
<depend project="httpunit" />
@@ -232,6 +233,7 @@
<depend project="commons-chain" />
<depend project="commons-digester" />
<depend project="commons-fileupload" />
+ <depend project="commons-io" />
<depend project="commons-logging" />
<depend project="commons-validator" />
<depend project="jakarta-oro" />
|