Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCuneo committed Sep 3, 2020
2 parents d87a14d + 14ef3cd commit 0b3a510
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 100 deletions.
199 changes: 99 additions & 100 deletions Artesian.SDK.prj
Original file line number Diff line number Diff line change
@@ -1,101 +1,100 @@
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration file="C:\Users\ArkLabIta\Desktop\MatLab-ArtesianSDK\Artesian.SDK.prj" location="C:\Users\ArkLabIta\Desktop\MatLab-ArtesianSDK" name="Artesian.SDK" target="target.toolbox" target-name="Package Toolbox">
<param.appname>Artesian.SDK</param.appname>
<param.authnamewatermark>Niccolo Cecchi</param.authnamewatermark>
<param.email>[email protected]</param.email>
<param.company>Ark Energy</param.company>
<param.summary>This Library provides read access to the Artesian API</param.summary>
<param.description />
<param.screenshot />
<param.version>1.0</param.version>
<param.output>${PROJECT_ROOT}\Artesian.SDK.mltbx</param.output>
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.guid>25ce37f4-9db6-466f-a1a3-71615bfc946d</param.guid>
<param.exclude.filters>% List files contained in your toolbox folder that you would like to exclude
% from packaging. Excludes should be listed relative to the toolbox folder.
% Some examples of how to specify excludes are provided below:
%
% A single file in the toolbox folder:
% .svn
%
% A single file in a subfolder of the toolbox folder:
% example/.svn
%
% All files in a subfolder of the toolbox folder:
Test/*
%
% All files of a certain name in all subfolders of the toolbox folder:
% **/.svn
%
% All files matching a pattern in all subfolders of the toolbox folder:
% **/*.bak
%</param.exclude.filters>
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<param.getting.started.guide />
<param.matlabpath.excludes>
<item>/Test</item>
</param.matlabpath.excludes>
<param.javaclasspath.excludes />
<unset>
<param.description />
<param.screenshot />
<param.version />
<param.output />
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<param.getting.started.guide />
<param.javaclasspath.excludes />
</unset>
<fileset.rootdir>
<file>C:\Users\ArkLabIta\Desktop\MatLab-ArtesianSDK</file>
</fileset.rootdir>
<fileset.rootfiles>
<file>${PROJECT_ROOT}\Client</file>
<file>${PROJECT_ROOT}\Configuration</file>
<file>${PROJECT_ROOT}\MarketData</file>
<file>${PROJECT_ROOT}\Query</file>
<file>${PROJECT_ROOT}\Test</file>
<file>${PROJECT_ROOT}\Util</file>
</fileset.rootfiles>
<fileset.depfun.included />
<fileset.depfun.excluded />
<fileset.package />
<build-deliverables>
<file location="C:\Users\ArkLabIta\Desktop\MatLab-ArtesianSDK" name="Artesian.SDK.mltbx" optional="false">C:\Users\ArkLabIta\Desktop\MatLab-ArtesianSDK\Artesian.SDK.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
<root>C:\Program Files\MATLAB\R2017b</root>
<toolboxes />
</matlab>
<platform>
<unix>false</unix>
<mac>false</mac>
<windows>true</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>false</linux>
<solaris>false</solaris>
<osver>10.0</osver>
<os32>false</os32>
<os64>true</os64>
<arch>win64</arch>
<matlab>true</matlab>
</platform>
</configuration>
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration file="C:\GitRepo\Artesian.SDK-Matlab\Artesian.SDK.prj" location="C:\GitRepo\Artesian.SDK-Matlab" name="Artesian.SDK" target="target.toolbox" target-name="Package Toolbox">
<param.appname>Artesian.SDK</param.appname>
<param.authnamewatermark>Niccolo Cecchi</param.authnamewatermark>
<param.email>[email protected]</param.email>
<param.company>Ark Energy</param.company>
<param.summary>This Library provides read access to the Artesian API</param.summary>
<param.description>In v1.1.0 has been added:
- support for GME PublicOffer
- support for Auctions</param.description>
<param.screenshot>${PROJECT_ROOT}\icon.png</param.screenshot>
<param.version>1.1</param.version>
<param.output>${PROJECT_ROOT}\Artesian.SDK.mltbx</param.output>
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.guid>25ce37f4-9db6-466f-a1a3-71615bfc946d</param.guid>
<param.exclude.filters>% List files contained in your toolbox folder that you would like to exclude
% from packaging. Excludes should be listed relative to the toolbox folder.
% Some examples of how to specify excludes are provided below:
%
% A single file in the toolbox folder:
% .svn
%
% A single file in a subfolder of the toolbox folder:
% example/.svn
%
% All files in a subfolder of the toolbox folder:
Test/*
%
% All files of a certain name in all subfolders of the toolbox folder:
% **/.svn
%
% All files matching a pattern in all subfolders of the toolbox folder:
% **/*.bak
%</param.exclude.filters>
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<param.getting.started.guide />
<param.matlabpath.excludes>
<item>/Test</item>
</param.matlabpath.excludes>
<param.javaclasspath.excludes />
<unset>
<param.output />
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<param.getting.started.guide />
<param.javaclasspath.excludes />
</unset>
<fileset.rootdir>
<file>C:\Users\ArkLabIta\Desktop\MatLab-ArtesianSDK</file>
</fileset.rootdir>
<fileset.rootfiles>
<file>C:\Users\ArkLabIta\Desktop\MatLab-ArtesianSDK\Client</file>
<file>C:\Users\ArkLabIta\Desktop\MatLab-ArtesianSDK\Configuration</file>
<file>C:\Users\ArkLabIta\Desktop\MatLab-ArtesianSDK\MarketData</file>
<file>C:\Users\ArkLabIta\Desktop\MatLab-ArtesianSDK\Query</file>
<file>C:\Users\ArkLabIta\Desktop\MatLab-ArtesianSDK\Test</file>
<file>C:\Users\ArkLabIta\Desktop\MatLab-ArtesianSDK\Util</file>
</fileset.rootfiles>
<fileset.depfun.included />
<fileset.depfun.excluded />
<fileset.package />
<build-deliverables>
<file location="C:\GitRepo\Artesian.SDK-Matlab" name="Artesian.SDK.mltbx" optional="false">C:\GitRepo\Artesian.SDK-Matlab\Artesian.SDK.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
<root>C:\Program Files\MATLAB\R2017b</root>
<toolboxes />
</matlab>
<platform>
<unix>false</unix>
<mac>false</mac>
<windows>true</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>false</linux>
<solaris>false</solaris>
<osver>10.0</osver>
<os32>false</os32>
<os64>true</os64>
<arch>win64</arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0b3a510

Please sign in to comment.