You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2007/12/06 06:49:24 UTC

svn commit: r601624 - /ant/ivy/core/branches/2.0.0-beta1/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-optional.xml

Author: xavier
Date: Wed Dec  5 21:49:20 2007
New Revision: 601624

URL: http://svn.apache.org/viewvc?rev=601624&view=rev
Log:
fix pom writer unit test

Modified:
    ant/ivy/core/branches/2.0.0-beta1/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-optional.xml

Modified: ant/ivy/core/branches/2.0.0-beta1/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-optional.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.0-beta1/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-optional.xml?rev=601624&r1=601623&r2=601624&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.0-beta1/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-optional.xml (original)
+++ ant/ivy/core/branches/2.0.0-beta1/test/java/org/apache/ivy/plugins/parser/m2/test-write-dependencies-optional.xml Wed Dec  5 21:49:20 2007
@@ -34,7 +34,7 @@
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
       <version>1.0.4</version>
-      <optional/>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>cglib</groupId>