Author: trustin
Date: Tue Dec 12 23:07:17 2006
New Revision: 486521
URL: http://svn.apache.org/viewvc?view=rev&rev=486521
Log:
Fixed window title for JavaDoc
Modified:
mina/branches/1.0/pom.xml
mina/branches/1.1/pom.xml
mina/trunk/pom.xml
Modified: mina/branches/1.0/pom.xml
URL:
http://svn.apache.org/viewvc/mina/branches/1.0/pom.xml?view=diff&rev=486521&r1=486520&r2=486521
==============================================================================
--- mina/branches/1.0/pom.xml (original)
+++ mina/branches/1.0/pom.xml Tue Dec 12 23:07:17 2006
@@ -210,6 +210,7 @@
<breakiterator>true</breakiterator>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
+ <windowtitle>Apache MINA ${project.version} API
Documentation</windowtitle>
<doctitle>Apache MINA ${project.version} API Documentation</doctitle>
<encoding>UTF-8</encoding>
<excludePackageNames>*.support:*.example.*</excludePackageNames>
Modified: mina/branches/1.1/pom.xml
URL:
http://svn.apache.org/viewvc/mina/branches/1.1/pom.xml?view=diff&rev=486521&r1=486520&r2=486521
==============================================================================
--- mina/branches/1.1/pom.xml (original)
+++ mina/branches/1.1/pom.xml Tue Dec 12 23:07:17 2006
@@ -153,6 +153,7 @@
<breakiterator>true</breakiterator>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
+ <windowtitle>Apache MINA ${project.version} API
Documentation</windowtitle>
<doctitle>Apache MINA ${project.version} API Documentation</doctitle>
<encoding>UTF-8</encoding>
<excludePackageNames>*.support:*.example.*</excludePackageNames>
Modified: mina/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/pom.xml?view=diff&rev=486521&r1=486520&r2=486521
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Tue Dec 12 23:07:17 2006
@@ -153,6 +153,7 @@
<breakiterator>true</breakiterator>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
+ <windowtitle>Apache MINA ${project.version} API
Documentation</windowtitle>
<doctitle>Apache MINA ${project.version} API Documentation</doctitle>
<encoding>UTF-8</encoding>
<excludePackageNames>*.support:*.example.*</excludePackageNames>