You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ro...@apache.org on 2007/01/03 16:49:55 UTC

svn commit: r492188 - /jakarta/httpcomponents/httpclient/trunk/build.xml

Author: rolandw
Date: Wed Jan  3 07:49:54 2007
New Revision: 492188

URL: http://svn.apache.org/viewvc?view=rev&rev=492188
Log:
JavaDoc build fixes

Modified:
    jakarta/httpcomponents/httpclient/trunk/build.xml

Modified: jakarta/httpcomponents/httpclient/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpclient/trunk/build.xml?view=diff&rev=492188&r1=492187&r2=492188
==============================================================================
--- jakarta/httpcomponents/httpclient/trunk/build.xml (original)
+++ jakarta/httpcomponents/httpclient/trunk/build.xml Wed Jan  3 07:49:54 2007
@@ -83,7 +83,7 @@
 
 <path id="classpath.client.compile">
   <pathelement location="${httpcore.jar}"/>
-<!--     <pathelement location="${commons-logging.jar}"/> -->
+  <pathelement location="${commons-logging.jar}"/>
 </path>
 
 <path id="classpath.client.javadoc">
@@ -400,6 +400,7 @@
 >
         <mkdir dir="${dist.client.api}" />
         <javadoc destdir="${dist.client.api}"
+                encoding="UTF-8"
                   access="${javadoc.access}"
                  version="true"
                   author="true"
@@ -436,6 +437,7 @@
 >
         <mkdir dir="${dist.client.api}" />
         <javadoc destdir="${dist.client.api}"
+                encoding="UTF-8"
                   access="${javadoc.access}"
                  version="true"
                   author="true"