You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/02/22 16:22:24 UTC

svn commit: r746730 - /incubator/click/branches/click-2.0.x/build/build.xml

Author: sabob
Date: Sun Feb 22 15:22:23 2009
New Revision: 746730

URL: http://svn.apache.org/viewvc?rev=746730&view=rev
Log:
fixed javadoc to use utf-8 encoding

Modified:
    incubator/click/branches/click-2.0.x/build/build.xml

Modified: incubator/click/branches/click-2.0.x/build/build.xml
URL: http://svn.apache.org/viewvc/incubator/click/branches/click-2.0.x/build/build.xml?rev=746730&r1=746729&r2=746730&view=diff
==============================================================================
--- incubator/click/branches/click-2.0.x/build/build.xml (original)
+++ incubator/click/branches/click-2.0.x/build/build.xml Sun Feb 22 15:22:23 2009
@@ -873,6 +873,8 @@
       	       packagenames="org.apache.click.*"
          	     overview="@{overview}"
                doctitle="@{doctitle}"
+               encoding="UTF-8"
+               charset="UTF-8"
                excludepackagenames="@{excludes}">
             <classpath refid="@{classpath}"/>
             <link href="http://java.sun.com/j2se/1.4.2/docs/api/"/>