Skip to content

Commit 991faa7

Browse files
authored
Add logo field to FMI4cpp, FMI4j, FMU-proxy, and PythonFMU (#829)
Also removes export capabilities from FMI4j
1 parent 0372351 commit 991faa7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

static/assets/tools.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,6 +2261,7 @@
22612261
{
22622262
"name": "FMI4cpp",
22632263
"license": "osi",
2264+
"logo": "NTNU.svg",
22642265
"url": "https://github.com/NTNU-IHB/fmi4cpp",
22652266
"vendor": "NTNU",
22662267
"vendorURL": "https://www.ntnu.edu/ihb",
@@ -2282,6 +2283,7 @@
22822283
{
22832284
"name": "FMI4j",
22842285
"license": "osi",
2286+
"logo": "NTNU.svg",
22852287
"url": "https://github.com/NTNU-IHB/fmi4j",
22862288
"vendor": "NTNU",
22872289
"vendorURL": "https://www.ntnu.edu/ihb",
@@ -2295,9 +2297,7 @@
22952297
"1.0",
22962298
"2.0"
22972299
],
2298-
"fmuExport": [
2299-
"CS"
2300-
],
2300+
"fmuExport": [],
23012301
"fmuImport": [
23022302
"CS",
23032303
"ME"
@@ -2337,6 +2337,7 @@
23372337
{
23382338
"name": "FMU-proxy",
23392339
"license": "osi",
2340+
"logo": "NTNU.svg",
23402341
"url": "https://github.com/NTNU-IHB/FMU-proxy",
23412342
"vendor": "NTNU",
23422343
"vendorURL": "https://www.ntnu.edu/ihb",
@@ -3463,6 +3464,7 @@
34633464
{
34643465
"name": "PythonFMU",
34653466
"license": "osi",
3467+
"logo": "NTNU.svg",
34663468
"url": "https://github.com/NTNU-IHB/PythonFMU/",
34673469
"vendor": "NTNU",
34683470
"vendorURL": "https://www.ntnu.edu/ihb",

0 commit comments

Comments
 (0)