Skip to content

Commit

Permalink
Add info.xml to the project and revise .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rpurser47 committed Jan 4, 2022
1 parent 5438857 commit 76c86ef
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
.MATLABDriveTag
*.asv
*.mltbx
info.xml
doc/html/*.html
**/*.nc
26 changes: 20 additions & 6 deletions Climate Data Store Toolbox for MATLAB.prj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration file="C:\localProjects\climatedatastore\Climate Data Store Toolbox for MATLAB.prj" location="C:\localProjects\climatedatastore" name="Climate Data Store Toolbox for MATLAB" target="target.toolbox" target-name="Package Toolbox">
<configuration build-checksum="2963137483" file="C:\localProjects\climatedatastore\Climate Data Store Toolbox for MATLAB.prj" location="C:\localProjects\climatedatastore" name="Climate Data Store Toolbox for MATLAB" target="target.toolbox" target-name="Package Toolbox">
<param.appname>Climate Data Store Toolbox for MATLAB</param.appname>
<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.</param.description>
<param.screenshot>${PROJECT_ROOT}\img\copernicus_logo.jpg</param.screenshot>
<param.version>1.2.0.23</param.version>
<param.version>1.2.0.25</param.version>
<param.output>${PROJECT_ROOT}\Climate Data Store Toolbox for MATLAB.mltbx</param.output>
<param.products.name />
<param.products.id />
Expand All @@ -28,11 +28,25 @@ README.md
SECURITY.md
CONTRIBUTING.md</param.exclude.filters>
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
<param.examples />
<param.examples>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;examples&gt;
&lt;exampleCategory name="doc"&gt;
&lt;example name="ComparingIceThickness" type="html"&gt;
&lt;file type="source"&gt;/doc/html/ComparingIceThickness.html&lt;/file&gt;
&lt;file type="main"&gt;/doc/ComparingIceThickness.mlx&lt;/file&gt;
&lt;file type="thumbnail"/&gt;
&lt;/example&gt;
&lt;example name="GettingStarted" type="html"&gt;
&lt;file type="source"&gt;/doc/html/GettingStarted.html&lt;/file&gt;
&lt;file type="main"&gt;/doc/GettingStarted.mlx&lt;/file&gt;
&lt;file type="thumbnail"/&gt;
&lt;/example&gt;
&lt;/exampleCategory&gt;
&lt;/examples&gt;</param.examples>
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<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.javaclasspath.excludes />
Expand Down Expand Up @@ -62,11 +76,9 @@ CONTRIBUTING.md</param.exclude.filters>
<param.products.version />
<param.platforms />
<param.exclude.pcodedmfiles />
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<param.matlabpath.excludes />
<param.javaclasspath.excludes />
<param.required.addons />
Expand All @@ -90,7 +102,9 @@ CONTRIBUTING.md</param.exclude.filters>
<fileset.rootfiles>
<file>${PROJECT_ROOT}\climateDataStoreDownload.m</file>
<file>${PROJECT_ROOT}\CONTRIBUTING.MD</file>
<file>${PROJECT_ROOT}\demos.xml</file>
<file>${PROJECT_ROOT}\doc</file>
<file>${PROJECT_ROOT}\info.xml</file>
<file>${PROJECT_ROOT}\license.txt</file>
<file>${PROJECT_ROOT}\util</file>
</fileset.rootfiles>
Expand Down
26 changes: 26 additions & 0 deletions info.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<productinfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="optional">
<?xml-stylesheet type="text/xsl"href="optional"?>
<!-- info.xml file for the mytoolbox toolbox -->
<!-- Version 1.0 -->
<!-- Copyright (date) (owner).-->

<!-- Supply the following six elements in the order specified -->
<!-- (Required) Release of MATLAB. Not currently used but required -->
<!-- to parse the file -->
<matlabrelease>2021b</matlabrelease>
<!-- (Required) Title of toolbox. Appears in the Contents pane -->
<name>Climate Data Store Toolbox for MATLAB</name>
<!-- (Required) Label for the toolbox. pick one: -->
<!-- matlab, toolbox, simulink, blockset, links_targets -->
<type>toolbox</type>
<!-- (Required) Icon file to display in the Start button. Not currently used -->
<!-- but required to parse the file -->
<icon/>
<!-- (Required if you supply help) Relative path to help (HTML) folder -->
<help_location>doc/html</help_location>
<!-- (Required if you supply help) Icon used in the Help browser TOC -->
<!-- Ignored in R2015a and later -->
<help_contents_icon/>
</productinfo>

0 comments on commit 76c86ef

Please sign in to comment.