Author: stliu
Date: 2010-02-25 11:51:59 -0500 (Thu, 25 Feb 2010)
New Revision: 18895
Modified:
entitymanager/branches/v3_3_2_GA_CP/common-build.xml
Log:
remove ant*.jar from core/lib since it cause lots of test case error
Modified: entitymanager/branches/v3_3_2_GA_CP/common-build.xml
===================================================================
--- entitymanager/branches/v3_3_2_GA_CP/common-build.xml 2010-02-25 16:34:19 UTC (rev
18894)
+++ entitymanager/branches/v3_3_2_GA_CP/common-build.xml 2010-02-25 16:51:59 UTC (rev
18895)
@@ -70,6 +70,7 @@
<path location="${hibernate-core.jar}"></path>
<fileset dir="${hibernate-core.lib.dir}">
<include name="*.jar"/>
+ <exclude name="ant*.jar"/>
</fileset>
<fileset dir="${lib.dir}">
<include name="*.jar"/>
Show replies by date