mirror of https://github.com/apache/cloudstack.git
Don't zip Api xml doc directory in java code, rpm script will do it
This commit is contained in:
parent
0a05b9c075
commit
4418e8f245
|
|
@ -201,10 +201,10 @@ public class ApiXmlDocWriter {
|
|||
regularUserSorted.close();
|
||||
|
||||
//gzip directory with xml doc
|
||||
zipDir(dirName + "xmldoc.zip", xmlDocDir);
|
||||
//zipDir(dirName + "xmldoc.zip", xmlDocDir);
|
||||
|
||||
//Delete directory
|
||||
deleteDir(new File(xmlDocDir));
|
||||
//deleteDir(new File(xmlDocDir));
|
||||
|
||||
} catch (Exception ex) {
|
||||
ex.printStackTrace();
|
||||
|
|
|
|||
Loading…
Reference in New Issue