You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2005/12/06 05:51:41 UTC

svn commit: r354309 - in /directory/network/trunk: project.properties src/java/org/apache/mina/util/package.html

Author: trustin
Date: Mon Dec  5 20:51:34 2005
New Revision: 354309

URL: http://svn.apache.org/viewcvs?rev=354309&view=rev
Log:
* Removed *.support packages from JavaDoc
* org.apache.mina.util is not an internal class anymore

Modified:
    directory/network/trunk/project.properties
    directory/network/trunk/src/java/org/apache/mina/util/package.html

Modified: directory/network/trunk/project.properties
URL: http://svn.apache.org/viewcvs/directory/network/trunk/project.properties?rev=354309&r1=354308&r2=354309&view=diff
==============================================================================
--- directory/network/trunk/project.properties (original)
+++ directory/network/trunk/project.properties Mon Dec  5 20:51:34 2005
@@ -23,7 +23,8 @@
 maven.junit.fork=no
 #maven.junit.jvmargs=-Xmx160m -verbose -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
 
-maven.javadoc.links = http://java.sun.com/j2se/1.5.0/docs/api/, http://www.junit.org/junit/javadoc/3.8.1/, http://www.slf4j.org/api/, http://static.springframework.org/spring/docs/1.2.x/api/
+maven.javadoc.links=http://java.sun.com/j2se/1.5.0/docs/api/, http://www.junit.org/junit/javadoc/3.8.1/, http://www.slf4j.org/api/, http://static.springframework.org/spring/docs/1.2.x/api/
+maven.javadoc.excludepackagenames=org.apache.mina.common.support, org.apache.mina.filter.support, org.apache.mina.filter.codec.support, org.apache.mina.handler.support, org.apache.mina.integration.spring.support, org.apache.mina.transport.socket.nio.support, org.apache.mina.transport.vmpipe.support
 
 # Eclipse settings.
 maven.eclipse.junit=3.8.1

Modified: directory/network/trunk/src/java/org/apache/mina/util/package.html
URL: http://svn.apache.org/viewcvs/directory/network/trunk/src/java/org/apache/mina/util/package.html?rev=354309&r1=354308&r2=354309&view=diff
==============================================================================
--- directory/network/trunk/src/java/org/apache/mina/util/package.html (original)
+++ directory/network/trunk/src/java/org/apache/mina/util/package.html Mon Dec  5 20:51:34 2005
@@ -3,6 +3,6 @@
 <head>
 </head>
 <body>
-Internal classes used by MINA.
+Miscellaneous utility classes
 </body>
 </html>