Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 77097 invoked from network); 21 Apr 2004 07:00:22 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 21 Apr 2004 07:00:22 -0000 Received: (qmail 34091 invoked by uid 500); 21 Apr 2004 06:59:57 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 34042 invoked by uid 500); 21 Apr 2004 06:59:57 -0000 Mailing-List: contact forrest-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-cvs@xml.apache.org Received: (qmail 34025 invoked from network); 21 Apr 2004 06:59:57 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 21 Apr 2004 06:59:57 -0000 Received: (qmail 76995 invoked by uid 65534); 21 Apr 2004 07:00:19 -0000 Date: 21 Apr 2004 07:00:19 -0000 Message-ID: <20040421070019.76961.qmail@minotaur.apache.org> From: nicolaken@apache.org To: forrest-cvs@xml.apache.org Subject: svn commit: rev 10151 - in xml/forrest/branches/copyless/src/core: . targets X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: nicolaken Date: Wed Apr 21 00:00:17 2004 New Revision: 10151 Modified: xml/forrest/branches/copyless/src/core/forrest.build.xml xml/forrest/branches/copyless/src/core/targets/context.xml Log: Don't do Ant property filterinf on config files anymore, and make don't have the webapp created when jetty is run as it uses all the files in place. Modified: xml/forrest/branches/copyless/src/core/forrest.build.xml ============================================================================== --- xml/forrest/branches/copyless/src/core/forrest.build.xml (original) +++ xml/forrest/branches/copyless/src/core/forrest.build.xml Wed Apr 21 00:00:17 2004 @@ -295,7 +295,7 @@ + depends="init, run_custom_jetty, run_default_jetty"/> + description="Run Jetty with configuration file found in Forrest"> Modified: xml/forrest/branches/copyless/src/core/targets/context.xml ============================================================================== --- xml/forrest/branches/copyless/src/core/targets/context.xml (original) +++ xml/forrest/branches/copyless/src/core/targets/context.xml Wed Apr 21 00:00:17 2004 @@ -59,7 +59,7 @@ - + @@ -86,13 +86,13 @@ validate, init, bare-context, copy-sitemap, copy-conf, upgrade-skinconf, copy-status"/> - - @@ -102,14 +102,14 @@ - + - +