HBASE-2164 Ivy nit - clean up configs

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@902492 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-01-23 20:54:04 +00:00
parent ccc04e349d
commit f58517d103
2 changed files with 6 additions and 10 deletions

View File

@ -193,6 +193,7 @@ Release 0.21.0 - Unreleased
HBASE-2144 Now does \x20 for spaces HBASE-2144 Now does \x20 for spaces
HBASE-2163 ZK dependencies - explicitly add them until ZK artifacts are HBASE-2163 ZK dependencies - explicitly add them until ZK artifacts are
published to mvn repository (Kay Kay via Stack) published to mvn repository (Kay Kay via Stack)
HBASE-2164 Ivy nit - clean up configs (Kay Kay via Stack)
IMPROVEMENTS IMPROVEMENTS
HBASE-1760 Cleanup TODOs in HTable HBASE-1760 Cleanup TODOs in HTable

15
ivy.xml
View File

@ -20,7 +20,7 @@
<license name="Apache 2.0"/> <license name="Apache 2.0"/>
<ivyauthor name="Apache Hadoop Team" url="http://hadoop.apache.org"/> <ivyauthor name="Apache Hadoop Team" url="http://hadoop.apache.org"/>
<description> <description>
Hadoop Core HBase
</description> </description>
</info> </info>
<configurations defaultconfmapping="default"> <configurations defaultconfmapping="default">
@ -28,7 +28,7 @@
<conf name="default" extends="master,runtime"/> <conf name="default" extends="master,runtime"/>
<conf name="master" description="contains the artifact but no dependencies"/> <conf name="master" description="contains the artifact but no dependencies"/>
<conf name="runtime" description="runtime but not the artifact" <conf name="runtime" description="runtime but not the artifact"
extends="client,server,s3-server,kfs,mandatory,jetty,ftp"/> extends="client,server,kfs,mandatory,ftp"/>
<conf name="mandatory" description="contains the critical dependencies" <conf name="mandatory" description="contains the critical dependencies"
extends="commons-logging,log4j"/> extends="commons-logging,log4j"/>
@ -41,16 +41,11 @@
extends="mandatory,httpclient"/> extends="mandatory,httpclient"/>
<conf name="server" description="server-side dependencies" <conf name="server" description="server-side dependencies"
extends="client"/> extends="client"/>
<conf name="s3-client" description="dependencies for working with S3/EC2 infrastructure"
extends="client"/>
<conf name="s3-server" description="dependencies for running on S3/EC2 infrastructure"
extends="s3-client,server"/>
<conf name="kfs" description="dependencies for KFS file system support"/> <conf name="kfs" description="dependencies for KFS file system support"/>
<conf name="ftp" description="dependencies for workign with FTP filesytems" <conf name="ftp" description="dependencies for workign with FTP filesytems"
extends="mandatory"/> extends="mandatory"/>
<conf name="jetty" description="Jetty provides the in-VM HTTP daemon" extends="commons-logging"/>
<conf name="common" extends="runtime,mandatory,httpclient,ftp,jetty" <conf name="common" extends="runtime,mandatory,httpclient,ftp"
description="common artifacts"/> description="common artifacts"/>
<!--Testing pulls in everything--> <!--Testing pulls in everything-->
<conf name="test" extends="master" description="the classpath needed to run tests"/> <conf name="test" extends="master" description="the classpath needed to run tests"/>
@ -58,7 +53,7 @@
<!--Private configurations. --> <!--Private configurations. -->
<conf name="javadoc" visibility="private" description="artiracts required while performing doc generation" <conf name="javadoc" visibility="private" description="artiracts required while performing doc generation"
extends="common,mandatory,jetty,lucene"/> extends="common,mandatory,lucene"/>
<conf name="releaseaudit" visibility="private" <conf name="releaseaudit" visibility="private"
description="Artifacts required for releaseaudit target"/> description="Artifacts required for releaseaudit target"/>
@ -67,7 +62,7 @@
<conf name="httpclient" visibility="private" extends="commons-logging"/> <conf name="httpclient" visibility="private" extends="commons-logging"/>
<conf name="log4j" visibility="private"/> <conf name="log4j" visibility="private"/>
<conf name="lucene" visibility="private"/> <conf name="lucene" visibility="private"/>
<conf name="jdiff" visibility="private" extends="log4j,s3-client,jetty,server"/> <conf name="jdiff" visibility="private" extends="log4j,server"/>
<conf name="checkstyle" visibility="private"/> <conf name="checkstyle" visibility="private"/>
</configurations> </configurations>