You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2010/02/07 17:08:44 UTC

svn commit: r907439 - /incubator/wookie/trunk/ant/ivysettings.xml

Author: rgardler
Date: Sun Feb  7 16:08:43 2010
New Revision: 907439

URL: http://svn.apache.org/viewvc?rev=907439&view=rev
Log:
Fix invalid XML

Modified:
    incubator/wookie/trunk/ant/ivysettings.xml

Modified: incubator/wookie/trunk/ant/ivysettings.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/ant/ivysettings.xml?rev=907439&r1=907438&r2=907439&view=diff
==============================================================================
--- incubator/wookie/trunk/ant/ivysettings.xml (original)
+++ incubator/wookie/trunk/ant/ivysettings.xml Sun Feb  7 16:08:43 2010
@@ -2,7 +2,7 @@
   <settings defaultResolver="wookie-chain" />
   
   <resolvers>
-    <chain name="wookie-chain">>
+    <chain name="wookie-chain">
       <filesystem name="local">
           <artifact pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision].[ext]" />
       </filesystem>