Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 73155 invoked from network); 22 Feb 2006 07:46:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Feb 2006 07:46:22 -0000 Received: (qmail 45185 invoked by uid 500); 22 Feb 2006 07:46:22 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 45160 invoked by uid 500); 22 Feb 2006 07:46:22 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 45148 invoked by uid 99); 22 Feb 2006 07:46:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2006 23:46:21 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 21 Feb 2006 23:46:21 -0800 Received: (qmail 72852 invoked by uid 65534); 22 Feb 2006 07:46:01 -0000 Message-ID: <20060222074601.72851.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r379721 - /db/derby/code/trunk/tools/javadoc/derbydocs_exclusions.ant Date: Wed, 22 Feb 2006 07:46:00 -0000 To: derby-commits@db.apache.org From: fuzzylogic@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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