From a1c550853ce7e01a508056c8433e92bae19e976c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martti=20K=C3=A4=C3=A4rik?= <martti.kaarik@elvior.com> Date: Fri, 11 Apr 2025 12:16:39 +0300 Subject: [PATCH] Dependencies must be added to features as well. --- .../feature.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/features/org.etsi.mts.tdl.tools.to.docx.feature/feature.xml b/features/org.etsi.mts.tdl.tools.to.docx.feature/feature.xml index 2910254f..08be91af 100644 --- a/features/org.etsi.mts.tdl.tools.to.docx.feature/feature.xml +++ b/features/org.etsi.mts.tdl.tools.to.docx.feature/feature.xml @@ -322,20 +322,15 @@ any resulting litigation. <import plugin="org.eclipse.xtext.ui"/> <import plugin="org.eclipse.emf.ecore"/> <import plugin="org.eclipse.ocl.xtext.essentialocl"/> + <import plugin="org.apache.logging.log4j"/> </requires> <plugin id="org.etsi.mts.tdl.tools.to.docx.poi" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> + version="0.0.0"/> <plugin id="org.etsi.mts.tdl.tools.to.docx.poi.ui" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> + version="0.0.0"/> </feature> -- GitLab