From: Vásáry Dániel Date: Wed, 24 Jan 2024 21:20:59 +0000 (+0100) Subject: Dark theme dependency style modified X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=60e4dbcf43106cefad4f20cfc269925cc34fd49c;p=mediacube.git Dark theme dependency style modified --- diff --git a/server/-configuration/run-mediacube-server-hirtv.launch b/server/-configuration/run-mediacube-server-hirtv.launch index 3d90701c..dc9e0b79 100644 --- a/server/-configuration/run-mediacube-server-hirtv.launch +++ b/server/-configuration/run-mediacube-server-hirtv.launch @@ -95,7 +95,6 @@ - diff --git a/server/-dependencies/jobengine-theme.target b/server/-dependencies/jobengine-theme.target index 16b24aa9..a424cf7d 100644 --- a/server/-dependencies/jobengine-theme.target +++ b/server/-dependencies/jobengine-theme.target @@ -3,7 +3,6 @@ - @@ -88,7 +87,6 @@ - win32 diff --git a/server/-modules/pom.xml b/server/-modules/pom.xml index a979c4de..82dc366c 100644 --- a/server/-modules/pom.xml +++ b/server/-modules/pom.xml @@ -43,11 +43,6 @@ p2 file:${project.basedir}/../-dependencies/target/repository/ - - theme - p2 - file:${project.basedir}/../hu.user.theme.userdark/target/repository/ - diff --git a/server/-product/mediacube.product b/server/-product/mediacube.product index ee07e555..7f48d93d 100644 --- a/server/-product/mediacube.product +++ b/server/-product/mediacube.product @@ -105,7 +105,6 @@ - diff --git a/server/hu.user.theme.userdark/.classpath b/server/hu.user.theme.userdark/.classpath index 6c7c3b02..05f70db3 100644 --- a/server/hu.user.theme.userdark/.classpath +++ b/server/hu.user.theme.userdark/.classpath @@ -6,12 +6,12 @@ - + - + diff --git a/server/hu.user.theme.userdark/pom.xml b/server/hu.user.theme.userdark/pom.xml index 53733a8a..51be433b 100644 --- a/server/hu.user.theme.userdark/pom.xml +++ b/server/hu.user.theme.userdark/pom.xml @@ -67,6 +67,41 @@ + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + copy-jar + install + + copy-resources + + + ${project.basedir}/../user.mediacube.gui/lib + + + target + + ${project.artifactId}-${project.version}.jar + + + + UTF-8 + + + + + diff --git a/server/user.commons.zk/build-zk-module.launch b/server/user.commons.zk/build-zk-module.launch index 00e79319..ba66f8d4 100644 --- a/server/user.commons.zk/build-zk-module.launch +++ b/server/user.commons.zk/build-zk-module.launch @@ -1,9 +1,8 @@ - - + - + @@ -14,6 +13,7 @@ + diff --git a/server/user.commons.zk/pom.xml b/server/user.commons.zk/pom.xml index 42bffbdc..c96e5bef 100644 --- a/server/user.commons.zk/pom.xml +++ b/server/user.commons.zk/pom.xml @@ -28,7 +28,7 @@ lib/zk.jar org.zkoss.zk zk - ${version} + ${project.version} jar @@ -42,7 +42,7 @@ lib/zul.jar org.zkoss.zk zul - ${version} + ${project.version} jar @@ -56,7 +56,7 @@ lib/zkmax.jar org.zkoss.zk zkmax - ${version} + ${project.version} jar diff --git a/server/user.jobengine.osgi.services/build-services-module.launch b/server/user.jobengine.osgi.services/build-services-module.launch index b7d4e22d..08606353 100644 --- a/server/user.jobengine.osgi.services/build-services-module.launch +++ b/server/user.jobengine.osgi.services/build-services-module.launch @@ -1,5 +1,6 @@ + @@ -12,5 +13,6 @@ + diff --git a/server/user.mediacube.gui/.classpath b/server/user.mediacube.gui/.classpath index 190fd9b0..2dfbbd1b 100644 --- a/server/user.mediacube.gui/.classpath +++ b/server/user.mediacube.gui/.classpath @@ -1,7 +1,6 @@ - - + diff --git a/server/user.mediacube.gui/META-INF/MANIFEST.MF b/server/user.mediacube.gui/META-INF/MANIFEST.MF index 77da9444..a5c9ed00 100644 --- a/server/user.mediacube.gui/META-INF/MANIFEST.MF +++ b/server/user.mediacube.gui/META-INF/MANIFEST.MF @@ -10,11 +10,13 @@ Require-Bundle: user.jobengine.osgi.db;bundle-version="1.0.0", org.apache.commons.lang;bundle-version="2.4.0";visibility:=reexport, user.commons.zk;bundle-version="1.0.0", org.apache.servicemix.bundles.quartz;bundle-version="2.3.0", - user.jobengine.osgi.server, - user.theme.userdark;bundle-version="1.0.0" -Export-Package: user.jobengine.gui + user.jobengine.osgi.server +Export-Package: org.zkoss.theme.___THEME_NAME___, + org.zkoss.theme.userdark, + user.jobengine.gui DynamicImport-Package: * -Bundle-ClassPath: . +Bundle-ClassPath: ., + lib/userdark-1.0.0.jar Bundle-ActivationPolicy: lazy Web-ContextPath: / Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/server/user.mediacube.gui/build.properties b/server/user.mediacube.gui/build.properties index 209d9de1..d63ad93d 100644 --- a/server/user.mediacube.gui/build.properties +++ b/server/user.mediacube.gui/build.properties @@ -1,5 +1,15 @@ source.. = src/,\ test/ output.. = bin/ -bin.includes = .,META-INF/,OSGI-INF/,WEB-INF/,index.zul,pages/,css/,img/,js/,resources/ +bin.includes = .,\ + META-INF/,\ + OSGI-INF/,\ + WEB-INF/,\ + index.zul,\ + pages/,\ + css/,\ + img/,\ + js/,\ + resources/,\ + lib/ src.includes = .,WEB-INF/,index.zul,pages/,css/,img/,js/,resources/ diff --git a/server/user.mediacube.gui/lib/userdark-1.0.0.jar b/server/user.mediacube.gui/lib/userdark-1.0.0.jar new file mode 100644 index 00000000..5344a95c Binary files /dev/null and b/server/user.mediacube.gui/lib/userdark-1.0.0.jar differ