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/trunk@1297274 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c1b07064c7
commit
03e4684fa5
|
@ -342,6 +342,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