Return-Path: Delivered-To: apmail-avalon-cvs-archive@www.apache.org Received: (qmail 93652 invoked from network); 10 Jul 2004 11:17:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Jul 2004 11:17:09 -0000 Received: (qmail 91424 invoked by uid 500); 10 Jul 2004 11:17:09 -0000 Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 91385 invoked by uid 500); 10 Jul 2004 11:17:08 -0000 Mailing-List: contact cvs-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list cvs@avalon.apache.org Received: (qmail 91372 invoked by uid 99); 10 Jul 2004 11:17:08 -0000 X-ASF-Spam-Status: No, hits=0.5 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.27.1) with SMTP; Sat, 10 Jul 2004 04:17:08 -0700 Received: (qmail 93603 invoked by uid 65534); 10 Jul 2004 11:17:07 -0000 Date: 10 Jul 2004 11:17:07 -0000 Message-ID: <20040710111707.93600.qmail@minotaur.apache.org> From: mcconnell@apache.org To: cvs@avalon.apache.org Subject: svn commit: rev 22788 - in avalon/trunk/central/site: . src/xdocs/products/runtime/execmodes X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: mcconnell Date: Sat Jul 10 04:17:06 2004 New Revision: 22788 Modified: avalon/trunk/central/site/build.xml avalon/trunk/central/site/src/xdocs/products/runtime/execmodes/generic.xml Log: Update it propertly. Modified: avalon/trunk/central/site/build.xml ============================================================================== --- avalon/trunk/central/site/build.xml (original) +++ avalon/trunk/central/site/build.xml Sat Jul 10 04:17:06 2004 @@ -10,6 +10,8 @@ + Modified: avalon/trunk/central/site/src/xdocs/products/runtime/execmodes/generic.xml ============================================================================== --- avalon/trunk/central/site/src/xdocs/products/runtime/execmodes/generic.xml (original) +++ avalon/trunk/central/site/src/xdocs/products/runtime/execmodes/generic.xml Sat Jul 10 04:17:06 2004 @@ -103,7 +103,7 @@ // order to execute. // - String spec = "artifact:merlin/merlin-impl#3.3.0"; + String spec = @@MERLIN-URI@@; Artifact artifact = Artifact.createArtifact( spec ); Builder builder = context.newBuilder( artifact ); --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org