-
Notifications
You must be signed in to change notification settings - Fork 9
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
Showing
7 changed files
with
171 additions
and
10 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,3 +1,5 @@ | ||
MFTyreToolApp_resources/ | ||
sandbox/ | ||
*.asv | ||
*.mltbx | ||
*.mlappinstall |
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,3 +1,5 @@ | ||
# Changelog | ||
|
||
- Updated MFTyreLibrary submodule which fixed minor issue with Fitter | ||
- No functional changes, just installation changes | ||
- Tool is now distributed as app contained in toolbox, because FileExchange | ||
and GitHub Releases only integrate well with toolboxes. |
Binary file not shown.
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
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 |
---|---|---|
@@ -0,0 +1,151 @@ | ||
<deployment-project plugin="plugin.toolbox" plugin-version="1.0"> | ||
<configuration build-checksum="2760446424" file="C:\Users\Tom\Documents\mftyre-tool-matlab\MFTyreToolToolboxPackager.prj" location="C:\Users\Tom\Documents\mftyre-tool-matlab" name="MFTyreToolToolboxPackager" target="target.toolbox" target-name="Package Toolbox"> | ||
<param.appname>MFTyreTool</param.appname> | ||
<param.authnamewatermark>Tom Teasdale</param.authnamewatermark> | ||
<param.email>teasdale@lightsaber.red</param.email> | ||
<param.company /> | ||
<param.summary>Create, fit and evaluate MF-Tyre models with a convenient MATLAB GUI.</param.summary> | ||
<param.description /> | ||
<param.screenshot>${PROJECT_ROOT}\doc\img\MFTyreTool_Screenshot_Plot.png</param.screenshot> | ||
<param.version>1.0.3</param.version> | ||
<param.output>${PROJECT_ROOT}\MFTyreTool.mltbx</param.output> | ||
<param.products.name /> | ||
<param.products.id /> | ||
<param.products.version /> | ||
<param.platforms /> | ||
<param.guid>e03fa972-2c80-4cb3-a454-b337725c641c</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: | ||
% example/* | ||
% | ||
% 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 | ||
% | ||
|
||
.gitmodules | ||
.gitignore | ||
.git | ||
sandbox | ||
+tests | ||
tools | ||
resources | ||
MFTyreToolApp_resources</param.exclude.filters> | ||
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles> | ||
<param.examples /> | ||
<param.demosxml /> | ||
<param.apps> | ||
<file>${PROJECT_ROOT}\MFTyreToolApp.mlappinstall</file> | ||
</param.apps> | ||
<param.registered.apps /> | ||
<param.docs /> | ||
<param.getting.started.guide /> | ||
<param.matlabpath.excludes /> | ||
<param.javaclasspath.excludes /> | ||
<param.exported.on.package>false</param.exported.on.package> | ||
<param.required.addons /> | ||
<param.matlab.project.id /> | ||
<param.matlab.project.name /> | ||
<param.release.start>R2021a</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>false</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.authnamewatermark /> | ||
<param.email /> | ||
<param.company /> | ||
<param.description /> | ||
<param.output /> | ||
<param.products.name /> | ||
<param.products.id /> | ||
<param.products.version /> | ||
<param.platforms /> | ||
<param.exclude.pcodedmfiles /> | ||
<param.examples /> | ||
<param.demosxml /> | ||
<param.registered.apps /> | ||
<param.docs /> | ||
<param.getting.started.guide /> | ||
<param.matlabpath.excludes /> | ||
<param.javaclasspath.excludes /> | ||
<param.exported.on.package /> | ||
<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.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}</file> | ||
</fileset.rootdir> | ||
<fileset.rootfiles> | ||
<file>${PROJECT_ROOT}\CHANGELOG.md</file> | ||
<file>${PROJECT_ROOT}\doc</file> | ||
<file>${PROJECT_ROOT}\LICENSE</file> | ||
<file>${PROJECT_ROOT}\MFTyreToolApp.mlappinstall</file> | ||
<file>${PROJECT_ROOT}\README.md</file> | ||
<file>${PROJECT_ROOT}\src</file> | ||
</fileset.rootfiles> | ||
<fileset.depfun.included /> | ||
<fileset.depfun.excluded /> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="${PROJECT_ROOT}" name="MFTyreTool.mltbx" optional="false">C:\Users\Tom\Documents\mftyre-tool-matlab\MFTyreTool.mltbx</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
<root>C:\Program Files\MATLAB\R2021a</root> | ||
<toolboxes> | ||
<toolbox name="matlabcoder" /> | ||
</toolboxes> | ||
<toolbox> | ||
<matlabcoder> | ||
<enabled>true</enabled> | ||
</matlabcoder> | ||
</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> |
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,6 +1,6 @@ | ||
{ | ||
"Name": "MFTyreTool", | ||
"Version": "1.0.3", | ||
"Version": "1.0.4", | ||
"Authors": [ | ||
"Tom Teasdale" | ||
], | ||
|
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