File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 <get src =" https://api.github.com/repos/RestComm/visual-designer/releases/latest" dest =" ${ configuration.directory } /rvd-latest-release.json" ></get >
4848 <replaceregexp file =" ${ configuration.directory } /rvd-latest-release.json" match =' .*"browser_download_url":"([^"]+)".*' replace =" \1" />
4949 <loadfile property =" restcomm-rvd.github-download.url" srcFile =" ${ configuration.directory } /rvd-latest-release.json" />
50- <property name =" restcomm-rvd.path" value =" ${ configuration.directory } /restcomm-rvd .war" />
50+ <property name =" restcomm-rvd.path" value =" ${ configuration.directory } /visual-designer .war" />
5151 <delete file =" ${ configuration.directory } /rvd-latest-release.json" />
5252
5353 <condition property =" restcomm-rvd.download.url" value =" https://oss.sonatype.org/content/groups/public/org/restcomm/restcomm-connect-rvd/${ rvd.version } /restcomm-connect-rvd-${ rvd.version } .war" else =" ${ restcomm-rvd.github-download.url } " >
157157 <exec executable =" wget" failonerror =" true" >
158158 <arg value =" ${ restcomm-rvd.download.url } " />
159159 </exec >
160- <move file =" ${ base.dir } /restcomm-rvd .war" todir =" ${ configuration.directory } " />
160+ <move file =" ${ base.dir } /visual-designer .war" todir =" ${ configuration.directory } " />
161161 </target >
162162
163163 <target depends =" get-restcomm-media" name =" extract-restcomm-media" >
218218 <touch file =" ${ release.as7.dir } /standalone/deployments/restcomm-management.war.dodeploy" />
219219
220220 <!-- Copy RVD -->
221- <unzip dest =" ${ release.as7.dir } /standalone/deployments/restcomm-rvd .war" src =" ${ configuration.directory } /restcomm-rvd .war" />
222- <touch file =" ${ release.as7.dir } /standalone/deployments/restcomm-rvd .war.dodeploy" />
221+ <unzip dest =" ${ release.as7.dir } /standalone/deployments/visual-designer .war" src =" ${ configuration.directory } /visual-designer .war" />
222+ <touch file =" ${ release.as7.dir } /standalone/deployments/visual-designer .war.dodeploy" />
223223
224224 <!-- Copy Rvd ES Demo-->
225225 <copy failonerror =" true" file =" ${ configuration.directory } /RvdExternalServicesDemo.war" tofile =" ${ release.as7.dir } /standalone/deployments/RvdExternalServicesDemo.war" />
You can’t perform that action at this time.
0 commit comments