Return-Path: Delivered-To: apmail-incubator-abdera-commits-archive@locus.apache.org Received: (qmail 13933 invoked from network); 16 Nov 2006 18:46:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2006 18:46:52 -0000 Received: (qmail 64020 invoked by uid 500); 16 Nov 2006 18:47:02 -0000 Delivered-To: apmail-incubator-abdera-commits-archive@incubator.apache.org Received: (qmail 64009 invoked by uid 500); 16 Nov 2006 18:47:02 -0000 Mailing-List: contact abdera-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-commits@incubator.apache.org Received: (qmail 64000 invoked by uid 99); 16 Nov 2006 18:47:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 10:47:02 -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 [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 10:46:51 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 9155F1A9846; Thu, 16 Nov 2006 10:46:19 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r475858 - /incubator/abdera/java/trunk/build/build.xml Date: Thu, 16 Nov 2006 18:46:19 -0000 To: abdera-commits@incubator.apache.org From: jmsnell@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061116184619.9155F1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jmsnell Date: Thu Nov 16 10:46:18 2006 New Revision: 475858 URL: http://svn.apache.org/viewvc?view=rev&rev=475858 Log: Exclude security examples if abdera_xmlsecurity is not set Generate the md5 checksums during the build (trunk) Modified: incubator/abdera/java/trunk/build/build.xml Modified: incubator/abdera/java/trunk/build/build.xml URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/build/build.xml?view=diff&rev=475858&r1=475857&r2=475858 ============================================================================== --- incubator/abdera/java/trunk/build/build.xml (original) +++ incubator/abdera/java/trunk/build/build.xml Thu Nov 16 10:46:18 2006 @@ -347,7 +347,9 @@ destdir="${examples.work}" classpathref="jar.dependencies" classpath="${core.work};${parser.work};${protocol.work};${client.work};${server.work};${extensions.work};${security.work}" - debug="${debug}" /> + debug="${debug}"> + + @@ -451,11 +453,13 @@ - - - - + + + + + + @@ -469,6 +473,7 @@ + @@ -478,10 +483,12 @@ - - - - + + + + + + @@ -495,6 +502,7 @@ + @@ -512,6 +520,7 @@ +