You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/03/30 15:51:54 UTC

svn commit: r1583140 - in /commons/proper/lang/trunk: build.xml pom.xml

Author: britter
Date: Sun Mar 30 13:51:54 2014
New Revision: 1583140

URL: http://svn.apache.org/r1583140
Log:
Reverting changes from r1582981 due to vetos by Sebb and Gary Gregory

Modified:
    commons/proper/lang/trunk/build.xml
    commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/build.xml?rev=1583140&r1=1583139&r2=1583140&view=diff
==============================================================================
--- commons/proper/lang/trunk/build.xml (original)
+++ commons/proper/lang/trunk/build.xml Sun Mar 30 13:51:54 2014
@@ -122,9 +122,7 @@
                  bottom="Copyright © 2001-${current.year} - Apache Software Foundation"
                  use="true"
                  encoding="${compile.encoding}"
-                 source="${compile.source}"
-                 additionalparam="-Xdoclint:none">
-                 <!-- Disable Xdoclint, until JavaDoc issues are fixed -->
+                 source="${compile.source}">
             <classpath refid="compile.classpath"/>
             <link href="${jdk.javadoc}"/>
             <link href="${collections.javadoc}"/>

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1583140&r1=1583139&r2=1583140&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sun Mar 30 13:51:54 2014
@@ -520,9 +520,6 @@
     <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.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
-
-    <!-- Disable Xdoclint, until JavaDoc issues are fixed -->
-    <additionalparam>-Xdoclint:none</additionalparam>
   </properties>