Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1871BD722 for ; Thu, 13 Sep 2012 18:43:54 +0000 (UTC) Received: (qmail 90082 invoked by uid 500); 13 Sep 2012 18:43:50 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 89944 invoked by uid 500); 13 Sep 2012 18:43:50 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 89598 invoked by uid 99); 13 Sep 2012 18:43:49 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 18:43:49 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3A2C336528; Thu, 13 Sep 2012 18:43:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ahuang@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [15/50] [abbrv] git commit: wscript_configure: Whitespace fixes Message-Id: <20120913184349.3A2C336528@tyr.zones.apache.org> Date: Thu, 13 Sep 2012 18:43:49 +0000 (UTC) wscript_configure: Whitespace fixes Makes reading this file a bit easier. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7beb0456 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7beb0456 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7beb0456 Branch: refs/heads/javelin Commit: 7beb04560056b85b6d9b3a62404e36b012ee1499 Parents: 3bda7eb Author: Wido den Hollander Authored: Thu Sep 13 14:24:00 2012 +0200 Committer: Wido den Hollander Committed: Thu Sep 13 16:29:01 2012 +0200 ---------------------------------------------------------------------- wscript_configure | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7beb0456/wscript_configure ---------------------------------------------------------------------- diff --git a/wscript_configure b/wscript_configure index b1abfed..44953a8 100644 --- a/wscript_configure +++ b/wscript_configure @@ -110,18 +110,18 @@ systemjars = { ( "servlet-api.jar", ), - 'openSUSE': - ( - "tomcat6-servlet-2.5-api.jar", - "tomcat6-jsp-2.1-api-6.0.24.jar", - "tomcat6-el-1.0-api.jar" - ), - 'SLES': - ( - "tomcat6-servlet-2.5-api.jar", - "tomcat6-jsp-2.1-api-6.0.24.jar", - "tomcat6-el-1.0-api.jar" - ) + 'openSUSE': + ( + "tomcat6-servlet-2.5-api.jar", + "tomcat6-jsp-2.1-api-6.0.24.jar", + "tomcat6-el-1.0-api.jar" + ), + 'SLES': + ( + "tomcat6-servlet-2.5-api.jar", + "tomcat6-jsp-2.1-api-6.0.24.jar", + "tomcat6-el-1.0-api.jar" + ) } #A JAR dependency may be: