svn merge -c 1297274 from trunk to branch-0.23 FIXES HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing (Khiwal Lee via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1297275 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68e54b192d
commit
73bcd8da8a
|
@ -175,6 +175,9 @@ Release 0.23.2 - UNRELEASED
|
|||
HADOOP-8123. Use java.home rather than env.JAVA_HOME for java in the
|
||||
project. (Jonathan Eagles via acmurthy)
|
||||
|
||||
HADOOP-8064. Remove unnecessary dependency on w3c.org in document processing
|
||||
(Khiwal Lee via bobby)
|
||||
|
||||
Release 0.23.1 - 2012-02-17
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -180,7 +180,9 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<!-- Disable generation of pdf using maven-pdf-plugin until v.1.2 is released.
|
||||
See Hadoop 8064 for details. -->
|
||||
<!--plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-pdf-plugin</artifactId>
|
||||
<executions>
|
||||
|
@ -192,7 +194,7 @@
|
|||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugin-->
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue