source: proiecte/HadoopJUnit/hadoop-0.20.1/contrib/hod/ivy.xml @ 173

Last change on this file since 173 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 822 bytes
Line 
1<?xml version="1.0" ?>
2<ivy-module version="1.0">
3  <info organisation="org.apache.hadoop" module="${ant.project.name}">
4    <license name="Apache 2.0"/>
5    <ivyauthor name="Apache Hadoop Team" url="http://hadoop.apache.org"/>
6    <description>
7        Apache Hadoop
8    </description>
9  </info>
10  <configurations defaultconfmapping="default">
11    <!--these match the Maven configurations-->
12    <conf name="default" extends="master,runtime"/>
13    <conf name="master" description="contains the artifact but no dependencies"/>
14    <conf name="runtime" description="runtime but not the artifact" />
15    <!--Private configurations. -->
16
17    <conf name="common" visibility="private" 
18      description="artifacts needed to compile/test the application"/>
19  </configurations>
20  <dependencies>
21  </dependencies>
22</ivy-module>
Note: See TracBrowser for help on using the repository browser.