Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0d4662a95a1d3b0c23d82218bf17529b73449ea7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Actor Structure Diagram Editor
Bundle-SymbolicName: org.eclipse.etrice.ui.structure;singleton:=true
Bundle-Version: 1.0.1.qualifier
Bundle-Activator: org.eclipse.etrice.ui.structure.Activator
Bundle-Vendor: Eclipse eTrice
Require-Bundle: org.eclipse.etrice.core.fsm;bundle-version="1.0.1",
 org.eclipse.etrice.core.room.ui;bundle-version="1.0.1",
 org.eclipse.etrice.core.common.ui;bundle-version="1.0.1",
 org.eclipse.etrice.ui.common.base;bundle-version="1.0.1",
 org.eclipse.etrice.ui.common;bundle-version="1.0.1",
 org.eclipse.etrice.ui.behavior;bundle-version="1.0.1",
 org.eclipse.graphiti;bundle-version="0.8.0",
 org.eclipse.graphiti.ui;bundle-version="0.8.0",
 org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.100",
 org.eclipse.core.databinding;bundle-version="1.3.100",
 org.eclipse.gef;bundle-version="3.6.1",
 org.eclipse.emf.transaction;bundle-version="1.4.0",
 org.eclipse.xtext.ui;bundle-version="2.6.0",
 org.eclipse.xtext.ui.shared;bundle-version="2.6.0",
 org.eclipse.jface.databinding,
 org.eclipse.core.databinding.beans;bundle-version="1.2.200"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.etrice.ui.structure,
 org.eclipse.etrice.ui.structure.editor,
 org.eclipse.etrice.ui.structure.support

Back to the top