Reverting changes from r1582981 due to vetos by Sebb and Gary Gregory

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1583140 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-03-30 13:51:54 +00:00
parent c95fa44d03
commit 97f67d717b
2 changed files with 1 additions and 6 deletions

View File

@ -122,9 +122,7 @@
bottom="Copyright © 2001-${current.year} - Apache Software Foundation" bottom="Copyright © 2001-${current.year} - Apache Software Foundation"
use="true" use="true"
encoding="${compile.encoding}" encoding="${compile.encoding}"
source="${compile.source}" source="${compile.source}">
additionalparam="-Xdoclint:none">
<!-- Disable Xdoclint, until JavaDoc issues are fixed -->
<classpath refid="compile.classpath"/> <classpath refid="compile.classpath"/>
<link href="${jdk.javadoc}"/> <link href="${jdk.javadoc}"/>
<link href="${collections.javadoc}"/> <link href="${collections.javadoc}"/>

View File

@ -520,9 +520,6 @@
<commons.site.path>lang</commons.site.path> <commons.site.path>lang</commons.site.path>
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-lang</commons.scmPubUrl> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-lang</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
<!-- Disable Xdoclint, until JavaDoc issues are fixed -->
<additionalparam>-Xdoclint:none</additionalparam>
</properties> </properties>