Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7f385cdd419e15649345d334a70e1b5b097a133c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-Name: ECF SDO Editor Example
Bundle-SymbolicName: org.eclipse.ecf.example.sdo.editor;singleton=true
Bundle-Version: 0.2.0
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.sdo,
 org.eclipse.emf.ecore.sdo.editor,
 org.eclipse.ecf.example.collab
Eclipse-AutoStart: true
Provide-Package: org.eclipse.ecf.example.sdo.editor
Export-Package: org.eclipse.ecf.example.sdo.editor

Back to the top