-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathonc.prj
More file actions
147 lines (143 loc) · 5.87 KB
/
Copy pathonc.prj
File metadata and controls
147 lines (143 loc) · 5.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration build-checksum="920942746" file="C:\Repositories\api-matlab-client\onc.prj" location="C:\Repositories\api-matlab-client" name="onc" target="target.toolbox" target-name="Package Toolbox">
<param.appname>Ocean Networks Canada API Client</param.appname>
<param.authnamewatermark>Ocean Networks Canada</param.authnamewatermark>
<param.email>data@oceannetworks.ca</param.email>
<param.company>Ocean Networks Canada</param.company>
<param.summary>Open access to oceanographic data hosted by Ocean Networks Canada through the Oceans 3.0 API web services</param.summary>
<param.description>Allows users to discover and retrieve Ocean Networks Canada's 12+ years of oceanographic data in raw, text, image, audio, video or any other format available.
This toolkit provides a class that wraps web service calls, complex workflows, and business logic so that users can download data with a single line of code.
MATLAB Requirements: R2022b (can work on versions 2018a and newer, but it is not guaranteed)
Full Documentation: https://wiki.oceannetworks.ca/display/CLIBS/API+Client+Libraries
GitHub Repository: https://github.com/OceanNetworksCanada/api-matlab-client
Current Maintainer: Angela Schlesinger, Alex Slonimer
Past Contributors: Allan Rempel, Ryan Ross, Dany Cabrera, Zelalem Engida</param.description>
<param.screenshot>${PROJECT_ROOT}\logo.png</param.screenshot>
<param.version>2.2.4</param.version>
<param.output>${PROJECT_ROOT}\Ocean Networks Canada API Client.mltbx</param.output>
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.guid>9b6b9160-58e8-4b4d-a809-23e8db524709</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
%
tests
test*.m
output
dist
tests/TOKEN</param.exclude.filters>
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<param.getting.started.guide>${PROJECT_ROOT}\onc\doc\GettingStarted.mlx</param.getting.started.guide>
<param.matlabpath.excludes>
<item>/tests</item>
<item>/tests/suites</item>
<item>/tests/user-code</item>
<item>/tests/util</item>
</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>R2022b</param.release.start>
<param.release.end>R2022b</param.release.end>
<param.release.current.only>true</param.release.current.only>
<param.compatiblity.windows>true</param.compatiblity.windows>
<param.compatiblity.macos>false</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.output />
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.exclude.pcodedmfiles />
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<param.javaclasspath.excludes />
<param.exported.on.package />
<param.required.addons />
<param.matlab.project.id />
<param.matlab.project.name />
<param.compatiblity.windows />
<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}\onc</file>
</fileset.rootdir>
<fileset.rootfiles>
<file>${PROJECT_ROOT}\onc\+ext</file>
<file>${PROJECT_ROOT}\onc\+onc</file>
<file>${PROJECT_ROOT}\onc\+util</file>
<file>${PROJECT_ROOT}\onc\Contents.m</file>
<file>${PROJECT_ROOT}\onc\doc</file>
<file>${PROJECT_ROOT}\onc\examples</file>
<file>${PROJECT_ROOT}\onc\Onc.m</file>
</fileset.rootfiles>
<fileset.depfun.included />
<fileset.depfun.excluded />
<fileset.package />
<build-deliverables>
<file location="${PROJECT_ROOT}" name="Ocean Networks Canada API Client.mltbx" optional="false">C:\Repositories\api-matlab-client\Ocean Networks Canada API Client.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
<root>C:\Program Files\MATLAB\R2022b</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>