fix rpm build

exclude agent-simulator.jar
This commit is contained in:
Frank 2011-06-07 10:59:32 -07:00
parent b2782842f7
commit ad6b19348c
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@ def build_jars ():
"cloud-commons-httpclient-3.1.jar", "cloud-commons-pool-1.4.jar",
"cloud-servlet-api.jar", "cloud-commons-logging-1.1.1.jar",
"cloud-ws-commons-util-1.0.2.jar",
"cloud-commons-collections-3.2.1.jar", "vmware*.jar", "cloud-secstorage-extras.jar"]
"cloud-commons-collections-3.2.1.jar", "vmware*.jar", "cloud-secstorage-extras.jar",
"cloud-agent-simulator.jar"]
for a in jars_str:
if _basename (a).startswith ("cloud-") \