From 3764bb694bb6cfbef8500cbbb4f26f71c5bbe045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dinis=20Ferreira?= Date: Sat, 18 Oct 2025 13:35:29 +0200 Subject: [PATCH 1/2] chore: remove unused Apache Commons Logging dependency --- .../META-INF/MANIFEST.MF | 3 +-- com.avaloq.tools.ddk.check.test.runtime/META-INF/MANIFEST.MF | 1 - com.avaloq.tools.ddk.xtext.export/META-INF/MANIFEST.MF | 1 - com.avaloq.tools.ddk.xtext.expression/META-INF/MANIFEST.MF | 1 - .../META-INF/MANIFEST.MF | 3 +-- com.avaloq.tools.ddk.xtext.format/META-INF/MANIFEST.MF | 1 - com.avaloq.tools.ddk.xtext.valid/META-INF/MANIFEST.MF | 1 - 7 files changed, 2 insertions(+), 9 deletions(-) diff --git a/com.avaloq.tools.ddk.check.test.runtime.ui/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.test.runtime.ui/META-INF/MANIFEST.MF index e6a58eb5b7..dc24e904a1 100644 --- a/com.avaloq.tools.ddk.check.test.runtime.ui/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.check.test.runtime.ui/META-INF/MANIFEST.MF @@ -18,8 +18,7 @@ Require-Bundle: com.avaloq.tools.ddk.check.test.runtime;visibility:=reexport, org.eclipse.compare, com.avaloq.tools.ddk.check.runtime.core, org.apache.log4j -Import-Package: org.apache.commons.logging, - org.apache.log4j +Import-Package: org.apache.log4j Bundle-RequiredExecutionEnvironment: JavaSE-21 Export-Package: com.avaloq.tools.ddk.check.ui.contentassist.antlr, com.avaloq.tools.ddk.check.ui.internal, diff --git a/com.avaloq.tools.ddk.check.test.runtime/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.test.runtime/META-INF/MANIFEST.MF index 10a9984eb4..58310e0349 100644 --- a/com.avaloq.tools.ddk.check.test.runtime/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.check.test.runtime/META-INF/MANIFEST.MF @@ -6,7 +6,6 @@ Bundle-Version: 16.2.0.qualifier Bundle-SymbolicName: com.avaloq.tools.ddk.check.test.runtime;singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: org.eclipse.xtext;visibility:=reexport, - org.apache.commons.logging;resolution:=optional;visibility:=reexport, org.eclipse.xtext.xtext.generator, org.eclipse.emf.codegen.ecore;resolution:=optional, org.eclipse.emf.mwe.utils;resolution:=optional, diff --git a/com.avaloq.tools.ddk.xtext.export/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.export/META-INF/MANIFEST.MF index 872eaf164d..118cda3c3c 100644 --- a/com.avaloq.tools.ddk.xtext.export/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.export/META-INF/MANIFEST.MF @@ -10,7 +10,6 @@ Require-Bundle: org.eclipse.xtext, org.eclipse.xtend, org.eclipse.xtend.typesystem.emf, org.eclipse.xtext.xtext.generator, - org.apache.commons.logging;resolution:=optional, org.eclipse.emf.codegen.ecore;resolution:=optional, org.eclipse.emf.mwe.utils;resolution:=optional, org.eclipse.emf.mwe2.launch;resolution:=optional, diff --git a/com.avaloq.tools.ddk.xtext.expression/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.expression/META-INF/MANIFEST.MF index 070d75b39b..7dc71960b5 100644 --- a/com.avaloq.tools.ddk.xtext.expression/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.expression/META-INF/MANIFEST.MF @@ -9,7 +9,6 @@ Require-Bundle: org.eclipse.xtext, org.eclipse.xtend, org.eclipse.xtend.typesystem.emf, org.eclipse.xtext.xtext.generator, - org.apache.commons.logging;resolution:=optional, org.eclipse.emf.codegen.ecore;resolution:=optional, org.eclipse.emf.mwe.utils;resolution:=optional, org.eclipse.emf.mwe2.launch;resolution:=optional, diff --git a/com.avaloq.tools.ddk.xtext.format.generator/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.format.generator/META-INF/MANIFEST.MF index 8073797302..e32b9ecd97 100644 --- a/com.avaloq.tools.ddk.xtext.format.generator/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.format.generator/META-INF/MANIFEST.MF @@ -12,8 +12,7 @@ Require-Bundle: com.avaloq.tools.ddk.xtext.format;visibility:=reexport, com.avaloq.tools.ddk.xtext.generator;visibility:=reexport, org.eclipse.osgi, com.avaloq.tools.ddk.xtext, - org.eclipse.jdt.core;visibility:=reexport, - org.apache.commons.logging + org.eclipse.jdt.core;visibility:=reexport Import-Package: org.apache.logging.log4j,org.apache.log4j Bundle-RequiredExecutionEnvironment: JavaSE-21 Export-Package: com.avaloq.tools.ddk.xtext.format.generator diff --git a/com.avaloq.tools.ddk.xtext.format/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.format/META-INF/MANIFEST.MF index 15c8c112ab..bbce627957 100644 --- a/com.avaloq.tools.ddk.xtext.format/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.format/META-INF/MANIFEST.MF @@ -8,7 +8,6 @@ Bundle-RequiredExecutionEnvironment: JavaSE-21 Bundle-ActivationPolicy: lazy Require-Bundle: org.eclipse.xtext, org.eclipse.xtext.xtext.generator, - org.apache.commons.logging;resolution:=optional, org.eclipse.emf.codegen.ecore;resolution:=optional, org.eclipse.emf.mwe.utils;resolution:=optional, org.eclipse.emf.mwe2.launch;resolution:=optional, diff --git a/com.avaloq.tools.ddk.xtext.valid/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.valid/META-INF/MANIFEST.MF index 8aa158a6c3..8fc4e36448 100644 --- a/com.avaloq.tools.ddk.xtext.valid/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.valid/META-INF/MANIFEST.MF @@ -8,7 +8,6 @@ Bundle-RequiredExecutionEnvironment: JavaSE-21 Bundle-ActivationPolicy: lazy Require-Bundle: org.eclipse.xtext, org.eclipse.xtext.xtext.generator;resolution:=optional, - org.apache.commons.logging;resolution:=optional, org.eclipse.emf.codegen.ecore;resolution:=optional, org.eclipse.emf.mwe.utils;resolution:=optional, org.eclipse.emf.mwe2.launch;resolution:=optional, From 3155d0a61ab5783702afffd18fe1db5dadaf56e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dinis=20Ferreira?= Date: Sat, 18 Oct 2025 14:05:17 +0200 Subject: [PATCH 2/2] chore: apply Eclipse PDE's "Organize Manifests" action to all manifests --- .../META-INF/MANIFEST.MF | 26 ++--------------- .../META-INF/MANIFEST.MF | 19 ++---------- .../META-INF/MANIFEST.MF | 8 ----- .../META-INF/MANIFEST.MF | 10 ++----- .../META-INF/MANIFEST.MF | 4 +-- .../META-INF/MANIFEST.MF | 17 ++--------- .../META-INF/MANIFEST.MF | 4 --- .../META-INF/MANIFEST.MF | 16 ++-------- .../META-INF/MANIFEST.MF | 19 +++--------- .../META-INF/MANIFEST.MF | 6 ---- .../META-INF/MANIFEST.MF | 26 ++--------------- .../META-INF/MANIFEST.MF | 15 +--------- .../META-INF/MANIFEST.MF | 8 ----- .../META-INF/MANIFEST.MF | 5 +--- .../META-INF/MANIFEST.MF | 13 +-------- .../META-INF/MANIFEST.MF | 8 ----- .../META-INF/MANIFEST.MF | 6 ---- .../META-INF/MANIFEST.MF | 6 ---- .../META-INF/MANIFEST.MF | 16 ++-------- .../META-INF/MANIFEST.MF | 2 -- .../META-INF/MANIFEST.MF | 8 +---- .../META-INF/MANIFEST.MF | 9 ++---- .../META-INF/MANIFEST.MF | 8 +---- .../META-INF/MANIFEST.MF | 24 ++------------- .../META-INF/MANIFEST.MF | 4 +-- .../META-INF/MANIFEST.MF | 3 +- .../META-INF/MANIFEST.MF | 1 - .../META-INF/MANIFEST.MF | 2 -- .../META-INF/MANIFEST.MF | 6 +--- .../META-INF/MANIFEST.MF | 11 +------ .../META-INF/MANIFEST.MF | 4 +-- .../META-INF/MANIFEST.MF | 7 +---- .../META-INF/MANIFEST.MF | 7 +---- .../META-INF/MANIFEST.MF | 17 ++--------- .../META-INF/MANIFEST.MF | 4 +-- .../META-INF/MANIFEST.MF | 3 -- .../META-INF/MANIFEST.MF | 17 ++--------- .../META-INF/MANIFEST.MF | 5 +--- .../META-INF/MANIFEST.MF | 6 +--- .../META-INF/MANIFEST.MF | 10 +------ .../META-INF/MANIFEST.MF | 10 +------ .../META-INF/MANIFEST.MF | 22 +++----------- .../META-INF/MANIFEST.MF | 11 ++----- .../META-INF/MANIFEST.MF | 27 +++++------------ .../META-INF/MANIFEST.MF | 2 -- .../META-INF/MANIFEST.MF | 2 -- .../META-INF/MANIFEST.MF | 4 +-- .../META-INF/MANIFEST.MF | 4 --- .../META-INF/MANIFEST.MF | 12 ++------ .../META-INF/MANIFEST.MF | 7 ++--- .../META-INF/MANIFEST.MF | 29 ++++--------------- .../META-INF/MANIFEST.MF | 10 ++----- .../META-INF/MANIFEST.MF | 2 -- .../META-INF/MANIFEST.MF | 4 +-- .../META-INF/MANIFEST.MF | 3 -- .../META-INF/MANIFEST.MF | 16 ++-------- .../META-INF/MANIFEST.MF | 11 ++----- com.avaloq.tools.ddk/META-INF/MANIFEST.MF | 6 +--- com.avaloq.tools.ddk/build.properties | 3 +- com.avaloq.tools.ddk/plugin.xml | 6 ---- 60 files changed, 82 insertions(+), 499 deletions(-) delete mode 100644 com.avaloq.tools.ddk/plugin.xml diff --git a/com.avaloq.tools.ddk.check.core.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.core.test/META-INF/MANIFEST.MF index 28faf64a11..5e047e3c12 100644 --- a/com.avaloq.tools.ddk.check.core.test/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.check.core.test/META-INF/MANIFEST.MF @@ -5,41 +5,19 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.check.core.test;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Require-Bundle: com.avaloq.tools.ddk.check.core, com.avaloq.tools.ddk.xtext.test.core, com.avaloq.tools.ddk.check.ui, - org.eclipse.xtext, - org.eclipse.xtext.xbase, - org.eclipse.xtext.ui, - org.eclipse.jdt.core, - org.eclipse.core.resources, - org.eclipse.ui, org.eclipse.ui.ide, - org.eclipse.core.runtime, - org.eclipse.xtend.lib, - org.eclipse.xtext.ui.testing, - org.eclipse.xtext.testing, org.junit, - org.mockito.mockito-core, com.avaloq.tools.ddk.check.runtime.core, - org.eclipse.ui.workbench;resolution:=optional, - org.eclipse.xtext.xbase, - org.eclipse.xtext.xbase.lib, org.apache.logging.log4j, org.apache.commons.lang, - org.eclipse.xtext.xbase.testing, - junit-jupiter-api, - junit-jupiter-engine, - junit-vintage-engine + org.eclipse.xtext.xbase.testing Export-Package: com.avaloq.tools.ddk.check.core.test, com.avaloq.tools.ddk.check.core.test.util, com.avaloq.tools.ddk.check.test.core, com.avaloq.tools.ddk.check Import-Package: org.junit.runner;version="4.5.0", - org.junit.runner.manipulation;version="4.5.0", - org.junit.runner.notification;version="4.5.0", - org.junit.runners;version="4.5.0", - org.junit.runners.model;version="4.5.0", - org.hamcrest.core + org.junit.runners;version="4.5.0" Automatic-Module-Name: com.avaloq.tools.ddk.check.core.test diff --git a/com.avaloq.tools.ddk.check.core/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.core/META-INF/MANIFEST.MF index 1ac5dd54a4..3df1722f0f 100644 --- a/com.avaloq.tools.ddk.check.core/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.check.core/META-INF/MANIFEST.MF @@ -5,28 +5,17 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.check.core;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy -Require-Bundle: org.eclipse.xtext, - org.eclipse.xtext.xtext.generator, - org.eclipse.xtext.util, - org.eclipse.emf.ecore, - org.eclipse.emf.common, +Require-Bundle: org.eclipse.xtext.xtext.generator, org.eclipse.emf.mwe2.launch;resolution:=optional, - org.eclipse.osgi, - org.antlr.runtime, org.eclipse.core.runtime, org.eclipse.core.resources, org.eclipse.xtext.xbase;visibility:=reexport, - org.eclipse.xtext.common.types, - com.avaloq.tools.ddk.xtext.generator;resolution:=optional, com.avaloq.tools.ddk.check.runtime.core, org.eclipse.jdt.ui, - org.eclipse.jdt.core, org.eclipse.jface.text, - org.eclipse.xtext.xbase.lib, com.avaloq.tools.ddk.xtext, org.apache.commons.lang, - org.objectweb.asm;resolution:=optional + org.eclipse.xtext.xbase.lib Export-Package: com.avaloq.tools.ddk.check, com.avaloq.tools.ddk.check.check, com.avaloq.tools.ddk.check.check.impl, @@ -46,7 +35,5 @@ Export-Package: com.avaloq.tools.ddk.check, com.avaloq.tools.ddk.check.typing, com.avaloq.tools.ddk.check.util, com.avaloq.tools.ddk.check.validation -Import-Package: org.apache.logging.log4j, - org.eclipse.jdt.internal.ui.text, - org.apache.log4j +Import-Package: org.apache.logging.log4j Automatic-Module-Name: com.avaloq.tools.ddk.check.core diff --git a/com.avaloq.tools.ddk.check.ide/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.ide/META-INF/MANIFEST.MF index 618bb7da00..a6af4813f8 100644 --- a/com.avaloq.tools.ddk.check.ide/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.check.ide/META-INF/MANIFEST.MF @@ -5,17 +5,9 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.check.ide;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Require-Bundle: com.avaloq.tools.ddk.check.core, - com.avaloq.tools.ddk.check.runtime.core, - org.eclipse.xtext, - org.eclipse.xtext.util, - com.google.inject, - org.antlr.runtime, org.eclipse.xtext.ide, org.eclipse.xtext.xbase.ide Export-Package: com.avaloq.tools.ddk.check.ide.contentassist.antlr, com.avaloq.tools.ddk.check.ide.contentassist.antlr.internal -Import-Package: org.apache.log4j, - org.apache.logging.log4j Automatic-Module-Name: com.avaloq.tools.ddk.check.ide diff --git a/com.avaloq.tools.ddk.check.runtime.core.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.runtime.core.test/META-INF/MANIFEST.MF index 6d34bb28ed..9b197d58df 100644 --- a/com.avaloq.tools.ddk.check.runtime.core.test/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.check.runtime.core.test/META-INF/MANIFEST.MF @@ -5,16 +5,10 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.check.runtime.core.test;singleton:=tru Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, +Require-Bundle: org.eclipse.core.runtime, org.eclipse.xtext, - com.avaloq.tools.ddk.test.ui, com.avaloq.tools.ddk.check.runtime.core, - org.junit, - com.google.guava, - junit-jupiter-api, - junit-jupiter-engine, - junit-vintage-engine + org.junit Export-Package: com.avaloq.tools.ddk.check.runtime.test.core Import-Package: org.mockito, org.mockito.stubbing diff --git a/com.avaloq.tools.ddk.check.runtime.ui/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.runtime.ui/META-INF/MANIFEST.MF index 4e597bdb0c..b08ae99f9f 100644 --- a/com.avaloq.tools.ddk.check.runtime.ui/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.check.runtime.ui/META-INF/MANIFEST.MF @@ -5,9 +5,7 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.check.runtime.ui;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Activator: com.avaloq.tools.ddk.check.runtime.ui.internal.Activator Bundle-Vendor: Avaloq Group AG -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - org.eclipse.xtext.ui, +Require-Bundle: org.eclipse.xtext.ui, com.avaloq.tools.ddk.check.runtime.core, org.eclipse.ui.ide Bundle-RequiredExecutionEnvironment: JavaSE-21 diff --git a/com.avaloq.tools.ddk.check.test.runtime.tests/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.test.runtime.tests/META-INF/MANIFEST.MF index 212830dfd4..669ae0ae06 100644 --- a/com.avaloq.tools.ddk.check.test.runtime.tests/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.check.test.runtime.tests/META-INF/MANIFEST.MF @@ -4,29 +4,16 @@ Bundle-Name: com.avaloq.tools.ddk.check.test.runtime.tests Bundle-Vendor: Avaloq Group AG Bundle-Version: 16.2.0.qualifier Bundle-SymbolicName: com.avaloq.tools.ddk.check.test.runtime.tests; singleton:=true -Bundle-ActivationPolicy: lazy Require-Bundle: com.avaloq.tools.ddk.check.runtime.core, com.avaloq.tools.ddk.check.test.runtime, com.avaloq.tools.ddk.check.core.test, com.avaloq.tools.ddk.check.test.runtime.ui, - org.eclipse.core.runtime, - org.eclipse.core.resources, - org.eclipse.xtext, org.eclipse.xtext.testing, org.eclipse.xtext.ui.testing, org.junit, - org.eclipse.ui.workbench;resolution:=optional, - org.eclipse.xtend.lib, - org.eclipse.xtext.xbase.lib, - junit-jupiter-api, - junit-jupiter-engine, - junit-vintage-engine + org.eclipse.xtend.lib Import-Package: org.junit.runner;version="4.5.0", - org.junit.runner.manipulation;version="4.5.0", - org.junit.runner.notification;version="4.5.0", - org.junit.runners;version="4.5.0", - org.junit.runners.model;version="4.5.0", - org.hamcrest.core + org.junit.runners;version="4.5.0" Bundle-RequiredExecutionEnvironment: JavaSE-21 Export-Package: com.avaloq.tools.ddk.check.test.runtime, com.avaloq.tools.ddk.check.test.runtime.tests, diff --git a/com.avaloq.tools.ddk.check.test.runtime.ui/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.test.runtime.ui/META-INF/MANIFEST.MF index dc24e904a1..cc06045cb1 100644 --- a/com.avaloq.tools.ddk.check.test.runtime.ui/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.check.test.runtime.ui/META-INF/MANIFEST.MF @@ -7,12 +7,8 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.check.test.runtime.ui; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: com.avaloq.tools.ddk.check.test.runtime;visibility:=reexport, org.eclipse.xtext.ui, - org.eclipse.ui.editors;bundle-version="3.5.0", - org.eclipse.ui.ide;bundle-version="3.5.0", org.eclipse.xtext.ui.shared, - org.eclipse.ui, org.eclipse.xtext.builder, - org.antlr.runtime, org.eclipse.xtext.common.types.ui, org.eclipse.xtext.ui.codetemplates.ui, org.eclipse.compare, diff --git a/com.avaloq.tools.ddk.check.test.runtime/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.test.runtime/META-INF/MANIFEST.MF index 58310e0349..c1647a0ea2 100644 --- a/com.avaloq.tools.ddk.check.test.runtime/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.check.test.runtime/META-INF/MANIFEST.MF @@ -4,27 +4,15 @@ Bundle-Name: com.avaloq.tools.ddk.check.test.runtime Bundle-Vendor: Avaloq Group AG Bundle-Version: 16.2.0.qualifier Bundle-SymbolicName: com.avaloq.tools.ddk.check.test.runtime;singleton:=true -Bundle-ActivationPolicy: lazy Require-Bundle: org.eclipse.xtext;visibility:=reexport, org.eclipse.xtext.xtext.generator, - org.eclipse.emf.codegen.ecore;resolution:=optional, - org.eclipse.emf.mwe.utils;resolution:=optional, org.eclipse.emf.mwe2.launch;resolution:=optional, - org.eclipse.xtext.util, - org.eclipse.emf.ecore, - org.eclipse.emf.common, - org.eclipse.osgi, - org.antlr.runtime, - org.eclipse.xtext.common.types, com.avaloq.tools.ddk.xtext, - com.avaloq.tools.ddk.xtext.generator, com.avaloq.tools.ddk.check.runtime.core, org.eclipse.core.runtime, com.avaloq.tools.ddk.check.lib, - com.avaloq.tools.ddk.check.core, - org.eclipse.xtext.xbase.lib -Import-Package: org.apache.log4j, - org.apache.logging.log4j, + com.avaloq.tools.ddk.check.core +Import-Package: org.apache.logging.log4j, org.eclipse.xtext.xbase.lib Bundle-RequiredExecutionEnvironment: JavaSE-21 Export-Package: com.avaloq.tools.ddk.check, diff --git a/com.avaloq.tools.ddk.check.ui.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.ui.test/META-INF/MANIFEST.MF index b113e52111..0f7948db0a 100644 --- a/com.avaloq.tools.ddk.check.ui.test/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.check.ui.test/META-INF/MANIFEST.MF @@ -13,26 +13,15 @@ Require-Bundle: org.junit, com.avaloq.tools.ddk.check.core.test, com.avaloq.tools.ddk.check.core, org.eclipse.pde.core, - org.eclipse.xtext.ui, org.eclipse.xtext.common.types.ui, org.eclipse.jdt.core, - org.eclipse.ui.ide, - org.eclipse.xtext.xbase.lib, - org.eclipse.core.runtime, - org.eclipse.ui.workbench;resolution:=optional, - org.objectweb.asm;resolution:=optional, - junit-jupiter-api, - junit-jupiter-engine, - junit-vintage-engine + org.eclipse.ui.ide Export-Package: com.avaloq.tools.ddk.check.ui.test, com.avaloq.tools.ddk.check.ui.test.util, com.avaloq.tools.ddk.check -Import-Package: org.slf4j, org.apache.log4j, +Import-Package: org.slf4j, + org.apache.log4j, org.apache.logging.log4j, - org.hamcrest.core, org.junit.runner;version="4.5.0", - org.junit.runner.manipulation;version="4.5.0", - org.junit.runner.notification;version="4.5.0", - org.junit.runners;version="4.5.0", - org.junit.runners.model;version="4.5.0" + org.junit.runners;version="4.5.0" Automatic-Module-Name: com.avaloq.tools.ddk.check.ui.test diff --git a/com.avaloq.tools.ddk.check.ui/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.check.ui/META-INF/MANIFEST.MF index 722d426cee..4a6de1b08d 100644 --- a/com.avaloq.tools.ddk.check.ui/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.check.ui/META-INF/MANIFEST.MF @@ -12,8 +12,6 @@ Require-Bundle: com.avaloq.tools.ddk.xtext.builder, com.avaloq.tools.ddk.xtext.ui, com.avaloq.tools.ddk.check.core, com.avaloq.tools.ddk.check.ide, - com.avaloq.tools.ddk.check.runtime.core, - org.antlr.runtime, org.eclipse.xtext.ui, org.eclipse.xtext.ui.shared, org.eclipse.xtext.builder, @@ -27,10 +25,6 @@ Require-Bundle: com.avaloq.tools.ddk.xtext.builder, org.eclipse.pde.ui, org.eclipse.xtext.xtext.generator, org.eclipse.pde.ua.core, - org.eclipse.ui.editors, - org.eclipse.ui, - org.eclipse.core.resources, - org.eclipse.jdt.debug.ui, com.avaloq.tools.ddk.checkcfg.core Export-Package: com.avaloq.tools.ddk.check.ui;x-friends:="com.avaloq.tools.ddk.check.ui.test", com.avaloq.tools.ddk.check.ui.builder.util, diff --git a/com.avaloq.tools.ddk.checkcfg.core.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.checkcfg.core.test/META-INF/MANIFEST.MF index a098efd3f6..bf418ec35c 100644 --- a/com.avaloq.tools.ddk.checkcfg.core.test/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.checkcfg.core.test/META-INF/MANIFEST.MF @@ -4,33 +4,13 @@ Bundle-Name: com.avaloq.tools.ddk.checkcfg.core.test Bundle-Vendor: Avaloq Group AG Bundle-Version: 16.2.0.qualifier Bundle-SymbolicName: com.avaloq.tools.ddk.checkcfg.core.test; singleton:=true -Bundle-ActivationPolicy: lazy Require-Bundle: com.avaloq.tools.ddk.test.core, com.avaloq.tools.ddk.checkcfg.core, com.avaloq.tools.ddk.checkcfg.ui, com.avaloq.tools.ddk.xtext.test.core, - org.eclipse.xtext, - org.eclipse.xtext.ui, - org.eclipse.jdt.core, - org.eclipse.core.resources, - org.eclipse.ui, - org.eclipse.ui.ide, - org.eclipse.core.runtime, - org.eclipse.xtend.lib, - org.eclipse.xtext.ui.testing, - org.junit, - org.eclipse.xtext.xbase.lib, - org.eclipse.ui.workbench;resolution:=optional, - org.objectweb.asm;resolution:=optional, - junit-jupiter-api, - junit-jupiter-engine, - junit-vintage-engine -Import-Package: org.hamcrest.core, - org.junit.runner;version="4.5.0", - org.junit.runner.manipulation;version="4.5.0", - org.junit.runner.notification;version="4.5.0", - org.junit.runners;version="4.5.0", - org.junit.runners.model;version="4.5.0" + org.junit +Import-Package: org.junit.runner;version="4.5.0", + org.junit.runners;version="4.5.0" Export-Package: com.avaloq.tools.ddk.checkcfg.test, com.avaloq.tools.ddk.checkcfg.util Bundle-RequiredExecutionEnvironment: JavaSE-21 diff --git a/com.avaloq.tools.ddk.checkcfg.core/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.checkcfg.core/META-INF/MANIFEST.MF index 943d27f559..dc4ac61ab3 100644 --- a/com.avaloq.tools.ddk.checkcfg.core/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.checkcfg.core/META-INF/MANIFEST.MF @@ -4,26 +4,14 @@ Bundle-Name: com.avaloq.tools.ddk.checkcfg.core Bundle-Vendor: Avaloq Group AG Bundle-Version: 16.2.0.qualifier Bundle-SymbolicName: com.avaloq.tools.ddk.checkcfg.core; singleton:=true -Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-21 Require-Bundle: org.eclipse.xtext, - org.eclipse.xtext.util, - org.eclipse.emf.ecore, - org.eclipse.emf.common, - org.eclipse.osgi, - org.antlr.runtime, org.eclipse.core.runtime, - org.eclipse.core.resources, org.eclipse.xtext.xbase;visibility:=reexport, - org.eclipse.xtext.common.types, - org.eclipse.jdt.core, com.avaloq.tools.ddk.xtext, com.avaloq.tools.ddk.check.core, com.avaloq.tools.ddk.check.runtime.core, - org.eclipse.xtext.xbase.lib, - org.apache.logging.log4j, - org.objectweb.asm;resolution:=optional, - io.github.classgraph.classgraph + org.apache.logging.log4j Export-Package: com.avaloq.tools.ddk.checkcfg, com.avaloq.tools.ddk.checkcfg.checkcfg, com.avaloq.tools.ddk.checkcfg.checkcfg.impl, @@ -37,4 +25,3 @@ Export-Package: com.avaloq.tools.ddk.checkcfg, com.avaloq.tools.ddk.checkcfg.validation, com.avaloq.tools.ddk.checkcfg.serializer Automatic-Module-Name: com.avaloq.tools.ddk.checkcfg.core -Import-Package: org.apache.log4j diff --git a/com.avaloq.tools.ddk.checkcfg.ide/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.checkcfg.ide/META-INF/MANIFEST.MF index 4cf593d7ab..d890b08f73 100644 --- a/com.avaloq.tools.ddk.checkcfg.ide/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.checkcfg.ide/META-INF/MANIFEST.MF @@ -5,13 +5,7 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.checkcfg.ide;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Require-Bundle: com.avaloq.tools.ddk.checkcfg.core, - com.avaloq.tools.ddk.check.runtime.core, - org.eclipse.xtext, - org.eclipse.xtext.util, - com.google.inject, - org.antlr.runtime, org.eclipse.xtext.ide, org.eclipse.xtext.xbase.ide, com.avaloq.tools.ddk.xtext, @@ -20,6 +14,4 @@ Require-Bundle: com.avaloq.tools.ddk.checkcfg.core, org.eclipse.lsp4j Export-Package: com.avaloq.tools.ddk.checkcfg.ide.contentassist.antlr, com.avaloq.tools.ddk.checkcfg.ide.contentassist.antlr.internal -Import-Package: org.apache.log4j, - org.apache.logging.log4j Automatic-Module-Name: com.avaloq.tools.ddk.checkcfg.ide diff --git a/com.avaloq.tools.ddk.checkcfg.ui.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.checkcfg.ui.test/META-INF/MANIFEST.MF index 0a2e360228..b00d86c3ac 100644 --- a/com.avaloq.tools.ddk.checkcfg.ui.test/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.checkcfg.ui.test/META-INF/MANIFEST.MF @@ -6,8 +6,5 @@ Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 Export-Package: com.avaloq.tools.ddk.checkcfg.ui.test -Require-Bundle: org.junit, - junit-jupiter-api, - junit-jupiter-engine, - junit-vintage-engine +Require-Bundle: org.junit Automatic-Module-Name: com.avaloq.tools.ddk.checkcfg.ui.test diff --git a/com.avaloq.tools.ddk.checkcfg.ui/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.checkcfg.ui/META-INF/MANIFEST.MF index ebc6048378..7951ecf45a 100644 --- a/com.avaloq.tools.ddk.checkcfg.ui/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.checkcfg.ui/META-INF/MANIFEST.MF @@ -10,25 +10,14 @@ Bundle-ActivationPolicy: lazy Require-Bundle: com.avaloq.tools.ddk.checkcfg.core, com.avaloq.tools.ddk.checkcfg.ide, com.avaloq.tools.ddk.check.core, - com.avaloq.tools.ddk.check.runtime.core, - com.avaloq.tools.ddk.check.runtime.ui, org.eclipse.xtext.ui, org.eclipse.xtext.ui.shared, org.eclipse.xtext.builder, org.eclipse.compare, - org.eclipse.jdt.ui, org.eclipse.xtext.common.types.ui, org.eclipse.xtext.xbase.ui, org.eclipse.xtext.ui.codetemplates.ui, - org.eclipse.jdt.core, - org.eclipse.ui.ide, - org.eclipse.pde.ui, - org.eclipse.xtext.xbase, - org.eclipse.ui.editors, - org.eclipse.ui, - org.antlr.runtime, - com.avaloq.tools.ddk.xtext.ui, - org.eclipse.jdt.debug.ui + com.avaloq.tools.ddk.xtext.ui Export-Package: com.avaloq.tools.ddk.checkcfg.ui.internal, com.avaloq.tools.ddk.checkcfg.ui.contentassist, com.avaloq.tools.ddk.checkcfg.ui.quickfix, diff --git a/com.avaloq.tools.ddk.sample.helloworld.ide/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.sample.helloworld.ide/META-INF/MANIFEST.MF index 4b7c28a6dc..344b917ee0 100644 --- a/com.avaloq.tools.ddk.sample.helloworld.ide/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.sample.helloworld.ide/META-INF/MANIFEST.MF @@ -5,20 +5,12 @@ Bundle-Name: com.avaloq.tools.ddk.sample.helloworld.ide Bundle-Vendor: Avaloq Group AG Bundle-Version: 16.2.0.qualifier Bundle-SymbolicName: com.avaloq.tools.ddk.sample.helloworld.ide;singleton:=true -Bundle-ActivationPolicy: lazy Require-Bundle: com.avaloq.tools.ddk.sample.helloworld, - org.eclipse.compare, org.eclipse.xtext.builder, - org.eclipse.xtext.xbase.lib, org.eclipse.xtend.lib;resolution:=optional, - org.antlr.runtime, - com.avaloq.tools.ddk.check.runtime.core, - com.google.inject, - org.eclipse.xtext, org.eclipse.xtext.ide, com.avaloq.tools.ddk.xtext.ide, com.avaloq.tools.ddk.xtext -Import-Package: org.apache.log4j Bundle-RequiredExecutionEnvironment: JavaSE-21 Export-Package: com.avaloq.tools.ddk.sample.helloworld.ide, com.avaloq.tools.ddk.sample.helloworld.ide.contentassist.antlr, diff --git a/com.avaloq.tools.ddk.sample.helloworld.ui.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.sample.helloworld.ui.test/META-INF/MANIFEST.MF index 74a4bba2c6..0a6ad4f046 100644 --- a/com.avaloq.tools.ddk.sample.helloworld.ui.test/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.sample.helloworld.ui.test/META-INF/MANIFEST.MF @@ -5,18 +5,12 @@ Bundle-Name: com.avaloq.tools.ddk.sample.helloworld.ui.test Bundle-Vendor: Avaloq Group AG Bundle-Version: 16.2.0.qualifier Bundle-SymbolicName: com.avaloq.tools.ddk.sample.helloworld.ui.test;singleton:=true -Bundle-ActivationPolicy: lazy Require-Bundle: com.avaloq.tools.ddk.sample.helloworld, com.avaloq.tools.ddk.sample.helloworld.ui, org.junit, org.eclipse.xtext.ui.testing, - org.eclipse.xtext.testing, org.eclipse.xtext.xbase.testing, - org.eclipse.xtext.xbase.lib, - org.eclipse.core.runtime, - org.eclipse.ui.workbench;resolution:=optional, com.avaloq.tools.ddk.check.runtime.core, - com.avaloq.tools.ddk.check.runtime.ui, com.avaloq.tools.ddk.check.core.test, org.eclipse.xtext.xbase.ui.testing Bundle-RequiredExecutionEnvironment: JavaSE-21 diff --git a/com.avaloq.tools.ddk.sample.helloworld.ui/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.sample.helloworld.ui/META-INF/MANIFEST.MF index fb3ea36420..9952764cd7 100644 --- a/com.avaloq.tools.ddk.sample.helloworld.ui/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.sample.helloworld.ui/META-INF/MANIFEST.MF @@ -10,16 +10,10 @@ Require-Bundle: com.avaloq.tools.ddk.sample.helloworld, org.eclipse.xtext.ui, org.eclipse.xtext.ui.shared, org.eclipse.xtext.ui.codetemplates.ui, - org.eclipse.ui.editors, - org.eclipse.ui.ide, - org.eclipse.ui, org.eclipse.compare, org.eclipse.xtext.builder, - org.eclipse.xtext.xbase.lib, org.eclipse.xtend.lib;resolution:=optional, - org.antlr.runtime, com.avaloq.tools.ddk.check.runtime.core, - com.avaloq.tools.ddk.xtext.ui, com.avaloq.tools.ddk.sample.helloworld.ide, com.avaloq.tools.ddk.xtext.ide Import-Package: org.apache.log4j diff --git a/com.avaloq.tools.ddk.sample.helloworld/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.sample.helloworld/META-INF/MANIFEST.MF index 5b07a6de4d..732a2f5436 100644 --- a/com.avaloq.tools.ddk.sample.helloworld/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.sample.helloworld/META-INF/MANIFEST.MF @@ -5,24 +5,13 @@ Bundle-Name: com.avaloq.tools.ddk.sample.helloworld Bundle-Vendor: Avaloq Group AG Bundle-Version: 16.2.0.qualifier Bundle-SymbolicName: com.avaloq.tools.ddk.sample.helloworld;singleton:=true -Bundle-ActivationPolicy: lazy -Require-Bundle: org.eclipse.xtext, - org.eclipse.xtext.xbase, - org.eclipse.equinox.common, - org.eclipse.emf.ecore, - org.eclipse.xtext.xbase.lib, - org.antlr.runtime, - org.eclipse.xtext.util, - org.eclipse.xtext.ide, - org.eclipse.emf.common, - org.eclipse.xtend.lib, +Require-Bundle: org.eclipse.xtext.ide, com.avaloq.tools.ddk.xtext, org.eclipse.emf.mwe2.launch;resolution:=optional, org.eclipse.core.runtime, com.avaloq.tools.ddk.check.runtime.core, com.avaloq.tools.ddk.check.lib, com.avaloq.tools.ddk.check.core, - com.avaloq.tools.ddk.xtext.generator;resolution:=optional, org.eclipse.xtext.xtext.generator;resolution:=optional Bundle-RequiredExecutionEnvironment: JavaSE-21 Export-Package: com.avaloq.tools.ddk.sample.helloworld.helloWorld, @@ -36,5 +25,4 @@ Export-Package: com.avaloq.tools.ddk.sample.helloworld.helloWorld, com.avaloq.tools.ddk.sample.helloworld.parser.antlr.internal, com.avaloq.tools.ddk.sample.helloworld.validation, com.avaloq.tools.ddk.sample.helloworld.grammar -Import-Package: org.apache.log4j, - org.apache.logging.log4j +Import-Package: org.apache.logging.log4j diff --git a/com.avaloq.tools.ddk.test.core/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.test.core/META-INF/MANIFEST.MF index f3893cb0b2..b8064d4594 100644 --- a/com.avaloq.tools.ddk.test.core/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.test.core/META-INF/MANIFEST.MF @@ -5,10 +5,8 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.test.core;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Require-Bundle: org.eclipse.core.runtime, org.eclipse.core.resources, - org.hamcrest.library, org.junit, org.mockito.mockito-core, com.google.guava, diff --git a/com.avaloq.tools.ddk.test.ui.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.test.ui.test/META-INF/MANIFEST.MF index 6a46810dad..83645ebcf8 100644 --- a/com.avaloq.tools.ddk.test.ui.test/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.test.ui.test/META-INF/MANIFEST.MF @@ -3,17 +3,11 @@ Bundle-ManifestVersion: 2 Bundle-Name: com.avaloq.tools.ddk.test.ui.test Bundle-SymbolicName: com.avaloq.tools.ddk.test.ui.test;singleton:=true Bundle-Version: 16.2.0.qualifier -Bundle-ActivationPolicy: lazy Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 Require-Bundle: org.junit, - org.eclipse.swtbot.eclipse.finder, - org.eclipse.swt, com.avaloq.tools.ddk.test.core, - com.avaloq.tools.ddk.test.ui, - junit-jupiter-api, - junit-jupiter-engine, - junit-vintage-engine + com.avaloq.tools.ddk.test.ui Import-Package: org.eclipse.core.runtime, org.eclipse.core.runtime.jobs Automatic-Module-Name: com.avaloq.tools.ddk.test.ui.test diff --git a/com.avaloq.tools.ddk.test.ui/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.test.ui/META-INF/MANIFEST.MF index b700c746e1..b4237b3355 100644 --- a/com.avaloq.tools.ddk.test.ui/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.test.ui/META-INF/MANIFEST.MF @@ -9,18 +9,12 @@ Bundle-Activator: com.avaloq.tools.ddk.test.ui.Activator Bundle-ActivationPolicy: lazy Require-Bundle: com.avaloq.tools.ddk.test.core, org.eclipse.core.runtime, - org.eclipse.core.resources, - org.eclipse.swt, - org.eclipse.swtbot.eclipse.core, org.eclipse.swtbot.eclipse.finder;visibility:=reexport, - org.eclipse.swtbot.junit4_x, org.eclipse.swtbot.swt.finder, org.eclipse.ui;visibility:=reexport, org.hamcrest.library, org.junit, - org.mockito.mockito-core, com.google.guava, - org.apache.commons.lang, org.eclipse.emf.common, com.avaloq.tools.ddk Export-Package: com.avaloq.tools.ddk.test.ui, @@ -28,6 +22,7 @@ Export-Package: com.avaloq.tools.ddk.test.ui, com.avaloq.tools.ddk.test.ui.swtbot, com.avaloq.tools.ddk.test.ui.swtbot.condition, com.avaloq.tools.ddk.test.ui.swtbot.util -Import-Package: org.slf4j, org.apache.logging.log4j,org.apache.log4j +Import-Package: org.apache.logging.log4j, + org.slf4j Eclipse-RegisterBuddy: org.eclipse.swtbot.swt.finder Automatic-Module-Name: com.avaloq.tools.ddk.test.ui diff --git a/com.avaloq.tools.ddk.typesystem.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.typesystem.test/META-INF/MANIFEST.MF index 8d7db395f2..5df52b3453 100644 --- a/com.avaloq.tools.ddk.typesystem.test/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.typesystem.test/META-INF/MANIFEST.MF @@ -5,13 +5,7 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.typesystem.test;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Fragment-Host: com.avaloq.tools.ddk.typesystem -Require-Bundle: com.google.inject, - com.google.guava, - org.junit, - junit-jupiter-api, - junit-jupiter-engine, - junit-vintage-engine +Require-Bundle: org.junit Export-Package: com.avaloq.tools.ddk.typesystem.test Automatic-Module-Name: com.avaloq.tools.ddk.typesystem.test diff --git a/com.avaloq.tools.ddk.workflow/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.workflow/META-INF/MANIFEST.MF index 3b7e13925a..33bc200157 100644 --- a/com.avaloq.tools.ddk.workflow/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.workflow/META-INF/MANIFEST.MF @@ -5,31 +5,11 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.workflow Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Require-Bundle: com.avaloq.tools.ddk.xtext, - com.avaloq.tools.ddk.xtext.check.generator, - com.avaloq.tools.ddk.xtext.export, - com.avaloq.tools.ddk.xtext.expression, - com.avaloq.tools.ddk.xtext.format, - com.avaloq.tools.ddk.xtext.generator, - com.avaloq.tools.ddk.xtext.scope, - com.avaloq.tools.ddk.xtext.test, - com.avaloq.tools.ddk.xtext.valid, +Require-Bundle: com.avaloq.tools.ddk.xtext.format, com.avaloq.tools.ddk.check.core, com.avaloq.tools.ddk.checkcfg.core, - com.avaloq.tools.ddk.typesystem, - com.ibm.icu, - org.antlr.runtime, - org.eclipse.xtext.xbase, - org.eclipse.core.runtime, - org.eclipse.emf.codegen.ecore, - org.eclipse.emf.common, - org.eclipse.emf.ecore, - org.eclipse.emf.mwe.utils, org.eclipse.emf.mwe2.launch, - org.eclipse.emf.mwe2.lib, - org.eclipse.xtext, org.eclipse.xtext.ecore, org.eclipse.xtext.xtext.generator, - org.eclipse.xtext.ui, - org.eclipse.xtext.xbase.lib + org.eclipse.xtext.ui Automatic-Module-Name: com.avaloq.tools.ddk.workflow diff --git a/com.avaloq.tools.ddk.xtext.builder.ui/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.builder.ui/META-INF/MANIFEST.MF index a871d052e3..b3b4988d6e 100644 --- a/com.avaloq.tools.ddk.xtext.builder.ui/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.builder.ui/META-INF/MANIFEST.MF @@ -4,9 +4,7 @@ Bundle-Name: com.avaloq.tools.ddk.xtext.builder.ui Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.builder.ui;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.xtext, - org.eclipse.xtext.builder, +Require-Bundle: org.eclipse.xtext.builder, org.eclipse.xtext.ui Export-Package: com.avaloq.tools.ddk.xtext.builder.ui.shared Bundle-RequiredExecutionEnvironment: JavaSE-21 diff --git a/com.avaloq.tools.ddk.xtext.builder/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.builder/META-INF/MANIFEST.MF index a320370cb7..2bf32a140b 100644 --- a/com.avaloq.tools.ddk.xtext.builder/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.builder/META-INF/MANIFEST.MF @@ -7,8 +7,7 @@ Bundle-Vendor: Avaloq Group AG Require-Bundle: org.eclipse.xtext.builder, org.eclipse.xtext.ui, com.avaloq.tools.ddk, - com.avaloq.tools.ddk.xtext, - org.eclipse.xtext.common.types.ui + com.avaloq.tools.ddk.xtext Bundle-RequiredExecutionEnvironment: JavaSE-21 Export-Package: com.avaloq.tools.ddk.xtext.builder, com.avaloq.tools.ddk.xtext.builder.layered, diff --git a/com.avaloq.tools.ddk.xtext.check.generator/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.check.generator/META-INF/MANIFEST.MF index 0009038908..48ba2b9f51 100644 --- a/com.avaloq.tools.ddk.xtext.check.generator/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.check.generator/META-INF/MANIFEST.MF @@ -5,7 +5,6 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.check.generator;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Require-Bundle: org.eclipse.xtext, org.eclipse.xtext.xtext.generator, com.avaloq.tools.ddk.check.runtime.core diff --git a/com.avaloq.tools.ddk.xtext.common.types.ui/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.common.types.ui/META-INF/MANIFEST.MF index 2edf042fad..b83506ee8f 100644 --- a/com.avaloq.tools.ddk.xtext.common.types.ui/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.common.types.ui/META-INF/MANIFEST.MF @@ -5,11 +5,9 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.common.types.ui;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Require-Bundle: com.avaloq.tools.ddk.xtext.common.types, org.eclipse.jdt.core, org.eclipse.xtext.common.types.ui, org.eclipse.xtext.ui Export-Package: com.avaloq.tools.ddk.xtext.common.types.ui.access.jdt -Import-Package: org.apache.log4j Automatic-Module-Name: com.avaloq.tools.ddk.xtext.common.types.ui diff --git a/com.avaloq.tools.ddk.xtext.common.types/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.common.types/META-INF/MANIFEST.MF index cb1f5c22b4..3204748181 100644 --- a/com.avaloq.tools.ddk.xtext.common.types/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.common.types/META-INF/MANIFEST.MF @@ -5,12 +5,8 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.common.types;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy -Require-Bundle: com.avaloq.tools.ddk.xtext, - org.eclipse.jdt.core, - org.eclipse.osgi, +Require-Bundle: org.eclipse.osgi, org.eclipse.xtext, org.eclipse.xtext.common.types Export-Package: com.avaloq.tools.ddk.xtext.common.types.access.jdt -Import-Package: org.apache.log4j Automatic-Module-Name: com.avaloq.tools.ddk.xtext.common.types diff --git a/com.avaloq.tools.ddk.xtext.export.generator/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.export.generator/META-INF/MANIFEST.MF index 8514532b5a..ec962857d4 100644 --- a/com.avaloq.tools.ddk.xtext.export.generator/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.export.generator/META-INF/MANIFEST.MF @@ -5,19 +5,10 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.export.generator;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Require-Bundle: org.eclipse.xtext, - org.eclipse.xtext.xtext.generator, - org.eclipse.emf.codegen.ecore;resolution:=optional, - org.eclipse.emf.mwe.utils;resolution:=optional, +Require-Bundle: org.eclipse.xtext.xtext.generator, org.eclipse.emf.mwe2.launch;resolution:=optional, - com.ibm.icu;resolution:=optional, - org.eclipse.xtext.util, - org.eclipse.emf.ecore, - org.eclipse.emf.common, - org.antlr.runtime, org.eclipse.osgi, com.avaloq.tools.ddk.xtext, - com.avaloq.tools.ddk.xtext.generator, com.avaloq.tools.ddk.xtext.expression;visibility:=reexport, com.avaloq.tools.ddk.xtext.export;visibility:=reexport Import-Package: org.apache.logging.log4j diff --git a/com.avaloq.tools.ddk.xtext.export.ide/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.export.ide/META-INF/MANIFEST.MF index d510ecc6c8..06b6e41d64 100644 --- a/com.avaloq.tools.ddk.xtext.export.ide/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.export.ide/META-INF/MANIFEST.MF @@ -5,10 +5,8 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.export.ide;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Export-Package: com.avaloq.tools.ddk.xtext.export.ide.contentassist.antlr, com.avaloq.tools.ddk.xtext.export.ide.contentassist.antlr.internal -Require-Bundle: org.antlr.runtime, - org.eclipse.xtext.ide, +Require-Bundle: org.eclipse.xtext.ide, com.avaloq.tools.ddk.xtext.export Automatic-Module-Name: com.avaloq.tools.ddk.xtext.export.ide diff --git a/com.avaloq.tools.ddk.xtext.export.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.export.test/META-INF/MANIFEST.MF index 680bae76a6..64e8735e3e 100644 --- a/com.avaloq.tools.ddk.xtext.export.test/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.export.test/META-INF/MANIFEST.MF @@ -5,15 +5,10 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.export.test;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Fragment-Host: com.avaloq.tools.ddk.xtext.export.ui Require-Bundle: com.avaloq.tools.ddk.xtext.export, - com.google.inject, com.avaloq.tools.ddk.xtext.test.core, org.junit, - com.avaloq.tools.ddk.xtext, - junit-jupiter-api, - junit-jupiter-engine, - junit-vintage-engine + com.avaloq.tools.ddk.xtext Export-Package: com.avaloq.tools.ddk.xtext.test.export Automatic-Module-Name: com.avaloq.tools.ddk.xtext.export.test diff --git a/com.avaloq.tools.ddk.xtext.export.ui/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.export.ui/META-INF/MANIFEST.MF index fe6c2e3721..063b634a80 100644 --- a/com.avaloq.tools.ddk.xtext.export.ui/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.export.ui/META-INF/MANIFEST.MF @@ -10,19 +10,14 @@ Bundle-ActivationPolicy: lazy Eclipse-ExtensibleAPI: true Require-Bundle: org.eclipse.xtext.ui, org.eclipse.xtext.ui.shared, - org.eclipse.ui.editors, - org.eclipse.ui, org.eclipse.xtext.builder, - org.antlr.runtime, com.avaloq.tools.ddk.xtext.expression.ui, com.avaloq.tools.ddk.xtext.export, com.avaloq.tools.ddk.xtext.export.ide, - com.avaloq.tools.ddk.xtext.expression, com.avaloq.tools.ddk.xtext.ui, org.eclipse.compare, org.eclipse.jdt.ui -Import-Package: org.apache.logging.log4j, - org.apache.log4j +Import-Package: org.apache.log4j Export-Package: com.avaloq.tools.ddk.xtext.export.ui.contentassist, com.avaloq.tools.ddk.xtext.export.ui.quickfix Automatic-Module-Name: com.avaloq.tools.ddk.xtext.export.ui diff --git a/com.avaloq.tools.ddk.xtext.export/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.export/META-INF/MANIFEST.MF index 118cda3c3c..5aa1c4ac2c 100644 --- a/com.avaloq.tools.ddk.xtext.export/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.export/META-INF/MANIFEST.MF @@ -5,27 +5,14 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.export;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy -Require-Bundle: org.eclipse.xtext, - org.eclipse.xtend, +Require-Bundle: org.eclipse.xtend, org.eclipse.xtend.typesystem.emf, org.eclipse.xtext.xtext.generator, - org.eclipse.emf.codegen.ecore;resolution:=optional, - org.eclipse.emf.mwe.utils;resolution:=optional, org.eclipse.emf.mwe2.launch;resolution:=optional, - org.eclipse.xtext.util, - org.eclipse.emf.ecore, - org.eclipse.emf.common, - org.antlr.runtime, - org.eclipse.osgi, com.avaloq.tools.ddk.xtext, com.avaloq.tools.ddk.xtext.expression;visibility:=reexport, org.eclipse.core.resources, - org.eclipse.core.runtime, - org.eclipse.xtend.shared.ui;resolution:=optional, - org.eclipse.xtext.ui.codetemplates;resolution:=optional, - org.eclipse.xtext.xbase.lib -Import-Package: org.apache.log4j + org.eclipse.core.runtime Export-Package: com.avaloq.tools.ddk.xtext.export, com.avaloq.tools.ddk.xtext.export.export, com.avaloq.tools.ddk.xtext.export.export.impl, diff --git a/com.avaloq.tools.ddk.xtext.expression.ide/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.expression.ide/META-INF/MANIFEST.MF index 45484d3970..344701ee01 100644 --- a/com.avaloq.tools.ddk.xtext.expression.ide/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.expression.ide/META-INF/MANIFEST.MF @@ -5,10 +5,8 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.expression.ide;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Export-Package: com.avaloq.tools.ddk.xtext.expression.ide.contentassist.antlr, com.avaloq.tools.ddk.xtext.expression.ide.contentassist.antlr.internal -Require-Bundle: org.antlr.runtime;bundle-version="[3.2.0,3.2.1)", - org.eclipse.xtext.ide, +Require-Bundle: org.eclipse.xtext.ide, com.avaloq.tools.ddk.xtext.expression Automatic-Module-Name: com.avaloq.tools.ddk.xtext.expression.ide diff --git a/com.avaloq.tools.ddk.xtext.expression.ui/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.expression.ui/META-INF/MANIFEST.MF index c8d7c33ba6..6470b2eb9e 100644 --- a/com.avaloq.tools.ddk.xtext.expression.ui/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.expression.ui/META-INF/MANIFEST.MF @@ -9,10 +9,7 @@ Bundle-Activator: com.avaloq.tools.ddk.xtext.expression.ui.internal.Activator Bundle-ActivationPolicy: lazy Require-Bundle: org.eclipse.xtext.ui, org.eclipse.xtext.ui.shared, - org.eclipse.ui.editors, - org.eclipse.ui, org.eclipse.xtext.builder, - org.antlr.runtime, com.avaloq.tools.ddk.xtext.expression, com.avaloq.tools.ddk.xtext.expression.ide, org.eclipse.emf.codegen.ecore diff --git a/com.avaloq.tools.ddk.xtext.expression/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.expression/META-INF/MANIFEST.MF index 7dc71960b5..68ccb6fb1f 100644 --- a/com.avaloq.tools.ddk.xtext.expression/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.expression/META-INF/MANIFEST.MF @@ -5,26 +5,15 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.expression;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Require-Bundle: org.eclipse.xtext, - org.eclipse.xtend, +Require-Bundle: org.eclipse.xtend, org.eclipse.xtend.typesystem.emf, org.eclipse.xtext.xtext.generator, - org.eclipse.emf.codegen.ecore;resolution:=optional, - org.eclipse.emf.mwe.utils;resolution:=optional, org.eclipse.emf.mwe2.launch;resolution:=optional, - com.ibm.icu;resolution:=optional, - org.antlr.runtime;bundle-version="[3.2.0,3.2.1)", - org.eclipse.xtext.util, - org.eclipse.emf.ecore, - org.eclipse.emf.common, com.avaloq.tools.ddk.xtext, org.eclipse.jdt.core, - org.eclipse.jdt.launching, org.eclipse.core.resources, - org.eclipse.core.runtime, - org.eclipse.xtext.xbase.lib;bundle-version="2.14.0" -Import-Package: org.apache.logging.log4j, - org.apache.log4j + org.eclipse.core.runtime +Import-Package: org.apache.logging.log4j Export-Package: com.avaloq.tools.ddk.xtext.expression, com.avaloq.tools.ddk.xtext.expression.conversion, com.avaloq.tools.ddk.xtext.expression.expression, diff --git a/com.avaloq.tools.ddk.xtext.format.generator/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.format.generator/META-INF/MANIFEST.MF index e32b9ecd97..7865f8e790 100644 --- a/com.avaloq.tools.ddk.xtext.format.generator/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.format.generator/META-INF/MANIFEST.MF @@ -5,15 +5,12 @@ Bundle-Vendor: Avaloq Group AG Bundle-Version: 16.2.0.qualifier Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.format.generator;singleton:=true Require-Bundle: com.avaloq.tools.ddk.xtext.format;visibility:=reexport, - org.eclipse.xpand, - org.eclipse.xtend, org.eclipse.xtext.xtext.generator, org.eclipse.xtext, com.avaloq.tools.ddk.xtext.generator;visibility:=reexport, - org.eclipse.osgi, com.avaloq.tools.ddk.xtext, org.eclipse.jdt.core;visibility:=reexport -Import-Package: org.apache.logging.log4j,org.apache.log4j +Import-Package: org.apache.logging.log4j Bundle-RequiredExecutionEnvironment: JavaSE-21 Export-Package: com.avaloq.tools.ddk.xtext.format.generator Automatic-Module-Name: com.avaloq.tools.ddk.xtext.format.generator diff --git a/com.avaloq.tools.ddk.xtext.format.ide/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.format.ide/META-INF/MANIFEST.MF index e74033813b..3e0e8c5376 100644 --- a/com.avaloq.tools.ddk.xtext.format.ide/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.format.ide/META-INF/MANIFEST.MF @@ -5,12 +5,8 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.format.ide;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy -Require-Bundle: org.antlr.runtime, - org.eclipse.xtext.xbase.ide, +Require-Bundle: org.eclipse.xtext.xbase.ide, org.eclipse.xtext.ide, - com.google.guava, - org.eclipse.xtext.util, com.avaloq.tools.ddk.xtext.format Export-Package: com.avaloq.tools.ddk.xtext.format.ide.contentassist.antlr, com.avaloq.tools.ddk.xtext.format.ide.contentassist.antlr.internal diff --git a/com.avaloq.tools.ddk.xtext.format.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.format.test/META-INF/MANIFEST.MF index 2b73e34377..016abf3293 100644 --- a/com.avaloq.tools.ddk.xtext.format.test/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.format.test/META-INF/MANIFEST.MF @@ -5,20 +5,12 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.format.test;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Fragment-Host: com.avaloq.tools.ddk.xtext.format.ui Require-Bundle: com.avaloq.tools.ddk.xtext.format, - com.google.inject, com.avaloq.tools.ddk.xtext.test.core, org.junit, org.mockito.mockito-core, - org.eclipse.xtext.xbase.lib, - org.eclipse.xtext.xbase.testing, - org.objectweb.asm;resolution:=optional, - org.eclipse.xtext.testing, - junit-jupiter-api, - junit-jupiter-engine, - junit-vintage-engine + org.eclipse.xtext.xbase.testing Export-Package: com.avaloq.tools.ddk.xtext.test.format;x-internal=true, com.avaloq.tools.ddk.xtext.format;x-internal=true Automatic-Module-Name: com.avaloq.tools.ddk.xtext.format.test diff --git a/com.avaloq.tools.ddk.xtext.format.ui/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.format.ui/META-INF/MANIFEST.MF index 5f5502d1cc..0f30e0489c 100644 --- a/com.avaloq.tools.ddk.xtext.format.ui/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.format.ui/META-INF/MANIFEST.MF @@ -8,25 +8,17 @@ Bundle-ActivationPolicy: lazy Require-Bundle: com.avaloq.tools.ddk.xtext.format;visibility:=reexport, org.eclipse.xtext.ui, org.eclipse.xtext.xtext.generator, - org.eclipse.ui.editors;bundle-version="3.5.0", org.eclipse.xtext.ui.shared, - org.eclipse.ui, org.eclipse.xtext.builder, - org.antlr.runtime, org.eclipse.compare, - com.avaloq.tools.ddk.xtext, com.avaloq.tools.ddk.xtext.format.ide, org.eclipse.xtext.common.types.ui, com.avaloq.tools.ddk.xtext.format.generator, com.avaloq.tools.ddk.xtext.format.ide, com.avaloq.tools.ddk.xtext.builder, com.avaloq.tools.ddk.xtext.ui, - org.eclipse.xtext, org.eclipse.xtext.xbase.ui, - org.eclipse.jdt.debug.ui, - org.eclipse.xtext.xbase.lib, - org.eclipse.xtext.ui.codetemplates.ui, - org.eclipse.xtend.lib;resolution:=optional + org.eclipse.xtext.ui.codetemplates.ui Import-Package: org.apache.log4j Bundle-RequiredExecutionEnvironment: JavaSE-21 Export-Package: com.avaloq.tools.ddk.xtext.format.ui.builder, diff --git a/com.avaloq.tools.ddk.xtext.format/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.format/META-INF/MANIFEST.MF index bbce627957..fbb77b5a0c 100644 --- a/com.avaloq.tools.ddk.xtext.format/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.format/META-INF/MANIFEST.MF @@ -5,27 +5,13 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.format;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy -Require-Bundle: org.eclipse.xtext, - org.eclipse.xtext.xtext.generator, - org.eclipse.emf.codegen.ecore;resolution:=optional, - org.eclipse.emf.mwe.utils;resolution:=optional, +Require-Bundle: org.eclipse.xtext.xtext.generator, org.eclipse.emf.mwe2.launch;resolution:=optional, - org.eclipse.equinox.common;resolution:=optional, com.avaloq.tools.ddk.xtext, - org.eclipse.xtext.util, - org.eclipse.emf.ecore, - org.eclipse.emf.common, - org.antlr.runtime, - org.eclipse.osgi, org.eclipse.core.runtime, - org.eclipse.core.resources, - org.eclipse.xtend.lib, - org.eclipse.xtext.common.types, - org.eclipse.xtext.xbase;visibility:=reexport, - org.eclipse.xtext.xbase.lib, - org.objectweb.asm;resolution:=optional -Import-Package: org.apache.logging.log4j,org.apache.log4j + org.eclipse.xtext.xbase;visibility:=reexport +Import-Package: org.apache.logging.log4j, + org.apache.log4j Export-Package: com.avaloq.tools.ddk.xtext.format, com.avaloq.tools.ddk.xtext.format.format, com.avaloq.tools.ddk.xtext.format.format.impl, diff --git a/com.avaloq.tools.ddk.xtext.generator.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.generator.test/META-INF/MANIFEST.MF index b1b1d2690f..72e4713d64 100644 --- a/com.avaloq.tools.ddk.xtext.generator.test/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.generator.test/META-INF/MANIFEST.MF @@ -5,21 +5,14 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.generator.test;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Fragment-Host: com.avaloq.tools.ddk.xtext.generator -Require-Bundle: com.avaloq.tools.ddk.test.core, +Require-Bundle: com.avaloq.tools.ddk.test.core, com.avaloq.tools.ddk.xtext.expression, com.avaloq.tools.ddk.xtext.test.core, org.eclipse.xtend, org.eclipse.xtend.typesystem.emf, - org.eclipse.xtext, org.junit, org.mockito.mockito-core, - com.avaloq.tools.ddk.xtext.ui, - org.eclipse.xtext.xtext.generator, - junit-jupiter-api, - junit-jupiter-engine, - junit-vintage-engine + org.eclipse.xtext.xtext.generator Export-Package: com.avaloq.tools.ddk.xtext.generator.test.generator -Import-Package: org.eclipse.xtext.ui.resource Automatic-Module-Name: com.avaloq.tools.ddk.xtext.generator.test diff --git a/com.avaloq.tools.ddk.xtext.generator/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.generator/META-INF/MANIFEST.MF index cec62c9e50..a678a5eff7 100644 --- a/com.avaloq.tools.ddk.xtext.generator/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.generator/META-INF/MANIFEST.MF @@ -5,37 +5,24 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.generator;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Require-Bundle: org.eclipse.jface, - org.eclipse.ui.views, - org.eclipse.emf.codegen.ecore, - org.eclipse.xpand, - org.eclipse.xtext, - org.eclipse.xtext.xtext.generator, +Require-Bundle: org.eclipse.xtext.xtext.generator, org.eclipse.emf.mwe2.lib, - org.eclipse.emf.mwe2.runtime, org.eclipse.xtext.ui, com.avaloq.tools.ddk.xtext, - com.avaloq.tools.ddk.xtext.expression, - com.avaloq.tools.ddk.xtext.expression.ui, - org.eclipse.xtend.util.stdlib, - com.google.guava, com.avaloq.tools.ddk.xtext.ui, - org.eclipse.xtend.lib, - org.eclipse.jdt.core, org.eclipse.compare, org.eclipse.xtext.xbase -Export-Package: com.avaloq.tools.ddk.xtext.generator.builder, +Export-Package: com.avaloq.tools.ddk.xtext.generator, + com.avaloq.tools.ddk.xtext.generator.builder, com.avaloq.tools.ddk.xtext.generator.ecore, - com.avaloq.tools.ddk.xtext.generator.expression, com.avaloq.tools.ddk.xtext.generator.formatting, + com.avaloq.tools.ddk.xtext.generator.ide.contentAssist, com.avaloq.tools.ddk.xtext.generator.languageconstants, - com.avaloq.tools.ddk.xtext.generator.modelinference, - com.avaloq.tools.ddk.xtext.generator.util, - com.avaloq.tools.ddk.xtext.generator, com.avaloq.tools.ddk.xtext.generator.model.project, + com.avaloq.tools.ddk.xtext.generator.modelinference, + com.avaloq.tools.ddk.xtext.generator.parser.common, com.avaloq.tools.ddk.xtext.generator.resourceFactory, - com.avaloq.tools.ddk.xtext.generator.ide.contentAssist, - com.avaloq.tools.ddk.xtext.generator.parser.common + com.avaloq.tools.ddk.xtext.generator.util Import-Package: org.apache.logging.log4j Eclipse-ExtensibleAPI: true Automatic-Module-Name: com.avaloq.tools.ddk.xtext.generator diff --git a/com.avaloq.tools.ddk.xtext.ide/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.ide/META-INF/MANIFEST.MF index 45aa4eace8..95c08a46f1 100644 --- a/com.avaloq.tools.ddk.xtext.ide/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.ide/META-INF/MANIFEST.MF @@ -8,9 +8,7 @@ Require-Bundle: org.eclipse.lsp4j, org.eclipse.xtext.ide, com.avaloq.tools.ddk.xtext Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Export-Package: com.avaloq.tools.ddk.xtext.ide.contentAssist, com.avaloq.tools.ddk.xtext.ide.formatting, com.avaloq.tools.ddk.xtext.ide.findrefs -Import-Package: org.apache.log4j Automatic-Module-Name: com.avaloq.tools.ddk.xtext.ide diff --git a/com.avaloq.tools.ddk.xtext.scope.generator/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.scope.generator/META-INF/MANIFEST.MF index c6e4d0d2c1..6bf0162c24 100644 --- a/com.avaloq.tools.ddk.xtext.scope.generator/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.scope.generator/META-INF/MANIFEST.MF @@ -8,8 +8,6 @@ Bundle-RequiredExecutionEnvironment: JavaSE-21 Require-Bundle: com.avaloq.tools.ddk.xtext.scope;visibility:=reexport, org.eclipse.xtext, org.eclipse.xtext.xtext.generator, - com.avaloq.tools.ddk.xtext.generator, org.eclipse.osgi, com.avaloq.tools.ddk.xtext -Import-Package: org.apache.log4j Automatic-Module-Name: com.avaloq.tools.ddk.xtext.scope.generator diff --git a/com.avaloq.tools.ddk.xtext.scope.ide/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.scope.ide/META-INF/MANIFEST.MF index b6855dbb15..b86605271d 100644 --- a/com.avaloq.tools.ddk.xtext.scope.ide/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.scope.ide/META-INF/MANIFEST.MF @@ -5,10 +5,8 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.scope.ide;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Export-Package: com.avaloq.tools.ddk.xtext.scope.ide.contentassist.antlr, com.avaloq.tools.ddk.xtext.scope.ide.contentassist.antlr.internal -Require-Bundle: org.antlr.runtime, - org.eclipse.xtext.ide, +Require-Bundle: org.eclipse.xtext.ide, com.avaloq.tools.ddk.xtext.scope Automatic-Module-Name: com.avaloq.tools.ddk.xtext.scope.ide diff --git a/com.avaloq.tools.ddk.xtext.scope.ui/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.scope.ui/META-INF/MANIFEST.MF index 544c7276f5..8ab5b22a2b 100644 --- a/com.avaloq.tools.ddk.xtext.scope.ui/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.scope.ui/META-INF/MANIFEST.MF @@ -9,14 +9,10 @@ Bundle-Activator: com.avaloq.tools.ddk.xtext.scope.ui.internal.ScopeActivator Bundle-ActivationPolicy: lazy Require-Bundle: org.eclipse.xtext.ui, org.eclipse.xtext.ui.shared, - org.eclipse.ui.editors, - org.eclipse.ui, org.eclipse.xtext.builder, - org.antlr.runtime, com.avaloq.tools.ddk.xtext.expression.ui, com.avaloq.tools.ddk.xtext.scope, com.avaloq.tools.ddk.xtext.scope.ide, - com.avaloq.tools.ddk.xtext.expression, com.avaloq.tools.ddk.xtext.ui, org.eclipse.compare, org.eclipse.jdt.ui diff --git a/com.avaloq.tools.ddk.xtext.scope/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.scope/META-INF/MANIFEST.MF index aaa61f17b9..9cdefe4224 100644 --- a/com.avaloq.tools.ddk.xtext.scope/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.scope/META-INF/MANIFEST.MF @@ -5,23 +5,15 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.scope;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Require-Bundle: org.eclipse.xtext, - com.avaloq.tools.ddk.xtext.expression;visibility:=reexport, +Require-Bundle: com.avaloq.tools.ddk.xtext.expression;visibility:=reexport, org.eclipse.xtend, org.eclipse.emf.mwe2.launch;resolution:=optional, - org.eclipse.xtext.util, - org.eclipse.emf.ecore, - org.eclipse.emf.common, - org.antlr.runtime, - org.eclipse.osgi, com.avaloq.tools.ddk.xtext, org.eclipse.core.resources, org.eclipse.core.runtime, - org.eclipse.xtend.shared.ui;resolution:=optional, org.eclipse.xtext.xbase.lib, org.eclipse.xtend.typesystem.emf -Import-Package: org.apache.logging.log4j, - org.apache.log4j +Import-Package: org.apache.logging.log4j Export-Package: com.avaloq.tools.ddk.xtext.scope, com.avaloq.tools.ddk.xtext.scope.parser.antlr, com.avaloq.tools.ddk.xtext.scope.parser.antlr.internal, diff --git a/com.avaloq.tools.ddk.xtext.test.core/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.test.core/META-INF/MANIFEST.MF index 1895f733ac..efd986ed9f 100644 --- a/com.avaloq.tools.ddk.xtext.test.core/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.test.core/META-INF/MANIFEST.MF @@ -15,19 +15,18 @@ Require-Bundle: com.avaloq.tools.ddk.xtext, org.eclipse.jdt.core, org.eclipse.pde.core, org.eclipse.ui.ide, - org.eclipse.xtend.lib, org.eclipse.xtext.testing;visibility:=reexport, org.eclipse.xtext.ui.testing;visibility:=reexport, - org.eclipse.xtext.ui, org.eclipse.xtext.xbase, org.eclipse.xtext.xbase.lib;visibility:=reexport, org.junit, org.mockito.mockito-core, org.hamcrest.library, com.avaloq.tools.ddk.check.runtime.core, - org.eclipse.emf.common, com.avaloq.tools.ddk -Import-Package: org.slf4j, org.apache.logging.log4j,org.apache.log4j +Import-Package: org.slf4j, + org.apache.logging.log4j, + org.apache.log4j Export-Package: com.avaloq.tools.ddk.xtext.test, com.avaloq.tools.ddk.xtext.test.contentassist, com.avaloq.tools.ddk.xtext.test.conversion, diff --git a/com.avaloq.tools.ddk.xtext.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.test/META-INF/MANIFEST.MF index 59f1ea3902..aa6d1eae81 100644 --- a/com.avaloq.tools.ddk.xtext.test/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.test/META-INF/MANIFEST.MF @@ -5,45 +5,28 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.test;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy -Require-Bundle: com.avaloq.tools.ddk.xtext, +Require-Bundle: com.avaloq.tools.ddk.xtext, com.avaloq.tools.ddk.xtext.test.core, - org.eclipse.core.resources, - com.avaloq.tools.ddk.xtext.generator, org.eclipse.emf.mwe2.launch;resolution:=optional, - org.eclipse.xtext, - org.eclipse.xtext.xtext.generator, - org.eclipse.xtext.util, - org.eclipse.xtext.ui, + org.eclipse.xtext.xtext.generator, com.avaloq.tools.ddk.xtext.ui, - org.eclipse.emf.ecore, - org.eclipse.emf.common, - org.antlr.runtime, org.junit, com.avaloq.tools.ddk.xtext.builder, org.eclipse.xtext.builder, org.mockito.mockito-core, - com.avaloq.tools.ddk.test.core, - org.eclipse.pde.core, - org.eclipse.xtext.xbase.lib, - org.eclipse.emf.ecore, - junit-jupiter-api, - junit-jupiter-engine, - junit-vintage-engine -Import-Package: org.slf4j, org.apache.log4j, - com.avaloq.tools.ddk.check.runtime.test.core, + com.avaloq.tools.ddk.test.core +Import-Package: com.avaloq.tools.ddk.check.runtime.test.core, com.avaloq.tools.ddk.check.test.core, com.avaloq.tools.ddk.check.test.runtime.tests, com.avaloq.tools.ddk.check.ui.test, com.avaloq.tools.ddk.checkcfg.test, com.avaloq.tools.ddk.checkcfg.ui.test, + com.avaloq.tools.ddk.sample.helloworld.test, com.avaloq.tools.ddk.typesystem.test, com.avaloq.tools.ddk.xtext.generator.test.generator, - com.avaloq.tools.ddk.xtext.generator.util, com.avaloq.tools.ddk.xtext.test.export, com.avaloq.tools.ddk.xtext.test.format, - com.avaloq.tools.ddk.xtext.ui.test, - com.avaloq.tools.ddk.sample.helloworld.test + com.avaloq.tools.ddk.xtext.ui.test Export-Package: com.avaloq.tools.ddk.xtext, com.avaloq.tools.ddk.xtext.formatter, com.avaloq.tools.ddk.xtext.formatter.services, diff --git a/com.avaloq.tools.ddk.xtext.ui.test/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.ui.test/META-INF/MANIFEST.MF index 3243a56d42..5c9d49c213 100644 --- a/com.avaloq.tools.ddk.xtext.ui.test/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.ui.test/META-INF/MANIFEST.MF @@ -5,17 +5,11 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.ui.test;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Require-Bundle: org.eclipse.xtext.ui, - org.eclipse.xtext.xbase.lib, - org.eclipse.xtext.testing, - org.junit, +Require-Bundle: org.junit, org.mockito.mockito-core, com.avaloq.tools.ddk.xtext.ui, com.avaloq.tools.ddk.test.core, org.eclipse.ui.ide, - com.avaloq.tools.ddk.xtext.test.core, - junit-jupiter-api, - junit-jupiter-engine, - junit-vintage-engine + com.avaloq.tools.ddk.xtext.test.core Export-Package: com.avaloq.tools.ddk.xtext.ui.test Automatic-Module-Name: com.avaloq.tools.ddk.xtext.ui.test diff --git a/com.avaloq.tools.ddk.xtext.ui/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.ui/META-INF/MANIFEST.MF index e4eb524439..5ff1abbbb1 100644 --- a/com.avaloq.tools.ddk.xtext.ui/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.ui/META-INF/MANIFEST.MF @@ -5,7 +5,6 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.ui;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Require-Bundle: com.avaloq.tools.ddk.xtext, org.eclipse.jdt.core, org.eclipse.xtext.ui, @@ -15,7 +14,6 @@ Require-Bundle: com.avaloq.tools.ddk.xtext, org.eclipse.ui.ide, org.apache.commons.lang, com.avaloq.tools.ddk.check.runtime.ui;visibility:=reexport, - com.google.guava, com.avaloq.tools.ddk.xtext.ide, com.avaloq.tools.ddk Export-Package: com.avaloq.tools.ddk.xtext.ui, diff --git a/com.avaloq.tools.ddk.xtext.valid.ide/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.valid.ide/META-INF/MANIFEST.MF index f2c58cacda..0ee6431cba 100644 --- a/com.avaloq.tools.ddk.xtext.valid.ide/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.valid.ide/META-INF/MANIFEST.MF @@ -5,10 +5,8 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.valid.ide;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Export-Package: com.avaloq.tools.ddk.xtext.valid.ide.contentassist.antlr, com.avaloq.tools.ddk.xtext.valid.ide.contentassist.antlr.internal -Require-Bundle: org.antlr.runtime, - org.eclipse.xtext.ide, +Require-Bundle: org.eclipse.xtext.ide, com.avaloq.tools.ddk.xtext.valid Automatic-Module-Name: com.avaloq.tools.ddk.xtext.valid.ide diff --git a/com.avaloq.tools.ddk.xtext.valid.ui/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.valid.ui/META-INF/MANIFEST.MF index 09a097a58c..6693277b57 100644 --- a/com.avaloq.tools.ddk.xtext.valid.ui/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.valid.ui/META-INF/MANIFEST.MF @@ -11,10 +11,7 @@ Require-Bundle: com.avaloq.tools.ddk.xtext.ui, com.avaloq.tools.ddk.xtext.valid;visibility:=reexport, org.eclipse.xtext.ui, org.eclipse.xtext.ui.shared, - org.eclipse.ui, - org.antlr.runtime, org.eclipse.xtext.builder, - org.eclipse.ui.editors, org.eclipse.compare, org.eclipse.jdt.ui Export-Package: com.avaloq.tools.ddk.xtext.valid.ui.internal, diff --git a/com.avaloq.tools.ddk.xtext.valid/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext.valid/META-INF/MANIFEST.MF index 8fc4e36448..714b186db6 100644 --- a/com.avaloq.tools.ddk.xtext.valid/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext.valid/META-INF/MANIFEST.MF @@ -5,20 +5,9 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.valid;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy -Require-Bundle: org.eclipse.xtext, - org.eclipse.xtext.xtext.generator;resolution:=optional, - org.eclipse.emf.codegen.ecore;resolution:=optional, - org.eclipse.emf.mwe.utils;resolution:=optional, +Require-Bundle: org.eclipse.xtext.xtext.generator;resolution:=optional, org.eclipse.emf.mwe2.launch;resolution:=optional, - com.ibm.icu;resolution:=optional, - org.eclipse.xtext.util, - org.eclipse.emf.ecore, - org.eclipse.emf.common, - org.antlr.runtime, - com.avaloq.tools.ddk.xtext, - com.avaloq.tools.ddk.xtext.generator;resolution:=optional, - org.eclipse.xtext.xbase.lib + com.avaloq.tools.ddk.xtext Export-Package: com.avaloq.tools.ddk.xtext.valid, com.avaloq.tools.ddk.xtext.valid.parser.antlr, com.avaloq.tools.ddk.xtext.valid.parser.antlr.internal, @@ -30,5 +19,4 @@ Export-Package: com.avaloq.tools.ddk.xtext.valid, com.avaloq.tools.ddk.xtext.valid.validation, com.avaloq.tools.ddk.xtext.valid.formatting, com.avaloq.tools.ddk.xtext.valid.serializer -Import-Package: org.apache.log4j Automatic-Module-Name: com.avaloq.tools.ddk.xtext.valid diff --git a/com.avaloq.tools.ddk.xtext/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk.xtext/META-INF/MANIFEST.MF index a336e59040..6074211e49 100644 --- a/com.avaloq.tools.ddk.xtext/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk.xtext/META-INF/MANIFEST.MF @@ -5,17 +5,12 @@ Bundle-SymbolicName: com.avaloq.tools.ddk.xtext;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy -Require-Bundle: com.google.guava, - org.apache.commons.lang, +Require-Bundle: org.apache.commons.lang, org.eclipse.jdt.annotation, - org.eclipse.core.resources, org.eclipse.core.runtime, - org.eclipse.emf.ecore, org.eclipse.jdt.annotation, com.avaloq.tools.ddk, - org.eclipse.xtext, - org.eclipse.xtext.util + org.eclipse.xtext Export-Package: com.avaloq.tools.ddk.xtext.build, com.avaloq.tools.ddk.xtext.delegation, com.avaloq.tools.ddk.xtext.documentation, @@ -44,6 +39,6 @@ Export-Package: com.avaloq.tools.ddk.xtext.build, com.avaloq.tools.ddk.xtext.tracing, com.avaloq.tools.ddk.xtext.util, com.avaloq.tools.ddk.xtext.validation -Import-Package: org.apache.logging.log4j,org.apache.log4j +Import-Package: org.apache.logging.log4j Automatic-Module-Name: com.avaloq.tools.ddk.xtext diff --git a/com.avaloq.tools.ddk/META-INF/MANIFEST.MF b/com.avaloq.tools.ddk/META-INF/MANIFEST.MF index 61041a653d..924697c1da 100644 --- a/com.avaloq.tools.ddk/META-INF/MANIFEST.MF +++ b/com.avaloq.tools.ddk/META-INF/MANIFEST.MF @@ -5,17 +5,13 @@ Bundle-SymbolicName: com.avaloq.tools.ddk;singleton:=true Bundle-Version: 16.2.0.qualifier Bundle-Vendor: Avaloq Group AG Bundle-RequiredExecutionEnvironment: JavaSE-21 -Bundle-ActivationPolicy: lazy Require-Bundle: com.google.guava, - org.apache.commons.lang, - org.eclipse.jdt.annotation, - org.eclipse.core.resources, org.eclipse.core.runtime, com.google.inject Export-Package: com.avaloq.tools.ddk.annotations, com.avaloq.tools.ddk.caching, com.avaloq.tools.ddk.util, com.avaloq.tools.ddk.tracing -Import-Package: org.apache.logging.log4j,org.apache.log4j +Import-Package: org.apache.logging.log4j Automatic-Module-Name: com.avaloq.tools.ddk diff --git a/com.avaloq.tools.ddk/build.properties b/com.avaloq.tools.ddk/build.properties index f9c9c08816..c4bc00d14e 100644 --- a/com.avaloq.tools.ddk/build.properties +++ b/com.avaloq.tools.ddk/build.properties @@ -1,8 +1,7 @@ # bin.includes = .,\ - META-INF/,\ - plugin.xml + META-INF/ jars.compile.order = . source.. = src/ output.. = bin/ diff --git a/com.avaloq.tools.ddk/plugin.xml b/com.avaloq.tools.ddk/plugin.xml deleted file mode 100644 index 43a5daed3f..0000000000 --- a/com.avaloq.tools.ddk/plugin.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - -