Author: solomax
Date: Sat Jun 30 11:52:00 2012
New Revision: 1355711
URL: http://svn.apache.org/viewvc?rev=1355711&view=rev
Log:
Duplicated jars are removed from om.lib.dir
Modified:
incubator/openmeetings/trunk/singlewebapp/build.xml
Modified: incubator/openmeetings/trunk/singlewebapp/build.xml
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/build.xml?rev=1355711&r1=1355710&r2=1355711&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Sat Jun 30 11:52:00 2012
@@ -822,7 +822,11 @@
</antcall>
<delete>
<fileset dir="${om.lib.dir}"
includes="commons-logging*.jar" />
+ <fileset dir="${om.lib.dir}"
includes="commons-codec*.jar" />
+ <fileset dir="${om.lib.dir}"
includes="commons-fileupload*.jar" />
+ <fileset dir="${om.lib.dir}" includes="commons-io*.jar"
/>
<fileset dir="${om.lib.dir}"
includes="httpcore-jar*.jar" />
+ <fileset dir="${om.lib.dir}"
includes="httpclient-jar*.jar" />
<fileset dir="${om.lib.dir}" includes="*-source*.jar" />
<fileset dir="${om.lib.dir}" includes="*-javadoc*.jar"
/>
</delete>