libantosdk: do not includes sdk api to package, API files shall be featched from delivery page

This commit is contained in:
DanyLE
2023-05-30 13:30:05 +02:00
parent d011b004ec
commit 77258bd48b
14 changed files with 101 additions and 72236 deletions

View File

@ -1,12 +1,12 @@
<afx-app-window apptitle="__(AntOSDK Builder)" width="600" height="500" data-id="SDKBuilder">
<afx-hbox>
<afx-hbox padding="10">
<afx-vbox data-width="150">
<div data-height="10"></div>
<afx-list-view data-id="target-list"></afx-list-view>
<div data-height="5"></div>
<afx-hbox data-height="23" style="text-align: left;">
<afx-button data-id="btnopen" data-width="25" iconclass ="bi bi-file-arrow-up-fill"></afx-button>
<afx-button data-id="btnrefresh" data-width="25" iconclass ="fa fa-refresh"></afx-button>
<afx-button data-id="btnopen" data-width="content" iconclass ="bi bi-file-arrow-up-fill"></afx-button>
<afx-button data-id="btnrefresh" data-width="content" iconclass ="fa fa-refresh"></afx-button>
<afx-button data-id="btnbuild" text="__(Run)"></afx-button>
<div data-width="5"></div>
</afx-hbox>