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/02/22 08:46:00 UTC

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

Author: fuzzylogic
Date: Tue Feb 21 23:45:57 2006
New Revision: 379721

URL: http://svn.apache.org/viewcvs?rev=379721&view=rev
Log:
Exclude *.rej from the javadoc build to prevent rejected patch hunks from
interefering with the build.

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/viewcvs/db/derby/code/trunk/tools/javadoc/derbydocs_exclusions.ant?rev=379721&r1=379720&r2=379721&view=diff
==============================================================================
--- db/derby/code/trunk/tools/javadoc/derbydocs_exclusions.ant (original)
+++ db/derby/code/trunk/tools/javadoc/derbydocs_exclusions.ant Tue Feb 21 23:45:57 2006
@@ -1,28 +1,29 @@
-# This file contains a list of the files that do not go into our
-# javadoc currently. These are files which can only be compiled
-# on jdk 1.6. When we fully support jdk 1.6 we can prune
-# these exclusions.
-#
-# Add new files to the appropriate package section; add new sections
-# for new packages.
-#
-# IMPORTANT: if you are adding a new package, be sure to add it to
-#            the list of packages in the publishedapi target in
-#            the toplevel build.xml file.
-#
-# Please do not add whitespace in front of class names.
-# Blank lines and comments are allowed.
-
-org/apache/derby/jdbc/*40.java
-org/apache/derby/client/net/*40.java
-org/apache/derby/iapi/jdbc/*40.java
-org/apache/derby/impl/jdbc/*40.java
-org/apache/derby/impl/jdbc/EmbedRowId.java
-org/apache/derby/client/*40.java
-org/apache/derby/client/am/*40.java
-org/apache/derby/client/am/RowId.java
-**/build.xml
-**/*.properties
-**/*.jj
-**/*.tmpl
-**/package.html
+# This file contains a list of the files that do not go into our
+# javadoc currently. These are files which can only be compiled
+# on jdk 1.6. When we fully support jdk 1.6 we can prune
+# these exclusions.
+#
+# Add new files to the appropriate package section; add new sections
+# for new packages.
+#
+# IMPORTANT: if you are adding a new package, be sure to add it to
+#            the list of packages in the publishedapi target in
+#            the toplevel build.xml file.
+#
+# Please do not add whitespace in front of class names.
+# Blank lines and comments are allowed.
+
+org/apache/derby/jdbc/*40.java
+org/apache/derby/client/net/*40.java
+org/apache/derby/iapi/jdbc/*40.java
+org/apache/derby/impl/jdbc/*40.java
+org/apache/derby/impl/jdbc/EmbedRowId.java
+org/apache/derby/client/*40.java
+org/apache/derby/client/am/*40.java
+org/apache/derby/client/am/RowId.java
+**/build.xml
+**/*.properties
+**/*.jj
+**/*.tmpl
+**/package.html
+**/*.rej