Return-Path: Delivered-To: apmail-incubator-myfaces-cvs-archive@www.apache.org Received: (qmail 53835 invoked from network); 14 Apr 2005 22:27:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Apr 2005 22:27:51 -0000 Received: (qmail 81522 invoked by uid 500); 14 Apr 2005 22:27:50 -0000 Delivered-To: apmail-incubator-myfaces-cvs-archive@incubator.apache.org Received: (qmail 81494 invoked by uid 500); 14 Apr 2005 22:27:50 -0000 Mailing-List: contact myfaces-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" > Delivered-To: mailing list myfaces-cvs@incubator.apache.org Received: (qmail 81477 invoked by uid 99); 14 Apr 2005 22:27:50 -0000 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 minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 14 Apr 2005 15:27:49 -0700 Received: (qmail 53793 invoked by uid 2030); 14 Apr 2005 22:27:48 -0000 Date: 14 Apr 2005 22:27:48 -0000 Message-ID: <20050414222748.53792.qmail@minotaur.apache.org> From: schof@apache.org To: incubator-myfaces-cvs@apache.org Subject: cvs commit: incubator-myfaces/build bootstrap.properties.local.sample bootstrap.xml build.xml X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N schof 2005/04/14 15:27:48 Modified: build bootstrap.properties.local.sample bootstrap.xml build.xml Log: first set of changes to accomodate apache release procedure Revision Changes Path 1.2 +2 -1 incubator-myfaces/build/bootstrap.properties.local.sample Index: bootstrap.properties.local.sample =================================================================== RCS file: /home/cvs/incubator-myfaces/build/bootstrap.properties.local.sample,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bootstrap.properties.local.sample 31 Mar 2005 03:33:32 -0000 1.1 +++ bootstrap.properties.local.sample 14 Apr 2005 22:27:48 -0000 1.2 @@ -1,2 +1,3 @@ apache.username=foo -apache.password=bar \ No newline at end of file +apache.password=bar +release.dir=c:\foo \ No newline at end of file 1.4 +16 -3 incubator-myfaces/build/bootstrap.xml Index: bootstrap.xml =================================================================== RCS file: /home/cvs/incubator-myfaces/build/bootstrap.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bootstrap.xml 31 Mar 2005 22:18:56 -0000 1.3 +++ bootstrap.xml 14 Apr 2005 22:27:48 -0000 1.4 @@ -133,7 +133,7 @@ - + @@ -147,14 +147,23 @@ - + + + + + + + + + @@ -162,6 +171,10 @@ The build.version property must be set. (ex. ant -buildfile bootstrap.xml -Dbuild.version=1_0_9 clean release) + + + The release.dir property must be set (use command line or bootstrap.local.properies.) + 1.95 +19 -8 incubator-myfaces/build/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/incubator-myfaces/build/build.xml,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- build.xml 11 Apr 2005 18:50:28 -0000 1.94 +++ build.xml 14 Apr 2005 22:27:48 -0000 1.95 @@ -374,8 +374,8 @@ - - + + @@ -441,8 +441,8 @@ - - + + @@ -762,17 +762,28 @@ - + + + + - + - + - + + + + + gpg -o ${app.release.tgz}.asc --detach-sig ${app.release.tgz} + gpg --verify ${app.release.tgz}.asc ${app.release.tgz} + gpg -o ${app.release.zip}.asc --detach-sig ${app.release.zip} + gpg --verify ${app.release.zip}.asc ${app.release.zip} +