Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2018-07-06 12:56:24 +0000
committerHenrik Rentz-Reichert2018-07-06 15:53:18 +0000
commite93813322f3616c94f86f41e2a36aef0e46f9285 (patch)
tree5612ee093f7790c47a53e21bd1ddf293b0cea27b /plugins/org.eclipse.etrice.core.room.ui/META-INF
parent450ecd35bff741f7ba4568c53a80b80b618b5312 (diff)
downloadorg.eclipse.etrice-e93813322f3616c94f86f41e2a36aef0e46f9285.tar.gz
org.eclipse.etrice-e93813322f3616c94f86f41e2a36aef0e46f9285.tar.xz
org.eclipse.etrice-e93813322f3616c94f86f41e2a36aef0e46f9285.zip
Bug 536769 - [room.ui] Use new DC tools for content assist
proposal provider based on DCTools (incomplete and not used yet) - no tests yet - not active yet in RoomProposalProvider.java Change-Id: Icd74d023029e229519b067844e001254fca4d5cc
Diffstat (limited to 'plugins/org.eclipse.etrice.core.room.ui/META-INF')
-rw-r--r--plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF
index 1db465e7e..adb6cff77 100644
--- a/plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF
@@ -23,7 +23,9 @@ Require-Bundle: org.eclipse.etrice.core.fsm.ui;bundle-version="1.1.2",
org.eclipse.core.filesystem;bundle-version="1.3.0",
org.eclipse.help,
com.google.inject,
- org.eclipse.etrice.expressions.ui
+ org.eclipse.etrice.expressions.ui,
+ org.eclipse.etrice.ui.behavior.fsm;bundle-version="1.1.1",
+ org.eclipse.etrice.dctools;bundle-version="1.1.1"
Import-Package: org.apache.log4j
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.etrice.core.ui,

Back to the top