Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2014-04-30 11:35:09 +0000
committerJuergen Haug2014-04-30 13:27:45 +0000
commit548f144a306f6c6452f1b22711530c078a5723ce (patch)
tree4bfd4bbe306c2345bac33c9e0f7d313ba2fcc873 /plugins/org.eclipse.etrice.core.etphys.ui/META-INF
parented3f80fd62751f9082c17c04ab6170aa46787613 (diff)
downloadorg.eclipse.etrice-548f144a306f6c6452f1b22711530c078a5723ce.tar.gz
org.eclipse.etrice-548f144a306f6c6452f1b22711530c078a5723ce.tar.xz
org.eclipse.etrice-548f144a306f6c6452f1b22711530c078a5723ce.zip
[core.config] use time unit similar to etphys
Diffstat (limited to 'plugins/org.eclipse.etrice.core.etphys.ui/META-INF')
-rw-r--r--plugins/org.eclipse.etrice.core.etphys.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.core.etphys.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.core.etphys.ui/META-INF/MANIFEST.MF
index ed9b84a9e..324660fbe 100644
--- a/plugins/org.eclipse.etrice.core.etphys.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.core.etphys.ui/META-INF/MANIFEST.MF
@@ -15,7 +15,8 @@ Require-Bundle: org.eclipse.etrice.core.room.ui;bundle-version="0.5.0",
org.eclipse.xtext.builder,
org.antlr.runtime,
org.eclipse.xtext.ui.codetemplates.ui,
- org.eclipse.compare
+ org.eclipse.compare,
+ org.eclipse.etrice.core.common.ui;bundle-version="0.5.0"
Import-Package: org.apache.log4j
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.etrice.core.etphys.ui.contentassist,

Back to the top