You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/11/05 06:14:13 UTC

svn commit: r471366 - /db/derby/code/trunk/tools/javadoc/derbydocs_exclusions.ant

Author: fuzzylogic
Date: Sat Nov  4 21:14:13 2006
New Revision: 471366

URL: http://svn.apache.org/viewvc?view=rev&rev=471366
Log:
Add *.dtd and messages*.xml to list of exclusions for the derbydocs target.

Modified:
    db/derby/code/trunk/tools/javadoc/derbydocs_exclusions.ant

Modified: db/derby/code/trunk/tools/javadoc/derbydocs_exclusions.ant
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/javadoc/derbydocs_exclusions.ant?view=diff&rev=471366&r1=471365&r2=471366
==============================================================================
--- db/derby/code/trunk/tools/javadoc/derbydocs_exclusions.ant (original)
+++ db/derby/code/trunk/tools/javadoc/derbydocs_exclusions.ant Sat Nov  4 21:14:13 2006
@@ -14,6 +14,8 @@
 # Blank lines and comments are allowed.
 
 **/build.xml
+**/messages*.xml
+**/*.dtd
 **/*.properties
 **/*.jj
 **/*.tmpl