add commands-ext.properties.in to xml doc in wscript_build

This commit is contained in:
Frank 2011-01-12 16:12:52 -08:00
parent bf747a4a2e
commit b2ae923378
1 changed files with 2 additions and 1 deletions

View File

@ -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: