Author: cutting
Date: Tue Jul 28 20:54:14 2009
New Revision: 798707
URL: http://svn.apache.org/viewvc?rev=798707&view=rev
Log:
AVRO-82. Simplify Ivy configuration a bit.
Modified:
hadoop/avro/trunk/build.xml
hadoop/avro/trunk/ivy.xml
Modified: hadoop/avro/trunk/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/build.xml?rev=798707&r1=798706&r2=798707&view=diff
==============================================================================
--- hadoop/avro/trunk/build.xml (original)
+++ hadoop/avro/trunk/build.xml Tue Jul 28 20:54:14 2009
@@ -515,6 +515,7 @@
<ivy:makepom ivyfile="${basedir}/ivy.xml"
pomfile="${dist.dir}/${fullname}.pom">
<mapping conf="default" scope="compile"/>
+ <mapping conf="test" scope="test"/>
</ivy:makepom>
<checksum file="${dist.dir}/${fullname}.pom" algorithm="md5"/>
Modified: hadoop/avro/trunk/ivy.xml
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/ivy.xml?rev=798707&r1=798706&r2=798707&view=diff
==============================================================================
--- hadoop/avro/trunk/ivy.xml (original)
+++ hadoop/avro/trunk/ivy.xml Tue Jul 28 20:54:14 2009
@@ -26,12 +26,8 @@
</info>
<configurations defaultconfmapping="default">
- <conf name="default" extends="master,runtime"/>
- <conf name="master" description="artifact but no dependencies"/>
- <conf name="runtime" description="runtime but not artifact"
- extends="mandatory"/>
- <conf name="mandatory" description="contains the critical dependencies"/>
- <conf name="test" description="the classpath needed to run tests"/>
+ <conf name="default"/>
+ <conf name="test"/>
</configurations>
<dependencies>