svn commit: r1051953 - in /lenya/branches/BRANCH_2_1_X: lib/commons-io-2.0.jar src/targets/ide-build.xml src/targets/init-build.xml
[email protected] Wed, 22 Dec 2010 15:33:46 -0000
| Newsgroups | gmane.comp.cms.lenya.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: froethenbacher
Date: Wed Dec 22 15:33:46 2010
New Revision: 1051953
URL: http://svn.apache.org/viewvc?rev=1051953&view=rev
Log:
Updated commons-io library.
Added:
lenya/branches/BRANCH_2_1_X/lib/commons-io-2.0.jar (with props)
Modified:
lenya/branches/BRANCH_2_1_X/src/targets/ide-build.xml
lenya/branches/BRANCH_2_1_X/src/targets/init-build.xml
Added: lenya/branches/BRANCH_2_1_X/lib/commons-io-2.0.jar
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/lib/commons-io-2.0.jar?rev=1051953&view=auto
==============================================================================
Binary file - no diff available.
Propchange: lenya/branches/BRANCH_2_1_X/lib/commons-io-2.0.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: lenya/branches/BRANCH_2_1_X/src/targets/ide-build.xml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/targets/ide-build.xml?rev=1051953&r1=1051952&r2=1051953&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/targets/ide-build.xml (original)
+++ lenya/branches/BRANCH_2_1_X/src/targets/ide-build.xml Wed Dec 22 15:33:46 2010
@@ -65,6 +65,7 @@
<!-- Cocoon libs -->
<fileset dir="${cocoon.src.dir}/${lib.dir}">
<include name="core/*.jar"/>
+ <exclude name="core/commons-io-*.jar"/>
<!-- Currently, we have no JVM dependent libraries
<include name="core/jvm${target.vm}/*.jar"/>
-->
Modified: lenya/branches/BRANCH_2_1_X/src/targets/init-build.xml
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/targets/init-build.xml?rev=1051953&r1=1051952&r2=1051953&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/targets/init-build.xml (original)
+++ lenya/branches/BRANCH_2_1_X/src/targets/init-build.xml Wed Dec 22 15:33:46 2010
@@ -105,6 +105,7 @@
<exclude name="WEB-INF/xconf/**"/>
<!-- exclude the geronimo libraries, see http://issues.apache.org/bugzilla/show_bug.cgi?id=38587 -->
<exclude name="WEB-INF/lib/geronimo-*.jar"/>
+ <exclude name="WEB-INF/lib/commons-io-*.jar"/>
<exclude name="**/javac.jar"/>
</fileset>
</copy>