From 52e116f476dea0cd6da3c4a7101208038d434965 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1s=C3=A1ry=20D=C3=A1niel?= Date: Fri, 1 Mar 2024 22:55:03 +0100 Subject: [PATCH] Project configuration --- server/-modules/pom.xml | 25 ++++++++----------- .../.classpath | 2 +- server/hu.user.mediacube.indexer/.classpath | 4 +-- .../.settings/org.eclipse.jdt.core.prefs | 7 ++++++ server/hu.user.theme.userdark/.classpath | 4 +-- .../.settings/org.eclipse.jdt.core.prefs | 6 +++++ server/user.commons.zk/.classpath | 2 +- server/user.commons.zk/.gitignore | 1 + server/user.jobengine.executors/.classpath | 4 +-- server/user.jobengine.log4j/.classpath | 2 +- server/user.mediacube.metadata/.classpath | 2 +- 11 files changed, 33 insertions(+), 26 deletions(-) create mode 100644 server/user.commons.zk/.gitignore diff --git a/server/-modules/pom.xml b/server/-modules/pom.xml index 82dc366c..8aa0bae1 100644 --- a/server/-modules/pom.xml +++ b/server/-modules/pom.xml @@ -91,6 +91,11 @@ target-platform-configuration ${tycho.version} + + + + + org.eclipse.m2e @@ -101,24 +106,14 @@ - - org.eclipse.tycho - - - tycho-packaging-plugin - - - [1.0.0,) - + org.eclipse.tycho + tycho-packaging-plugin + [1.0.0,) validate-id - - validate-version - + validate-version build-qualifier - - build-qualifier-aggregator - + build-qualifier-aggregator diff --git a/server/hu.user.mediacube.executors.tests/.classpath b/server/hu.user.mediacube.executors.tests/.classpath index 54f561c7..e2a51c8c 100644 --- a/server/hu.user.mediacube.executors.tests/.classpath +++ b/server/hu.user.mediacube.executors.tests/.classpath @@ -1,6 +1,6 @@ - + diff --git a/server/hu.user.mediacube.indexer/.classpath b/server/hu.user.mediacube.indexer/.classpath index a98de71f..397d43fd 100644 --- a/server/hu.user.mediacube.indexer/.classpath +++ b/server/hu.user.mediacube.indexer/.classpath @@ -1,6 +1,4 @@ - - @@ -12,11 +10,13 @@ + + diff --git a/server/hu.user.mediacube.indexer/.settings/org.eclipse.jdt.core.prefs b/server/hu.user.mediacube.indexer/.settings/org.eclipse.jdt.core.prefs index fd9afef6..0ada971a 100644 --- a/server/hu.user.mediacube.indexer/.settings/org.eclipse.jdt.core.prefs +++ b/server/hu.user.mediacube.indexer/.settings/org.eclipse.jdt.core.prefs @@ -1,2 +1,9 @@ eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.methodParameters=generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/server/hu.user.theme.userdark/.classpath b/server/hu.user.theme.userdark/.classpath index a7fe5f1f..ac341a8c 100644 --- a/server/hu.user.theme.userdark/.classpath +++ b/server/hu.user.theme.userdark/.classpath @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ - + diff --git a/server/hu.user.theme.userdark/.settings/org.eclipse.jdt.core.prefs b/server/hu.user.theme.userdark/.settings/org.eclipse.jdt.core.prefs index 4ede96d8..a3b98fd0 100644 --- a/server/hu.user.theme.userdark/.settings/org.eclipse.jdt.core.prefs +++ b/server/hu.user.theme.userdark/.settings/org.eclipse.jdt.core.prefs @@ -1,2 +1,8 @@ eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.compliance=1.7 +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=1.7 diff --git a/server/user.commons.zk/.classpath b/server/user.commons.zk/.classpath index 9c8687fb..af6e1057 100644 --- a/server/user.commons.zk/.classpath +++ b/server/user.commons.zk/.classpath @@ -42,7 +42,7 @@ - + diff --git a/server/user.commons.zk/.gitignore b/server/user.commons.zk/.gitignore new file mode 100644 index 00000000..ae3c1726 --- /dev/null +++ b/server/user.commons.zk/.gitignore @@ -0,0 +1 @@ +/bin/ diff --git a/server/user.jobengine.executors/.classpath b/server/user.jobengine.executors/.classpath index 9e589264..9a6e94c1 100644 --- a/server/user.jobengine.executors/.classpath +++ b/server/user.jobengine.executors/.classpath @@ -1,10 +1,8 @@ - - - + diff --git a/server/user.jobengine.log4j/.classpath b/server/user.jobengine.log4j/.classpath index 2fd0b883..4247f09f 100644 --- a/server/user.jobengine.log4j/.classpath +++ b/server/user.jobengine.log4j/.classpath @@ -6,7 +6,7 @@ - + diff --git a/server/user.mediacube.metadata/.classpath b/server/user.mediacube.metadata/.classpath index 043f5dd0..e9e1ff45 100644 --- a/server/user.mediacube.metadata/.classpath +++ b/server/user.mediacube.metadata/.classpath @@ -1,6 +1,6 @@ - + -- 2.54.0