From cac319a936d2ec9d66cf7a57d3fb02d59b3bbe37 Mon Sep 17 00:00:00 2001
From: alaskowski <alaskowski@ethz.ch>
Date: Fri, 3 Feb 2023 11:15:55 +0100
Subject: [PATCH] ssdm-13365: moving matlab-openbis to a proper folder

---
 LICENSE => matlab-openbis/LICENSE                   |   0
 .../Matlab-openBIS.pptx                             | Bin
 OpenBis.m => matlab-openbis/OpenBis.m               |   0
 README.md => matlab-openbis/README.md               |   0
 df_to_table.m => matlab-openbis/df_to_table.m       |   0
 {html => matlab-openbis/html}/alpha.png             | Bin
 {html => matlab-openbis/html}/c++.png               | Bin
 {html => matlab-openbis/html}/c.png                 | Bin
 {html => matlab-openbis/html}/demoicon.gif          | Bin
 {html => matlab-openbis/html}/down.png              | Bin
 {html => matlab-openbis/html}/doxysearch.php        |   0
 {html => matlab-openbis/html}/fortran.png           | Bin
 {html => matlab-openbis/html}/hp.png                | Bin
 {html => matlab-openbis/html}/index.html            |   0
 {html => matlab-openbis/html}/left.png              | Bin
 {html => matlab-openbis/html}/linux.png             | Bin
 {html => matlab-openbis/html}/m2html.css            |   0
 .../html}/matlab-openbis/OpenBis.html               |   0
 .../html}/matlab-openbis/df_to_table.html           |   0
 .../html}/matlab-openbis/index.html                 |   0
 .../html}/matlab-openbis/obi_test.html              |   0
 .../html}/matlab-openbis/passcode.html              |   0
 .../html}/matlab-openbis/passwordEntryDialog.html   |   0
 .../matlab-openbis/user_url_pw_input_dialog.html    |   0
 .../html}/matlab-openbis/user_url_pw_inputdlg.html  |   0
 {html => matlab-openbis/html}/matlabicon.gif        | Bin
 {html => matlab-openbis/html}/mex.png               | Bin
 {html => matlab-openbis/html}/pcode.png             | Bin
 {html => matlab-openbis/html}/right.png             | Bin
 {html => matlab-openbis/html}/sgi.png               | Bin
 {html => matlab-openbis/html}/simulinkicon.gif      | Bin
 {html => matlab-openbis/html}/solaris.png           | Bin
 {html => matlab-openbis/html}/up.png                | Bin
 {html => matlab-openbis/html}/windows.png           | Bin
 obi_test.m => matlab-openbis/obi_test.m             |   0
 .../openbis_example.mlx                             | Bin
 passcode.m => matlab-openbis/passcode.m             |   0
 .../passwordEntryDialog.m                           |   0
 .../pybis_example.ipynb                             |   0
 .../user_url_pw_input_dialog.m                      |   0
 .../user_url_pw_inputdlg.m                          |   0
 41 files changed, 0 insertions(+), 0 deletions(-)
 rename LICENSE => matlab-openbis/LICENSE (100%)
 rename Matlab-openBIS.pptx => matlab-openbis/Matlab-openBIS.pptx (100%)
 rename OpenBis.m => matlab-openbis/OpenBis.m (100%)
 rename README.md => matlab-openbis/README.md (100%)
 rename df_to_table.m => matlab-openbis/df_to_table.m (100%)
 rename {html => matlab-openbis/html}/alpha.png (100%)
 rename {html => matlab-openbis/html}/c++.png (100%)
 rename {html => matlab-openbis/html}/c.png (100%)
 rename {html => matlab-openbis/html}/demoicon.gif (100%)
 rename {html => matlab-openbis/html}/down.png (100%)
 rename {html => matlab-openbis/html}/doxysearch.php (100%)
 rename {html => matlab-openbis/html}/fortran.png (100%)
 rename {html => matlab-openbis/html}/hp.png (100%)
 rename {html => matlab-openbis/html}/index.html (100%)
 rename {html => matlab-openbis/html}/left.png (100%)
 rename {html => matlab-openbis/html}/linux.png (100%)
 rename {html => matlab-openbis/html}/m2html.css (100%)
 rename {html => matlab-openbis/html}/matlab-openbis/OpenBis.html (100%)
 rename {html => matlab-openbis/html}/matlab-openbis/df_to_table.html (100%)
 rename {html => matlab-openbis/html}/matlab-openbis/index.html (100%)
 rename {html => matlab-openbis/html}/matlab-openbis/obi_test.html (100%)
 rename {html => matlab-openbis/html}/matlab-openbis/passcode.html (100%)
 rename {html => matlab-openbis/html}/matlab-openbis/passwordEntryDialog.html (100%)
 rename {html => matlab-openbis/html}/matlab-openbis/user_url_pw_input_dialog.html (100%)
 rename {html => matlab-openbis/html}/matlab-openbis/user_url_pw_inputdlg.html (100%)
 rename {html => matlab-openbis/html}/matlabicon.gif (100%)
 rename {html => matlab-openbis/html}/mex.png (100%)
 rename {html => matlab-openbis/html}/pcode.png (100%)
 rename {html => matlab-openbis/html}/right.png (100%)
 rename {html => matlab-openbis/html}/sgi.png (100%)
 rename {html => matlab-openbis/html}/simulinkicon.gif (100%)
 rename {html => matlab-openbis/html}/solaris.png (100%)
 rename {html => matlab-openbis/html}/up.png (100%)
 rename {html => matlab-openbis/html}/windows.png (100%)
 rename obi_test.m => matlab-openbis/obi_test.m (100%)
 rename openbis_example.mlx => matlab-openbis/openbis_example.mlx (100%)
 rename passcode.m => matlab-openbis/passcode.m (100%)
 rename passwordEntryDialog.m => matlab-openbis/passwordEntryDialog.m (100%)
 rename pybis_example.ipynb => matlab-openbis/pybis_example.ipynb (100%)
 rename user_url_pw_input_dialog.m => matlab-openbis/user_url_pw_input_dialog.m (100%)
 rename user_url_pw_inputdlg.m => matlab-openbis/user_url_pw_inputdlg.m (100%)

diff --git a/LICENSE b/matlab-openbis/LICENSE
similarity index 100%
rename from LICENSE
rename to matlab-openbis/LICENSE
diff --git a/Matlab-openBIS.pptx b/matlab-openbis/Matlab-openBIS.pptx
similarity index 100%
rename from Matlab-openBIS.pptx
rename to matlab-openbis/Matlab-openBIS.pptx
diff --git a/OpenBis.m b/matlab-openbis/OpenBis.m
similarity index 100%
rename from OpenBis.m
rename to matlab-openbis/OpenBis.m
diff --git a/README.md b/matlab-openbis/README.md
similarity index 100%
rename from README.md
rename to matlab-openbis/README.md
diff --git a/df_to_table.m b/matlab-openbis/df_to_table.m
similarity index 100%
rename from df_to_table.m
rename to matlab-openbis/df_to_table.m
diff --git a/html/alpha.png b/matlab-openbis/html/alpha.png
similarity index 100%
rename from html/alpha.png
rename to matlab-openbis/html/alpha.png
diff --git a/html/c++.png b/matlab-openbis/html/c++.png
similarity index 100%
rename from html/c++.png
rename to matlab-openbis/html/c++.png
diff --git a/html/c.png b/matlab-openbis/html/c.png
similarity index 100%
rename from html/c.png
rename to matlab-openbis/html/c.png
diff --git a/html/demoicon.gif b/matlab-openbis/html/demoicon.gif
similarity index 100%
rename from html/demoicon.gif
rename to matlab-openbis/html/demoicon.gif
diff --git a/html/down.png b/matlab-openbis/html/down.png
similarity index 100%
rename from html/down.png
rename to matlab-openbis/html/down.png
diff --git a/html/doxysearch.php b/matlab-openbis/html/doxysearch.php
similarity index 100%
rename from html/doxysearch.php
rename to matlab-openbis/html/doxysearch.php
diff --git a/html/fortran.png b/matlab-openbis/html/fortran.png
similarity index 100%
rename from html/fortran.png
rename to matlab-openbis/html/fortran.png
diff --git a/html/hp.png b/matlab-openbis/html/hp.png
similarity index 100%
rename from html/hp.png
rename to matlab-openbis/html/hp.png
diff --git a/html/index.html b/matlab-openbis/html/index.html
similarity index 100%
rename from html/index.html
rename to matlab-openbis/html/index.html
diff --git a/html/left.png b/matlab-openbis/html/left.png
similarity index 100%
rename from html/left.png
rename to matlab-openbis/html/left.png
diff --git a/html/linux.png b/matlab-openbis/html/linux.png
similarity index 100%
rename from html/linux.png
rename to matlab-openbis/html/linux.png
diff --git a/html/m2html.css b/matlab-openbis/html/m2html.css
similarity index 100%
rename from html/m2html.css
rename to matlab-openbis/html/m2html.css
diff --git a/html/matlab-openbis/OpenBis.html b/matlab-openbis/html/matlab-openbis/OpenBis.html
similarity index 100%
rename from html/matlab-openbis/OpenBis.html
rename to matlab-openbis/html/matlab-openbis/OpenBis.html
diff --git a/html/matlab-openbis/df_to_table.html b/matlab-openbis/html/matlab-openbis/df_to_table.html
similarity index 100%
rename from html/matlab-openbis/df_to_table.html
rename to matlab-openbis/html/matlab-openbis/df_to_table.html
diff --git a/html/matlab-openbis/index.html b/matlab-openbis/html/matlab-openbis/index.html
similarity index 100%
rename from html/matlab-openbis/index.html
rename to matlab-openbis/html/matlab-openbis/index.html
diff --git a/html/matlab-openbis/obi_test.html b/matlab-openbis/html/matlab-openbis/obi_test.html
similarity index 100%
rename from html/matlab-openbis/obi_test.html
rename to matlab-openbis/html/matlab-openbis/obi_test.html
diff --git a/html/matlab-openbis/passcode.html b/matlab-openbis/html/matlab-openbis/passcode.html
similarity index 100%
rename from html/matlab-openbis/passcode.html
rename to matlab-openbis/html/matlab-openbis/passcode.html
diff --git a/html/matlab-openbis/passwordEntryDialog.html b/matlab-openbis/html/matlab-openbis/passwordEntryDialog.html
similarity index 100%
rename from html/matlab-openbis/passwordEntryDialog.html
rename to matlab-openbis/html/matlab-openbis/passwordEntryDialog.html
diff --git a/html/matlab-openbis/user_url_pw_input_dialog.html b/matlab-openbis/html/matlab-openbis/user_url_pw_input_dialog.html
similarity index 100%
rename from html/matlab-openbis/user_url_pw_input_dialog.html
rename to matlab-openbis/html/matlab-openbis/user_url_pw_input_dialog.html
diff --git a/html/matlab-openbis/user_url_pw_inputdlg.html b/matlab-openbis/html/matlab-openbis/user_url_pw_inputdlg.html
similarity index 100%
rename from html/matlab-openbis/user_url_pw_inputdlg.html
rename to matlab-openbis/html/matlab-openbis/user_url_pw_inputdlg.html
diff --git a/html/matlabicon.gif b/matlab-openbis/html/matlabicon.gif
similarity index 100%
rename from html/matlabicon.gif
rename to matlab-openbis/html/matlabicon.gif
diff --git a/html/mex.png b/matlab-openbis/html/mex.png
similarity index 100%
rename from html/mex.png
rename to matlab-openbis/html/mex.png
diff --git a/html/pcode.png b/matlab-openbis/html/pcode.png
similarity index 100%
rename from html/pcode.png
rename to matlab-openbis/html/pcode.png
diff --git a/html/right.png b/matlab-openbis/html/right.png
similarity index 100%
rename from html/right.png
rename to matlab-openbis/html/right.png
diff --git a/html/sgi.png b/matlab-openbis/html/sgi.png
similarity index 100%
rename from html/sgi.png
rename to matlab-openbis/html/sgi.png
diff --git a/html/simulinkicon.gif b/matlab-openbis/html/simulinkicon.gif
similarity index 100%
rename from html/simulinkicon.gif
rename to matlab-openbis/html/simulinkicon.gif
diff --git a/html/solaris.png b/matlab-openbis/html/solaris.png
similarity index 100%
rename from html/solaris.png
rename to matlab-openbis/html/solaris.png
diff --git a/html/up.png b/matlab-openbis/html/up.png
similarity index 100%
rename from html/up.png
rename to matlab-openbis/html/up.png
diff --git a/html/windows.png b/matlab-openbis/html/windows.png
similarity index 100%
rename from html/windows.png
rename to matlab-openbis/html/windows.png
diff --git a/obi_test.m b/matlab-openbis/obi_test.m
similarity index 100%
rename from obi_test.m
rename to matlab-openbis/obi_test.m
diff --git a/openbis_example.mlx b/matlab-openbis/openbis_example.mlx
similarity index 100%
rename from openbis_example.mlx
rename to matlab-openbis/openbis_example.mlx
diff --git a/passcode.m b/matlab-openbis/passcode.m
similarity index 100%
rename from passcode.m
rename to matlab-openbis/passcode.m
diff --git a/passwordEntryDialog.m b/matlab-openbis/passwordEntryDialog.m
similarity index 100%
rename from passwordEntryDialog.m
rename to matlab-openbis/passwordEntryDialog.m
diff --git a/pybis_example.ipynb b/matlab-openbis/pybis_example.ipynb
similarity index 100%
rename from pybis_example.ipynb
rename to matlab-openbis/pybis_example.ipynb
diff --git a/user_url_pw_input_dialog.m b/matlab-openbis/user_url_pw_input_dialog.m
similarity index 100%
rename from user_url_pw_input_dialog.m
rename to matlab-openbis/user_url_pw_input_dialog.m
diff --git a/user_url_pw_inputdlg.m b/matlab-openbis/user_url_pw_inputdlg.m
similarity index 100%
rename from user_url_pw_inputdlg.m
rename to matlab-openbis/user_url_pw_inputdlg.m
-- 
GitLab