Author: maartenc
Date: Wed Dec 12 14:49:32 2007
New Revision: 603759

URL: http://svn.apache.org/viewvc?rev=603759&view=rev
Log:
Make the XML validation work on Java 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=603759&r1=603758&r2=603759&view=diff
==============================================================================
--- ant/ivy/core/trunk/ivy.xml (original)
+++ ant/ivy/core/trunk/ivy.xml Wed Dec 12 14:49:32 2007
@@ -50,6 +50,9 @@
                <dependency org="junit" name="junit" rev="3.8.2" 
conf="test->default" />
                <dependency org="commons-lang" name="commons-lang" 
rev="[1.0,3.0[" conf="test->default" />
                
+               <!-- 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" />
+               
                <!-- Global exclude for junit -->
                <exclude org="junit" module="junit" conf="core,default" />
        </dependencies>


Reply via email to