From bbdc1bde7f56c6f89e6a359e711e5d1ac3e47312 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 12 Jan 2011 17:42:38 -0800 Subject: [PATCH] add cloud-server-extras.jar to xml doc's dependency --- wscript_build | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wscript_build b/wscript_build index 3ab6918c117..feed289e646 100644 --- a/wscript_build +++ b/wscript_build @@ -296,15 +296,16 @@ def build_xml_api_description (): relationship = Utils.relpath(sourcedir,os.getcwd()) cp = [ _join(relationship,x) for x in task.generator.env.CLASSPATH.split(pathsep) ] - jarnames = ['utils','server','core', 'api'] + jarnames = ['utils','server','core', 'api', 'server-extras'] props = ["client/tomcatconf/commands.properties.in"] - if buildpremium: props.append("cloudstack-proprietary/premium/tomcatconf/commands-ext.properties.in") sources = [] for i in jarnames: str = 'target/jar/cloud-%s.jar' % i sources.append (str) - sources.append (props) + sources.append ("client/tomcatconf/commands.properties.in") + if buildpremium: + sources.append("cloudstack-proprietary/premium/tomcatconf/commands-ext.properties.in") buildproducts = [] for i in sources: