Merge -c 1433461 from trunk to branch-2 to fix HDFS-4399. Fix RAT warnings by excluding images sub-dir in docs. Contributed by Thomas Graves.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1433467 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3943008b07
commit
5e826c4b28
|
@ -524,6 +524,9 @@ Release 2.0.3-alpha - Unreleased
|
||||||
HDFS-2908. Add apache license header for StorageReport.java. (Brandon Li
|
HDFS-2908. Add apache license header for StorageReport.java. (Brandon Li
|
||||||
via tgraves)
|
via tgraves)
|
||||||
|
|
||||||
|
HDFS-4399. Fix RAT warnings by excluding images sub-dir in docs. (Thomas
|
||||||
|
Graves via acmurthy)
|
||||||
|
|
||||||
Release 2.0.2-alpha - 2012-09-07
|
Release 2.0.2-alpha - 2012-09-07
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -516,6 +516,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<exclude>src/main/webapps/datanode/robots.txt</exclude>
|
<exclude>src/main/webapps/datanode/robots.txt</exclude>
|
||||||
<exclude>src/main/docs/releasenotes.html</exclude>
|
<exclude>src/main/docs/releasenotes.html</exclude>
|
||||||
<exclude>src/contrib/**</exclude>
|
<exclude>src/contrib/**</exclude>
|
||||||
|
<exclude>src/site/resources/images/*</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue