Fix broken build

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@630060 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2008-02-22 00:43:57 +00:00
parent 65bad043eb
commit 8cfd4d2969

View File

@ -297,7 +297,7 @@
<pathelement location="${src.test}"/>
<pathelement location="${build.test}" />
<path refid="classpath"/>
<pathelement location="${build.webapps}"/>
<pathelement location="${build.dir}"/>
</path>
<target name="compile-test" depends="compile" >