File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ Generate Diff
3434``` bash
3535$ cd /path/to/cloudstack
3636$ export COMMANDS=/path/to/acs-api-commands
37- $ export OLD_RELEASE=4.12
38- $ export NEW_RELEASE=4.13
37+ $ export OLD_RELEASE=4.13
38+ $ export NEW_RELEASE=4.14
3939$ cp tools/apidoc/target/commands.xml $COMMANDS /${NEW_RELEASE} _commands.xml
4040$ mkdir $COMMANDS /diff-${OLD_RELEASE// .} -${NEW_RELEASE// .}
4141$ java -cp $HOME /.m2/repository/com/thoughtworks/xstream/xstream/1.4.10/xstream-1.4.10.jar:$HOME /.m2/repository/com/google/code/gson/gson/1.7.2/gson-1.7.2.jar:server/target/classes com.cloud.api.doc.ApiXmlDocReader -old $COMMANDS /${OLD_RELEASE} _commands.xml -new $COMMANDS /${NEW_RELEASE} _commands.xml -d $COMMANDS /diff-${OLD_RELEASE// .} -${NEW_RELEASE// .}
You can’t perform that action at this time.
0 commit comments