You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by ma...@apache.org on 2007/03/22 23:02:08 UTC

svn commit: r521519 - in /incubator/ivy/core/trunk/test/repositories/2/mod_released: ivy-1.0.xml ivy-1.1.xml

Author: maartenc
Date: Thu Mar 22 16:02:07 2007
New Revision: 521519

URL: http://svn.apache.org/viewvc?view=rev&rev=521519
Log:
Ivy should fail if ';' has been used in publications/artifact/@conf of ivy.xml (IVY-441)

Modified:
    incubator/ivy/core/trunk/test/repositories/2/mod_released/ivy-1.0.xml
    incubator/ivy/core/trunk/test/repositories/2/mod_released/ivy-1.1.xml

Modified: incubator/ivy/core/trunk/test/repositories/2/mod_released/ivy-1.0.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/2/mod_released/ivy-1.0.xml?view=diff&rev=521519&r1=521518&r2=521519
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/2/mod_released/ivy-1.0.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/2/mod_released/ivy-1.0.xml Thu Mar 22 16:02:07 2007
@@ -6,7 +6,7 @@
 	       publication="20041101110000"
 	/>
 	<publications>
-        <artifact name="mod_released" type="jar" conf="compile"/>
+        <artifact name="mod_released" type="jar" conf="default"/>
     </publications>
 	<dependencies>
 	</dependencies>

Modified: incubator/ivy/core/trunk/test/repositories/2/mod_released/ivy-1.1.xml
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/repositories/2/mod_released/ivy-1.1.xml?view=diff&rev=521519&r1=521518&r2=521519
==============================================================================
--- incubator/ivy/core/trunk/test/repositories/2/mod_released/ivy-1.1.xml (original)
+++ incubator/ivy/core/trunk/test/repositories/2/mod_released/ivy-1.1.xml Thu Mar 22 16:02:07 2007
@@ -6,7 +6,7 @@
 	       publication="20051101110000"
 	/>
 	<publications>
-        <artifact name="mod_released" type="jar" conf="compile"/>
+        <artifact name="mod_released" type="jar" conf="default"/>
     </publications>
 	<dependencies>
 	</dependencies>