Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 82494 invoked from network); 20 Sep 2005 01:18:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2005 01:18:33 -0000 Received: (qmail 81291 invoked by uid 500); 20 Sep 2005 01:18:32 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 81246 invoked by uid 500); 20 Sep 2005 01:18:32 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 81233 invoked by uid 99); 20 Sep 2005 01:18:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2005 18:18:32 -0700 X-ASF-Spam-Status: No, hits=-9.8 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; Mon, 19 Sep 2005 18:18:41 -0700 Received: (qmail 82357 invoked by uid 65534); 20 Sep 2005 01:17:31 -0000 Message-ID: <20050920011731.82356.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r290325 - /forrest/trunk/etc/cocoon_upgrade/local.build.properties Date: Tue, 20 Sep 2005 01:17:30 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: crossley Date: Mon Sep 19 18:17:25 2005 New Revision: 290325 URL: http://svn.apache.org/viewcvs?rev=290325&view=rev Log: More sync with Cocoon. The default was already to not include.sources in jars. Modified: forrest/trunk/etc/cocoon_upgrade/local.build.properties Modified: forrest/trunk/etc/cocoon_upgrade/local.build.properties URL: http://svn.apache.org/viewcvs/forrest/trunk/etc/cocoon_upgrade/local.build.properties?rev=290325&r1=290324&r2=290325&view=diff ============================================================================== --- forrest/trunk/etc/cocoon_upgrade/local.build.properties (original) +++ forrest/trunk/etc/cocoon_upgrade/local.build.properties Mon Sep 19 18:17:25 2005 @@ -34,9 +34,9 @@ exclude.documentation=true exclude.javadocs=true # Include Java source code into the binary jar files -include.sources-in-jars=false +#include.sources-in-jars=true # Include Java source code into separate, source only jar files -include.sources-jars=false +#include.sources-jars=true # ---- Configuration -----------------------------------------------------------