Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 45222 invoked from network); 29 Jun 2010 07:02:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jun 2010 07:02:06 -0000 Received: (qmail 61836 invoked by uid 500); 29 Jun 2010 07:02:05 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 61770 invoked by uid 500); 29 Jun 2010 07:02:04 -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 61763 invoked by uid 99); 29 Jun 2010 07:02:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 07:02:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jun 2010 07:02:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3D8F82388A66; Tue, 29 Jun 2010 07:00:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r958850 - /forrest/trunk/plugins/build.xml Date: Tue, 29 Jun 2010 07:00:37 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100629070037.3D8F82388A66@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: crossley Date: Tue Jun 29 07:00:36 2010 New Revision: 958850 URL: http://svn.apache.org/viewvc?rev=958850&view=rev Log: The plugins "deploy" and "release" targets now depend on "publish" property of a plugin's build.xml file. Issue: FOR-1199 Modified: forrest/trunk/plugins/build.xml Modified: forrest/trunk/plugins/build.xml URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/build.xml?rev=958850&r1=958849&r2=958850&view=diff ============================================================================== --- forrest/trunk/plugins/build.xml (original) +++ forrest/trunk/plugins/build.xml Tue Jun 29 07:00:36 2010 @@ -52,6 +52,9 @@ + + + @@ -173,7 +176,7 @@ + depends="deploy-ready, clean, dist, docs, checkout-deployed-docs, deploy-plugins.xml"> Deploying plugin documentation to the web server @@ -259,7 +262,7 @@ + depends="deploy-ready, clean, deploy-plugins.xml, deploy-docs, dist, checkout-deployed-plugins"> Releasing versioned plugin ${plugin-name} to the download server + + + The value of the "publish" property in this plugin's build.xml file must be set to "true". + + + depends="deploy-ready, clean, deploy-plugins.xml, deploy-docs, dist, checkout-deployed-plugins" + if="publish.true"> Deploying unversioned plugin ${plugin-name} to the download server