Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b1e7e6768a598adc76794b76827d6e1eee0c3e92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-Name: ECF SDO Editor Example
Bundle-SymbolicName: org.eclipse.ecf.example.sdo.editor;singleton=true
Bundle-Version: 0.9.3
Bundle-ClassPath: editor.jar
Bundle-Activator: org.eclipse.ecf.example.sdo.editor.EditorPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.ecf,
 org.eclipse.ecf.sdo,
 org.eclipse.emf.ecore.sdo.editor,
 org.eclipse.ecf.example.collab,
 org.eclipse.ecf.sharedobject
Eclipse-AutoStart: true
Provide-Package: org.eclipse.ecf.example.sdo.editor
Export-Package: org.eclipse.ecf.example.sdo.editor
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top