fix build path of api xml doc

This commit is contained in:
Frank 2011-01-28 20:19:06 -08:00
parent 7ec201bc69
commit 0279f8cc96
1 changed files with 2 additions and 1 deletions

View File

@ -310,7 +310,8 @@ def build_xml_api_description ():
str = 'target/jar/cloud-%s.jar' % i
sources.append (str)
sources.append ("client/tomcatconf/commands.properties.in")
sources.append("client/tomcatconf/commands-ext.properties.in")
if buildpremium:
sources.append("cloudstack-proprietary/premium/tomcatconf/commands-ext.properties.in")
buildproducts = []
for i in sources: