Author: crossley
Date: Tue Feb 20 22:12:40 2007
New Revision: 509907
URL: http://svn.apache.org/viewvc?view=rev&rev=509907
Log:
Tabs to spaces.
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=509907&r1=509906&r2=509907
==============================================================================
--- forrest/branches/ivyBuild/main/ivy.xml (original)
+++ forrest/branches/ivyBuild/main/ivy.xml Tue Feb 20 22:12:40 2007
@@ -16,24 +16,24 @@
limitations under the License.
-->
<ivy-module version="1.0">
- <info
- organisation="apache"
- module="forrest"
- status="integration">
- </info>
-
- <configurations>
- <conf name="default"/>
- <conf name="test" extends="default"/>
- </configurations>
+ <info
+ organisation="apache"
+ module="forrest"
+ status="integration">
+ </info>
+
+ <configurations>
+ <conf name="default"/>
+ <conf name="test" extends="default"/>
+ </configurations>
- <publications>
- <artifact name="org.apache.forrest" type="jar" ext="jar"/>
- </publications>
-
- <dependencies>
- <dependency org="apache" name="avalon-framework-impl" rev="4.3" />
- <dependency org="apache" name="batik-all" rev="1.6"/>
- <dependency org="castor" name="castor" rev="0.9.6"/>
- </dependencies>
+ <publications>
+ <artifact name="org.apache.forrest" type="jar" ext="jar"/>
+ </publications>
+
+ <dependencies>
+ <dependency org="apache" name="avalon-framework-impl" rev="4.3" />
+ <dependency org="apache" name="batik-all" rev="1.6"/>
+ <dependency org="castor" name="castor" rev="0.9.6"/>
+ </dependencies>
</ivy-module>