Author: crossley
Date: Tue Feb 20 20:55:11 2007
New Revision: 509895

URL: http://svn.apache.org/viewvc?view=rev&rev=509895
Log:
Fix mixed line-endings.

Modified:
    forrest/branches/ivyBuild/main/ivy.xml

Modified: forrest/branches/ivyBuild/main/ivy.xml
URL: 
http://svn.apache.org/viewvc/forrest/branches/ivyBuild/main/ivy.xml?view=diff&rev=509895&r1=509894&r2=509895
==============================================================================
--- forrest/branches/ivyBuild/main/ivy.xml (original)
+++ forrest/branches/ivyBuild/main/ivy.xml Tue Feb 20 20:55:11 2007
@@ -26,10 +26,10 @@
          <conf name="default"/>
          <conf name="test" extends="default"/>
        </configurations>
-
-    <publications>
-      <artifact name="org.apache.forrest" type="jar" ext="jar"/>
-    </publications>
+
+    <publications>
+      <artifact name="org.apache.forrest" type="jar" ext="jar"/>
+    </publications>
        
        <dependencies>
            <dependency org="apache" name="avalon-framework-impl" rev="4.3" />