From 8f1634b4c73d13eddf3ec72d1364a40142a15f89 Mon Sep 17 00:00:00 2001 From: Kai Brassel <mail@khbrassel.de> Date: Thu, 13 May 2021 16:22:41 +0200 Subject: [PATCH] Add required plug-ins for EMF Forms tree master detail view --- de.hftstuttgart.buildingphysics.viewmodel/META-INF/MANIFEST.MF | 2 ++ 1 file changed, 2 insertions(+) diff --git a/de.hftstuttgart.buildingphysics.viewmodel/META-INF/MANIFEST.MF b/de.hftstuttgart.buildingphysics.viewmodel/META-INF/MANIFEST.MF index 459adef..5e84e37 100644 --- a/de.hftstuttgart.buildingphysics.viewmodel/META-INF/MANIFEST.MF +++ b/de.hftstuttgart.buildingphysics.viewmodel/META-INF/MANIFEST.MF @@ -4,5 +4,7 @@ Bundle-Name: de.hftstuttgart.buildingphysics.viewmodel Bundle-SymbolicName: de.hftstuttgart.buildingphysics.viewmodel;singleton:=true Bundle-Version: 1.0.0.qualifier Require-Bundle: org.eclipse.emf.ecp.view.model.provider.xmi, + org.eclipse.emf.ecp.view.treemasterdetail.model, + org.eclipse.emf.ecp.view.treemasterdetail.ui.swt, de.hftstuttgart.cityunits.ui.renderer;bundle-version="1.0.1", de.hftstuttgart.cityunits.model;bundle-version="1.0.1" -- GitLab