Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Roslovets committed Oct 15, 2019
1 parent 0f05a62 commit dd25092
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
Binary file modified AppDesignerPro.mltbx
Binary file not shown.
23 changes: 14 additions & 9 deletions AppDesignerPro.prj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration file="D:\MATLAB\AppDesignerPro\AppDesignerPro.prj" location="D:\MATLAB\AppDesignerPro" name="AppDesignerPro" target="target.toolbox" target-name="Package Toolbox">
<configuration file="E:\MATLAB\AppDesignerPro\AppDesignerPro.prj" location="E:\MATLAB\AppDesignerPro" name="AppDesignerPro" target="target.toolbox" target-name="Package Toolbox">
<param.appname>App Designer Pro</param.appname>
<param.authnamewatermark>Pavel Roslovets</param.authnamewatermark>
<param.email>roslovets@exponenta.ru</param.email>
Expand All @@ -10,7 +10,7 @@
- Animation, UI alignment and themes
- Easily create reactive interfaces</param.description>
<param.screenshot>${PROJECT_ROOT}\appdesignerpro-cover.png</param.screenshot>
<param.version>0.1</param.version>
<param.version>0.1.1</param.version>
<param.output>${PROJECT_ROOT}\App Designer Pro.mltbx</param.output>
<param.products.name />
<param.products.id />
Expand All @@ -30,7 +30,9 @@ installweb.m</param.exclude.filters>
<param.registered.apps />
<param.docs>${PROJECT_ROOT}\info.xml</param.docs>
<param.getting.started.guide>${PROJECT_ROOT}\doc\GettingStarted.mlx</param.getting.started.guide>
<param.matlabpath.excludes />
<param.matlabpath.excludes>
<item>/resources/project/Root.type.Files</item>
</param.matlabpath.excludes>
<param.javaclasspath.excludes />
<param.exported.on.package>false</param.exported.on.package>
<param.required.addons />
Expand Down Expand Up @@ -63,7 +65,6 @@ installweb.m</param.exclude.filters>
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.matlabpath.excludes />
<param.javaclasspath.excludes />
<param.exported.on.package />
<param.required.addons />
Expand Down Expand Up @@ -106,21 +107,20 @@ installweb.m</param.exclude.filters>
<file>${PROJECT_ROOT}\ToolboxConfig.xml</file>
</fileset.rootfiles>
<fileset.depfun.included />
<fileset.depfun.excluded>
<file>D:\MATLAB\MATLAB-Async\Async.m</file>
</fileset.depfun.excluded>
<fileset.depfun.excluded />
<fileset.package />
<build-deliverables>
<file location="${PROJECT_ROOT}" name="App Designer Pro.mltbx" optional="false">D:\MATLAB\AppDesignerPro\App Designer Pro.mltbx</file>
<file location="${PROJECT_ROOT}" name="App Designer Pro.mltbx" optional="false">E:\MATLAB\AppDesignerPro\App Designer Pro.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
<root>C:\Program Files\MATLAB\R2019a</root>
<root>C:\Program Files\MATLAB\R2019b</root>
<toolboxes>
<toolbox name="matlabcoder" />
<toolbox name="embeddedcoder" />
<toolbox name="gpucoder" />
<toolbox name="fixedpoint" />
<toolbox name="matlabhdlcoder" />
<toolbox name="neuralnetwork" />
</toolboxes>
<toolbox>
Expand All @@ -143,6 +143,11 @@ installweb.m</param.exclude.filters>
<enabled>true</enabled>
</fixedpoint>
</toolbox>
<toolbox>
<matlabhdlcoder>
<enabled>true</enabled>
</matlabhdlcoder>
</toolbox>
<toolbox>
<neuralnetwork>
<enabled>true</enabled>
Expand Down

0 comments on commit dd25092

Please sign in to comment.