mirror of https://github.com/apache/cloudstack.git
wscript_configure: Whitespace fixes
Makes reading this file a bit easier.
This commit is contained in:
parent
3bda7eb29f
commit
7beb045600
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue