]> source.dussan.org Git - poi.git/commitdiff
Use en-locale for javadoc otherwise apidocs contains <html lang="de"> attributes
authorAndreas Beeker <kiwiwings@apache.org>
Wed, 6 May 2015 23:17:18 +0000 (23:17 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Wed, 6 May 2015 23:17:18 +0000 (23:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678109 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 24c757c4f30d7e330b8adf54f17fba3b70fa0949..43747613cb9bb86645c1aa5b1aea12a49ac4d00e 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1245,7 +1245,7 @@ under the License.
             description="Generates the API documentation">
         <javadoc verbose="false" author="true" destdir="${apidocs.report.dir}"
                  windowtitle="POI API Documentation" use="true" version="true" 
-                 maxmemory="384M" additionalparam="-notimestamp" 
+                 maxmemory="384M" additionalparam="-notimestamp" locale="en_US" 
                  classpathref="javadoc.classpath">
             <packageset dir="${main.src}" defaultexcludes="yes">
                 <include name="org/apache/poi/**"/>
@@ -1473,7 +1473,7 @@ under the License.
         <mkdir dir="${build.maven.javadocs}"/>
         <javadoc verbose="false" author="false" destdir="${build.maven.javadocs}"
                  windowtitle="POI API Documentation" use="false" version="false" 
-                 maxmemory="384M" additionalparam="-notimestamp -quiet"
+                 maxmemory="384M" additionalparam="-notimestamp -quiet" locale="en_US"
                  classpathref="javadoc.classpath">
             <packageset dir="${srcfolder}" defaultexcludes="yes">
                 <include name="org/apache/poi/**"/>