From b2ae923378a1628a38b4d16baaf7336786667579 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 12 Jan 2011 16:12:52 -0800 Subject: [PATCH] add commands-ext.properties.in to xml doc in wscript_build --- wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wscript_build b/wscript_build index 1a31647fed2..3ab6918c117 100644 --- a/wscript_build +++ b/wscript_build @@ -297,7 +297,8 @@ def build_xml_api_description (): cp = [ _join(relationship,x) for x in task.generator.env.CLASSPATH.split(pathsep) ] jarnames = ['utils','server','core', 'api'] - props = "client/tomcatconf/commands.properties.in" + props = ["client/tomcatconf/commands.properties.in"] + if buildpremium: props.append("cloudstack-proprietary/premium/tomcatconf/commands-ext.properties.in") sources = [] for i in jarnames: