From 8a864bf4f1bda5f856ce8c4bc86f69aa6102fc52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1s=C3=A1ry=20D=C3=A1niel?= Date: Thu, 25 Jan 2024 10:34:17 +0100 Subject: [PATCH] Project config repaired --- .../run-mediacube-server-hirtv.launch | 114 ---------------- .../run-mediacube-server-local.launch | 126 ------------------ .../run-mediacube-server-mv.launch | 125 ----------------- .../run-mediacube-server.launch | 58 +++++++- .../run-mediacube-server.launch- | 30 ----- .../run-mediacube-server2.launch- | 30 ----- .../production/LOCAL/settings/mediacube.yaml | 6 +- .../.classpath | 2 +- server/hu.user.theme.userdark/.classpath | 2 +- server/user.jobengine.osgi.commons/.classpath | 6 +- server/user.jobengine.osgi.db/.classpath | 4 +- server/user.jobengine.osgi.server/.classpath | 4 +- .../user.jobengine.osgi.services/.classpath | 2 +- server/user.mediacube.gui/.classpath | 2 +- server/user.mediacube.metadata/.classpath | 4 +- server/user.tsm.client/.classpath | 2 +- 16 files changed, 69 insertions(+), 448 deletions(-) delete mode 100644 server/-configuration/run-mediacube-server-hirtv.launch delete mode 100644 server/-configuration/run-mediacube-server-local.launch delete mode 100644 server/-configuration/run-mediacube-server-mv.launch delete mode 100644 server/-configuration/run-mediacube-server.launch- delete mode 100644 server/-configuration/run-mediacube-server2.launch- diff --git a/server/-configuration/run-mediacube-server-hirtv.launch b/server/-configuration/run-mediacube-server-hirtv.launch deleted file mode 100644 index dc9e0b79..00000000 --- a/server/-configuration/run-mediacube-server-hirtv.launch +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/server/-configuration/run-mediacube-server-local.launch b/server/-configuration/run-mediacube-server-local.launch deleted file mode 100644 index f5f6d7dd..00000000 --- a/server/-configuration/run-mediacube-server-local.launch +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/server/-configuration/run-mediacube-server-mv.launch b/server/-configuration/run-mediacube-server-mv.launch deleted file mode 100644 index e6a4c1a4..00000000 --- a/server/-configuration/run-mediacube-server-mv.launch +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/server/-configuration/run-mediacube-server.launch b/server/-configuration/run-mediacube-server.launch index a7e5cc81..dc9e0b79 100644 --- a/server/-configuration/run-mediacube-server.launch +++ b/server/-configuration/run-mediacube-server.launch @@ -6,61 +6,109 @@ - + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/server/-configuration/run-mediacube-server.launch- b/server/-configuration/run-mediacube-server.launch- deleted file mode 100644 index c38aef75..00000000 --- a/server/-configuration/run-mediacube-server.launch- +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/server/-configuration/run-mediacube-server2.launch- b/server/-configuration/run-mediacube-server2.launch- deleted file mode 100644 index 655f7c41..00000000 --- a/server/-configuration/run-mediacube-server2.launch- +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/server/-product/production/LOCAL/settings/mediacube.yaml b/server/-product/production/LOCAL/settings/mediacube.yaml index 05ac5999..3861350f 100644 --- a/server/-product/production/LOCAL/settings/mediacube.yaml +++ b/server/-product/production/LOCAL/settings/mediacube.yaml @@ -1,4 +1,4 @@ -#theme: userdark +theme: userdark jobQueuePollInterval: 1000 searchResultsListCacheSize: 200 disableHelp: true @@ -25,8 +25,8 @@ bottomTypeFilters: - name: Reklám nyers authentication: authEnabled: true -# defaultUser: root -# defaultPassword: password + defaultUser: root + defaultPassword: password adHost: localhost adNonSecurePort: 3268 adBaseDn: DC=intra,DC=mediavivantis,DC=hu diff --git a/server/hu.user.mediacube.executors.tests/.classpath b/server/hu.user.mediacube.executors.tests/.classpath index b862a296..54f561c7 100644 --- a/server/hu.user.mediacube.executors.tests/.classpath +++ b/server/hu.user.mediacube.executors.tests/.classpath @@ -3,5 +3,5 @@ - + diff --git a/server/hu.user.theme.userdark/.classpath b/server/hu.user.theme.userdark/.classpath index 05f70db3..a7fe5f1f 100644 --- a/server/hu.user.theme.userdark/.classpath +++ b/server/hu.user.theme.userdark/.classpath @@ -1,6 +1,6 @@ - + diff --git a/server/user.jobengine.osgi.commons/.classpath b/server/user.jobengine.osgi.commons/.classpath index fe500b89..9fcff48b 100644 --- a/server/user.jobengine.osgi.commons/.classpath +++ b/server/user.jobengine.osgi.commons/.classpath @@ -1,10 +1,8 @@ - - - + - + diff --git a/server/user.jobengine.osgi.db/.classpath b/server/user.jobengine.osgi.db/.classpath index ff5393b6..164d4365 100644 --- a/server/user.jobengine.osgi.db/.classpath +++ b/server/user.jobengine.osgi.db/.classpath @@ -2,8 +2,8 @@ - + - + diff --git a/server/user.jobengine.osgi.server/.classpath b/server/user.jobengine.osgi.server/.classpath index d362556c..e9e1ff45 100644 --- a/server/user.jobengine.osgi.server/.classpath +++ b/server/user.jobengine.osgi.server/.classpath @@ -3,6 +3,6 @@ - - + + diff --git a/server/user.jobengine.osgi.services/.classpath b/server/user.jobengine.osgi.services/.classpath index 6e16b23d..4b1d60cb 100644 --- a/server/user.jobengine.osgi.services/.classpath +++ b/server/user.jobengine.osgi.services/.classpath @@ -3,5 +3,5 @@ - + diff --git a/server/user.mediacube.gui/.classpath b/server/user.mediacube.gui/.classpath index 2dfbbd1b..619e72b0 100644 --- a/server/user.mediacube.gui/.classpath +++ b/server/user.mediacube.gui/.classpath @@ -5,5 +5,5 @@ - + diff --git a/server/user.mediacube.metadata/.classpath b/server/user.mediacube.metadata/.classpath index 069739a5..043f5dd0 100644 --- a/server/user.mediacube.metadata/.classpath +++ b/server/user.mediacube.metadata/.classpath @@ -3,6 +3,6 @@ - - + + diff --git a/server/user.tsm.client/.classpath b/server/user.tsm.client/.classpath index 6e16b23d..4b1d60cb 100644 --- a/server/user.tsm.client/.classpath +++ b/server/user.tsm.client/.classpath @@ -3,5 +3,5 @@ - + -- 2.54.0