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 <[email protected]> Authored: Thu Sep 13 14:24:00 2012 +0200 Committer: Wido den Hollander <[email protected]> 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:
