HADOOP-6462. Target compile does not exist in contrib/cloud.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@893248 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas White 2009-12-22 18:02:45 +00:00
parent fe479755c3
commit 3d3e1ff3f8
2 changed files with 6 additions and 0 deletions

View File

@ -106,6 +106,8 @@ Trunk (unreleased changes)
HADOOP-6391. Classpath should not be part of command line arguments.
(Cristian Ivascu via tomwhite)
HADOOP-6462. Target "compile" does not exist in contrib/cloud. (tomwhite)
Release 0.21.0 - Unreleased
INCOMPATIBLE CHANGES

View File

@ -38,4 +38,8 @@
</fileset>
</py-test>
</target>
<target name="compile"/>
<target name="package"/>
<target name="test" depends="test-py"/>
<target name="clean"/>
</project>