Skip to content

Commit

Permalink
tbx prj file
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenetce committed Oct 30, 2023
1 parent ec0d828 commit ff5a69d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tbx.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 build-checksum="3374642050" file="C:\Users\ebenetce\MATLAB\BEAR-toolbox\tbx.prj" location="C:\Users\ebenetce\MATLAB\BEAR-toolbox" name="tbx" target="target.toolbox" target-name="Package Toolbox">
<configuration build-checksum="1116383509" file="C:\Users\ebenetce\MATLAB\BEAR-toolbox\tbx.prj" location="C:\Users\ebenetce\MATLAB\BEAR-toolbox" name="tbx" target="target.toolbox" target-name="Package Toolbox">
<param.appname>BEAR toolbox</param.appname>
<param.authnamewatermark>Alistair Dieppe and Björn van Roye</param.authnamewatermark>
<param.email>alistair.dieppe@ecb.europa.eu</param.email>
<param.company>European Central Bank</param.company>
<param.summary>The Bayesian Estimation, Analysis and Regression toolbox (BEAR)</param.summary>
<param.description>The Bayesian Estimation, Analysis and Regression toolbox (BEAR) is a comprehensive (Bayesian Panel) VAR toolbox for forecasting and policy analysis. Use of BEAR implies acceptance of the End User Licence Agreement (EULA) for the Use of the Software “the Bayesian Estimation, Analysis and Regression (BEAR) toolbox”.</param.description>
<param.screenshot>${PROJECT_ROOT}\tbx\bear\BEAR.PNG</param.screenshot>
<param.version>5.1.5</param.version>
<param.version>5.2.0</param.version>
<param.output>${PROJECT_ROOT}\BEAR toolbox.mltbx</param.output>
<param.products.name />
<param.products.id />
Expand Down Expand Up @@ -97,6 +97,7 @@
<toolboxes>
<toolbox name="matlabcoder" />
<toolbox name="embeddedcoder" />
<toolbox name="neuralnetwork" />
</toolboxes>
<toolbox>
<matlabcoder>
Expand All @@ -108,6 +109,11 @@
<enabled>true</enabled>
</embeddedcoder>
</toolbox>
<toolbox>
<neuralnetwork>
<enabled>true</enabled>
</neuralnetwork>
</toolbox>
</matlab>
<platform>
<unix>false</unix>
Expand Down

0 comments on commit ff5a69d

Please sign in to comment.