-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
MATLAB Release by rpurser47
committed
Nov 29, 2022
1 parent
aaa9fa2
commit 72da15e
Showing
1 changed file
with
149 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,174 +1,150 @@ | ||
<deployment-project plugin="plugin.toolbox" plugin-version="1.0"> | ||
<configuration build-checksum="1601120765" file="C:\localProjects\climatedatastore\ToolboxPackaging.prj" location="C:\localProjects\climatedatastore" name="ToolboxPackaging" target="target.toolbox" target-name="Package Toolbox"> | ||
<param.appname>Climate Data Store Toolbox for MATLAB</param.appname> | ||
<param.authnamewatermark>Rob Purser</param.authnamewatermark> | ||
<param.email /> | ||
<param.company>MathWorks</param.company> | ||
<param.summary>MATLAB(R) Tools to access the Climate Data Store (https://cds.climate.copernicus.eu/)</param.summary> | ||
<param.description>MATLAB Tools to access the Climate Data Store (https://cds.climate.copernicus.eu/). It is a wealth of information about the Earth's past, present and future climate. There are hundreds of data sets associated with climate change. See the GettingStarted.mlx in the doc directory!</param.description> | ||
<param.screenshot>${PROJECT_ROOT}\img\ToolboxPackaging.jpg</param.screenshot> | ||
<param.version>2.1.0.41</param.version> | ||
<param.output>${PROJECT_ROOT}\Climate Data Store Toolbox for MATLAB.mltbx</param.output> | ||
<param.products.name /> | ||
<param.products.id /> | ||
<param.products.version /> | ||
<param.platforms /> | ||
<param.guid>d271298a-6dca-47e1-825f-f8edbabcdc11</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. | ||
.gitattributes | ||
.gitignore | ||
.git | ||
doc/inprogress | ||
release | ||
img | ||
resources | ||
util/releaseToolbox.m | ||
README.md | ||
SECURITY.md | ||
CONTRIBUTING.md</param.exclude.filters> | ||
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles> | ||
<param.examples><?xml version="1.0" encoding="utf-8"?> | ||
<examples> | ||
<exampleCategory name="doc"> | ||
<example name="ComparingIceThickness" type="html"> | ||
<file type="source">/doc/html/ComparingIceThickness.html</file> | ||
<file type="main">/doc/ComparingIceThickness.mlx</file> | ||
<file type="thumbnail"/> | ||
</example> | ||
<example name="GettingStarted" type="html"> | ||
<file type="source">/doc/html/GettingStarted.html</file> | ||
<file type="main">/doc/GettingStarted.mlx</file> | ||
<file type="thumbnail"/> | ||
</example> | ||
</exampleCategory> | ||
</examples></param.examples> | ||
<param.demosxml /> | ||
<param.apps /> | ||
<param.registered.apps /> | ||
<param.docs>${PROJECT_ROOT}\climatedatastoreToolbox\info.xml</param.docs> | ||
<param.getting.started.guide>${PROJECT_ROOT}\climatedatastoreToolbox\doc\GettingStarted.mlx</param.getting.started.guide> | ||
<param.matlabpath.excludes /> | ||
<param.javaclasspath.excludes /> | ||
<param.exported.on.package>true</param.exported.on.package> | ||
<param.required.addons /> | ||
<param.matlab.project.id /> | ||
<param.matlab.project.name /> | ||
<param.release.start>R2020a</param.release.start> | ||
<param.release.end>latest</param.release.end> | ||
<param.release.current.only>false</param.release.current.only> | ||
<param.compatiblity.windows>true</param.compatiblity.windows> | ||
<param.compatiblity.macos>true</param.compatiblity.macos> | ||
<param.compatiblity.linux>true</param.compatiblity.linux> | ||
<param.compatiblity.matlabonline>true</param.compatiblity.matlabonline> | ||
<param.installation.map /> | ||
<param.additional.sw.names /> | ||
<param.additional.sw.licenses /> | ||
<param.additional.sw.win.url /> | ||
<param.additional.sw.mac.url /> | ||
<param.additional.sw.linux.url /> | ||
<unset> | ||
<param.email /> | ||
<param.output /> | ||
<param.products.name /> | ||
<param.products.id /> | ||
<param.products.version /> | ||
<param.platforms /> | ||
<param.exclude.pcodedmfiles /> | ||
<param.demosxml /> | ||
<param.apps /> | ||
<param.registered.apps /> | ||
<param.matlabpath.excludes /> | ||
<param.javaclasspath.excludes /> | ||
<param.required.addons /> | ||
<param.matlab.project.id /> | ||
<param.matlab.project.name /> | ||
<param.release.current.only /> | ||
<param.compatiblity.windows /> | ||
<param.compatiblity.macos /> | ||
<param.compatiblity.linux /> | ||
<param.compatiblity.matlabonline /> | ||
<param.installation.map /> | ||
<param.additional.sw.names /> | ||
<param.additional.sw.licenses /> | ||
<param.additional.sw.win.url /> | ||
<param.additional.sw.mac.url /> | ||
<param.additional.sw.linux.url /> | ||
</unset> | ||
<fileset.rootdir> | ||
<file>${PROJECT_ROOT}\climatedatastoreToolbox</file> | ||
</fileset.rootdir> | ||
<fileset.rootfiles> | ||
<file>${PROJECT_ROOT}\climatedatastoreToolbox\climateDataStoreDownload.m</file> | ||
<file>${PROJECT_ROOT}\climatedatastoreToolbox\climateDataStoreDownloadAsync.m</file> | ||
<file>${PROJECT_ROOT}\climatedatastoreToolbox\climateDataStoreDownloadFuture.m</file> | ||
<file>${PROJECT_ROOT}\climatedatastoreToolbox\demos.xml</file> | ||
<file>${PROJECT_ROOT}\climatedatastoreToolbox\doc</file> | ||
<file>${PROJECT_ROOT}\climatedatastoreToolbox\info.xml</file> | ||
<file>${PROJECT_ROOT}\climatedatastoreToolbox\util</file> | ||
</fileset.rootfiles> | ||
<fileset.depfun.included /> | ||
<fileset.depfun.excluded /> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="${PROJECT_ROOT}" name="Climate Data Store Toolbox for MATLAB.mltbx" optional="false">C:\localProjects\climatedatastore\Climate Data Store Toolbox for MATLAB.mltbx</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
<root>C:\Program Files\MATLAB\R2022b</root> | ||
<toolboxes> | ||
<toolbox name="matlabcoder" /> | ||
<toolbox name="embeddedcoder" /> | ||
<toolbox name="gpucoder" /> | ||
<toolbox name="fixedpoint" /> | ||
<toolbox name="matlabhdlcoder" /> | ||
<toolbox name="neuralnetwork" /> | ||
</toolboxes> | ||
<toolbox> | ||
<matlabcoder> | ||
<enabled>true</enabled> | ||
</matlabcoder> | ||
</toolbox> | ||
<toolbox> | ||
<embeddedcoder> | ||
<enabled>true</enabled> | ||
</embeddedcoder> | ||
</toolbox> | ||
<toolbox> | ||
<gpucoder> | ||
<enabled>true</enabled> | ||
</gpucoder> | ||
</toolbox> | ||
<toolbox> | ||
<fixedpoint> | ||
<enabled>true</enabled> | ||
</fixedpoint> | ||
</toolbox> | ||
<toolbox> | ||
<matlabhdlcoder> | ||
<enabled>true</enabled> | ||
</matlabhdlcoder> | ||
</toolbox> | ||
<toolbox> | ||
<neuralnetwork> | ||
<enabled>true</enabled> | ||
</neuralnetwork> | ||
</toolbox> | ||
</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 build-checksum="1601120765" file="/home/runner/work/climatedatastore/climatedatastore/ToolboxPackaging.prj" location="/home/runner/work/climatedatastore/climatedatastore" name="ToolboxPackaging" target="target.toolbox" target-name="Package Toolbox"> | ||
<param.appname>Climate Data Store Toolbox for MATLAB</param.appname> | ||
<param.authnamewatermark>Rob Purser</param.authnamewatermark> | ||
<param.email /> | ||
<param.company>MathWorks</param.company> | ||
<param.summary>MATLAB(R) Tools to access the Climate Data Store (https://cds.climate.copernicus.eu/)</param.summary> | ||
<param.description>MATLAB Tools to access the Climate Data Store (https://cds.climate.copernicus.eu/). It is a wealth of information about the Earth's past, present and future climate. There are hundreds of data sets associated with climate change. See the GettingStarted.mlx in the doc directory!</param.description> | ||
<param.screenshot>${PROJECT_ROOT}/img/ToolboxPackaging.jpg</param.screenshot> | ||
<param.version>2.2.1.42</param.version> | ||
<param.output>${PROJECT_ROOT}/Climate Data Store Toolbox for MATLAB.mltbx</param.output> | ||
<param.products.name /> | ||
<param.products.id /> | ||
<param.products.version /> | ||
<param.platforms /> | ||
<param.guid>d271298a-6dca-47e1-825f-f8edbabcdc11</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. | ||
.gitattributes | ||
.gitignore | ||
.git | ||
doc/inprogress | ||
release | ||
img | ||
resources | ||
util/releaseToolbox.m | ||
README.md | ||
SECURITY.md | ||
CONTRIBUTING.md</param.exclude.filters> | ||
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles> | ||
<param.examples><?xml version="1.0" encoding="utf-8"?> | ||
<examples> | ||
<exampleCategory name="doc"> | ||
<example name="ComparingIceThickness" type="html"> | ||
<file type="source">/doc/html/ComparingIceThickness.html</file> | ||
<file type="main">/doc/ComparingIceThickness.mlx</file> | ||
<file type="thumbnail"/> | ||
</example> | ||
<example name="GettingStarted" type="html"> | ||
<file type="source">/doc/html/GettingStarted.html</file> | ||
<file type="main">/doc/GettingStarted.mlx</file> | ||
<file type="thumbnail"/> | ||
</example> | ||
</exampleCategory> | ||
</examples></param.examples> | ||
<param.demosxml /> | ||
<param.apps /> | ||
<param.registered.apps /> | ||
<param.docs>${PROJECT_ROOT}/climatedatastoreToolbox/info.xml</param.docs> | ||
<param.getting.started.guide>${PROJECT_ROOT}/climatedatastoreToolbox/doc/GettingStarted.mlx</param.getting.started.guide> | ||
<param.matlabpath.excludes /> | ||
<param.javaclasspath.excludes /> | ||
<param.exported.on.package>true</param.exported.on.package> | ||
<param.required.addons /> | ||
<param.matlab.project.id /> | ||
<param.matlab.project.name /> | ||
<param.release.start>R2020a</param.release.start> | ||
<param.release.end>latest</param.release.end> | ||
<param.release.current.only>false</param.release.current.only> | ||
<param.compatiblity.windows>true</param.compatiblity.windows> | ||
<param.compatiblity.macos>true</param.compatiblity.macos> | ||
<param.compatiblity.linux>true</param.compatiblity.linux> | ||
<param.compatiblity.matlabonline>true</param.compatiblity.matlabonline> | ||
<param.installation.map /> | ||
<param.additional.sw.names /> | ||
<param.additional.sw.licenses /> | ||
<param.additional.sw.win.url /> | ||
<param.additional.sw.mac.url /> | ||
<param.additional.sw.linux.url /> | ||
<unset> | ||
<param.email /> | ||
<param.output /> | ||
<param.products.name /> | ||
<param.products.id /> | ||
<param.products.version /> | ||
<param.platforms /> | ||
<param.exclude.pcodedmfiles /> | ||
<param.demosxml /> | ||
<param.apps /> | ||
<param.registered.apps /> | ||
<param.matlabpath.excludes /> | ||
<param.javaclasspath.excludes /> | ||
<param.required.addons /> | ||
<param.matlab.project.id /> | ||
<param.matlab.project.name /> | ||
<param.release.current.only /> | ||
<param.compatiblity.windows /> | ||
<param.compatiblity.macos /> | ||
<param.compatiblity.linux /> | ||
<param.compatiblity.matlabonline /> | ||
<param.installation.map /> | ||
<param.additional.sw.names /> | ||
<param.additional.sw.licenses /> | ||
<param.additional.sw.win.url /> | ||
<param.additional.sw.mac.url /> | ||
<param.additional.sw.linux.url /> | ||
</unset> | ||
<fileset.rootdir> | ||
<file>${PROJECT_ROOT}/climatedatastoreToolbox</file> | ||
</fileset.rootdir> | ||
<fileset.rootfiles> | ||
<file>${PROJECT_ROOT}/climatedatastoreToolbox/climateDataStoreDownload.m</file> | ||
<file>${PROJECT_ROOT}/climatedatastoreToolbox/climateDataStoreDownloadAsync.m</file> | ||
<file>${PROJECT_ROOT}/climatedatastoreToolbox/climateDataStoreDownloadFuture.m</file> | ||
<file>${PROJECT_ROOT}/climatedatastoreToolbox/demos.xml</file> | ||
<file>${PROJECT_ROOT}/climatedatastoreToolbox/doc</file> | ||
<file>${PROJECT_ROOT}/climatedatastoreToolbox/info.xml</file> | ||
<file>${PROJECT_ROOT}/climatedatastoreToolbox/util</file> | ||
</fileset.rootfiles> | ||
<fileset.depfun.included /> | ||
<fileset.depfun.excluded /> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="${PROJECT_ROOT}" name="Climate Data Store Toolbox for MATLAB.mltbx" optional="false">/home/runner/work/climatedatastore/climatedatastore/Climate Data Store Toolbox for MATLAB.mltbx</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
<root>/usr/local/MATLAB/R2022b</root> | ||
<toolboxes> | ||
<toolbox name="fixedpoint" /> | ||
<toolbox name="neuralnetwork" /> | ||
</toolboxes> | ||
<toolbox> | ||
<fixedpoint> | ||
<enabled>true</enabled> | ||
</fixedpoint> | ||
</toolbox> | ||
<toolbox> | ||
<neuralnetwork> | ||
<enabled>true</enabled> | ||
</neuralnetwork> | ||
</toolbox> | ||
</matlab> | ||
<platform> | ||
<unix>true</unix> | ||
<mac>false</mac> | ||
<windows>false</windows> | ||
<win2k>false</win2k> | ||
<winxp>false</winxp> | ||
<vista>false</vista> | ||
<linux>true</linux> | ||
<solaris>false</solaris> | ||
<osver>5.15.0-1023-azure</osver> | ||
<os32>false</os32> | ||
<os64>true</os64> | ||
<arch>glnxa64</arch> | ||
<matlab>true</matlab> | ||
</platform> | ||
</configuration> | ||
</deployment-project> |