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:
parent
fe479755c3
commit
3d3e1ff3f8
@ -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
|
||||
|
@ -38,4 +38,8 @@
|
||||
</fileset>
|
||||
</py-test>
|
||||
</target>
|
||||
<target name="compile"/>
|
||||
<target name="package"/>
|
||||
<target name="test" depends="test-py"/>
|
||||
<target name="clean"/>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user