You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2007/12/18 00:16:37 UTC

svn commit: r605039 - /ant/ivy/core/trunk/ivy.xml

Author: maartenc
Date: Mon Dec 17 15:16:31 2007
New Revision: 605039

URL: http://svn.apache.org/viewvc?rev=605039&view=rev
Log:
Fixed a NPE when running the junit tests with JDK 1.4.

Modified:
    ant/ivy/core/trunk/ivy.xml

Modified: ant/ivy/core/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/ivy.xml?rev=605039&r1=605038&r2=605039&view=diff
==============================================================================
--- ant/ivy/core/trunk/ivy.xml (original)
+++ ant/ivy/core/trunk/ivy.xml Mon Dec 17 15:16:31 2007
@@ -52,6 +52,7 @@
 		
 		<!-- This dependency is necessary for having validation in junit tests when running with JDK1.4 -->
 		<dependency org="xerces" name="xercesImpl" rev="2.6.2" conf="test->default" />
+		<dependency org="xerces" name="xmlParserAPIs" rev="2.6.2" conf="test->default" />
 		
 		<!-- Global exclude for junit -->
 		<exclude org="junit" module="junit" conf="core,default" />