Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 81484 invoked from network); 20 Sep 2005 01:13:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2005 01:13:18 -0000 Received: (qmail 79420 invoked by uid 500); 20 Sep 2005 01:13:17 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 79361 invoked by uid 500); 20 Sep 2005 01:13:17 -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 79347 invoked by uid 99); 20 Sep 2005 01:13:16 -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:13:16 -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:13:26 -0700 Received: (qmail 81355 invoked by uid 65534); 20 Sep 2005 01:12:15 -0000 Message-ID: <20050920011215.81354.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r290324 - /forrest/trunk/etc/cocoon_upgrade/local.build.properties Date: Tue, 20 Sep 2005 01:12:15 -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:12:09 2005 New Revision: 290324 URL: http://svn.apache.org/viewcvs?rev=290324&view=rev Log: More sync with cocoon build.properties file. 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=290324&r1=290323&r2=290324&view=diff ============================================================================== --- forrest/trunk/etc/cocoon_upgrade/local.build.properties (original) +++ forrest/trunk/etc/cocoon_upgrade/local.build.properties Mon Sep 19 18:12:09 2005 @@ -98,6 +98,7 @@ build.mocks=${build}/mocks build.test=${build}/test build.test.output=${build.test}/output +build.test.report=${build.test}/report build.docs=${build}/docs build.docs.printer=${build}/printer-docs build.site=${build}/site @@ -125,9 +126,11 @@ build.webapp.docs=${build.webapp}/docs build.webapp.javadocs=${build.webapp}/api/java build.webapp.loglevel=INFO +build.webapp.logappend=false build.war=${build}/${name}.war # ---- Standalone-demo Build Properties ---------------------------------------- + build.standalone.demo=${build.root}/standalone-demo # ---- Compilation ------------------------------------------------------------- @@ -139,7 +142,6 @@ compiler.nowarn=on source.vm=1.4 - # ---- System Properties ------------------------------------------------------- # WARNING: you shouldn't need to modify anything below here since there is a @@ -153,8 +155,6 @@ # Directory Layout src=src -src.core=${src}/core/java -src.core.test=${src}/core/test java=${src}/java mocks=${src}/mocks test=${src}/test