Index: ivy.xml =================================================================== --- ivy.xml (revision 820411) +++ ivy.xml (working copy) @@ -28,7 +28,7 @@ + extends="client,server,s3-server,kfs,mandatory,jetty,ftp"/> @@ -46,23 +46,20 @@ - + + + + - - - - - @@ -276,7 +273,7 @@ + conf="common->default"/> - - + Index: ivy/hadoop-core-test-template.xml =================================================================== --- ivy/hadoop-core-test-template.xml (revision 0) +++ ivy/hadoop-core-test-template.xml (revision 0) @@ -0,0 +1,53 @@ + + + + + 4.0.0 + org.apache.hadoop + hadoop-core-test + jar + @version + + + org.apache.hadoop + hadoop-core + @version + + + org.apache.ftpserver + ftplet-api + 1.0.0 + + + org.apache.mina + mina-core + 2.0.0-M5 + + + org.apache.ftpserver + ftpserver-core + 1.0.0 + + + org.apache.ftpserver + ftpserver-deprecated + 1.0.0-M2 + + + Index: ivy/ivysettings.xml =================================================================== --- ivy/ivysettings.xml (revision 820411) +++ ivy/ivysettings.xml (working copy) @@ -1,5 +1,4 @@ - - - - - - - - - - + + + + + + + - - + + + - - - - - - - - - - - - - - - - - Index: ivy/libraries.properties =================================================================== --- ivy/libraries.properties (revision 820411) +++ ivy/libraries.properties (working copy) @@ -14,7 +14,8 @@ #It drives ivy and the generation of a maven POM #These are the versions of our dependencies (in alphabetical order) -apacheant.version=1.7.0 +apacheant.version=1.7.1 +ant-task.version=2.0.10 avro.version=1.1.0 @@ -41,8 +42,7 @@ hsqldb.version=1.8.0.10 -#ivy.version=2.0.0-beta2 -ivy.version=2.0.0-rc2 +ivy.version=2.1.0-rc1 jackson.version=1.0.1 Index: ivy/hadoop-core-template.xml =================================================================== --- ivy/hadoop-core-template.xml (revision 0) +++ ivy/hadoop-core-template.xml (revision 0) @@ -0,0 +1,127 @@ + + + + 4.0.0 + org.apache.hadoop + hadoop-core + jar + @version + + + commons-cli + commons-cli + 1.2 + + + xmlenc + xmlenc + 0.52 + + + commons-httpclient + commons-httpclient + 3.0.1 + + + commons-codec + commons-codec + 1.3 + + + commons-net + commons-net + 1.4.1 + + + org.mortbay.jetty + jetty + 6.1.14 + + + org.mortbay.jetty + jetty-util + 6.1.14 + + + tomcat + jasper-runtime + 5.5.12 + + + tomcat + jasper-compiler + 5.5.12 + + + org.mortbay.jetty + jsp-api-2.1 + 6.1.14 + + + org.mortbay.jetty + jsp-2.1 + 6.1.14 + + + commons-el + commons-el + 1.0 + + + net.java.dev.jets3t + jets3t + 0.7.1 + + + commons-net + commons-net + 1.4.1 + + + org.mortbay.jetty + servlet-api-2.5 + 6.1.14 + + + net.sf.kosmosfs + kfs + 0.3 + + + junit + junit + 4.5 + + + hsqldb + hsqldb + 1.8.0.10 + + + oro + oro + 2.0.8 + + + org.apache.hadoop + avro + 1.0.0 + + + Index: ivy/hadoop-core.pom =================================================================== --- ivy/hadoop-core.pom (revision 820411) +++ ivy/hadoop-core.pom (working copy) @@ -1,257 +0,0 @@ - - - - - 4.0.0 - org.apache.hadoop - hadoop-core - jar - ${hadoop.version} - - Hadoop is the distributed computing framework of Apache; hadoop-core contains - the filesystem, job tracker and map/reduce modules - - - - Apache License, Version 2.0 - http://apache.org/licenses/LICENSE-2.0 - - - - - - - - commons-logging - commons-logging - ${commons-logging.version} - - - avalon-framework - avalon-framework - - - javax.servlet - servlet-api - - - junit - junit - - - logkit - logkit - - - log4j - log4j - - - - - - log4j - log4j - ${log4j.version} - optional - - - javax.mail - mail - - - javax.jms - jms - - - com.sun.jdmk - jmxtools - - - com.sun.jmx - jmxri - - - - - - - org.slf4j - slf4j-api - ${slf4j-api.version} - optional - - - org.slf4j - slf4j-log4j12 - ${slf4j-log4j12.version} - optional - - - log4j - log4j - - - - - - - - commons-httpclient - commons-httpclient - 3.1 - optional - - - commons-logging - commons-logging - - - junit - junit - - - - - commons-codec - commons-codec - 1.3 - optional - - - - - commons-cli - commons-cli - 2.0-20070823 - optional - - - - - - commons-net - commons-net - 1.4.1 - optional - - - - - javax.servlet - servlet-api - ${servlet-api.version} - optional - - - jetty - org.mortbay.jetty - ${jetty.version} - optional - - - - - - - org.mortbay.jetty - jsp-2.1 - ${jetty.version} - optional - - - org.mortbay.jetty - jsp-api-2.1 - ${jetty.version} - optional - - - commons-el - commons-el - ${commons-el.version} - optional - - - - - - - org.eclipse.jdt - core - ${core.version} - optional - - - org.apache.ant - ant - ${apacheant.version} - optional - - - - - - net.java.dev.jets3t - jets3t - ${jets3t.version} - optional - - - commons-logging - commons-logging - - - junit - junit - - - - - - - - - - xmlenc - xmlenc - 0.52 - optional - - - Index: build.xml =================================================================== --- build.xml (revision 820411) +++ build.xml (working copy) @@ -18,7 +18,8 @@ --> + xmlns:ivy="antlib:org.apache.ivy.ant" + xmlns:artifact="urn:maven-artifact-ant"> @@ -27,7 +28,7 @@ - + @@ -123,10 +124,16 @@ + + + - + + + @@ -134,17 +141,20 @@ - - - - + + + + + + + - + @@ -363,7 +373,7 @@ - + @@ -554,7 +564,7 @@ - + @@ -570,7 +580,7 @@ - + @@ -589,7 +599,8 @@ - + @@ -657,7 +668,8 @@ - + @@ -672,8 +684,8 @@ - @@ -688,11 +700,13 @@ - + - + @@ -707,8 +721,7 @@ windowtitle="${Name} ${version} API" doctitle="${Name} ${version} Developer API" bottom="Copyright © ${year} The Apache Software Foundation" - maxmemory="${javadoc.maxmemory}" - > + maxmemory="${javadoc.maxmemory}"> @@ -753,8 +766,7 @@ windowtitle="${Name} ${version} API" doctitle="${Name} ${version} API" bottom="Copyright © ${year} The Apache Software Foundation" - maxmemory="${javadoc.maxmemory}" - > + maxmemory="${javadoc.maxmemory}"> @@ -863,7 +875,7 @@ - + @@ -963,7 +975,7 @@ - + @@ -1017,7 +1029,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1046,6 +1112,9 @@ + + + @@ -1055,12 +1124,13 @@ - + - + @@ -1210,7 +1280,9 @@ - + + @@ -1225,10 +1297,6 @@ - - - - @@ -1259,7 +1327,7 @@ + description="Retrieve Ivy-managed artifacts for the jdiff configurations"> @@ -1272,13 +1340,6 @@ - - - - - - - - - - - - - Not found: ${hadoop-core.jar} - Please run the target "jar" in the main build file - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -