Remove "core" from build.xml
----------------------------
Key: HADOOP-6159
URL: https://issues.apache.org/jira/browse/HADOOP-6159
Project: Hadoop Common
Issue Type: Bug
Components: build
Reporter: Tsz Wo (Nicholas), SZE
build.xml still creating "core" directories and other stuffs such as
{code}
<property name="test.core.build.classes"
value="${test.build.dir}/core/classes"/>
...
<property name="jdiff.stable.javadoc"
value="http://hadoop.apache.org/core/docs/r${jdiff.stable}/api/"/>
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.