Skip to main content
summaryrefslogtreecommitdiffstats
blob: f2f09857c4e9935f757dbe79dc6e15804c1f9454 (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 API
Bundle-SymbolicName: org.eclipse.ecf.sdo;singleton=true
Bundle-Version: 0.8.5
Bundle-ClassPath: ecf.sdo.jar
Bundle-Activator: org.eclipse.ecf.sdo.SDOPlugin$EclipsePlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore.sdo,
 org.eclipse.ecf
Eclipse-AutoStart: true
Provide-Package: org.eclipse.ecf.sdo,
 org.eclipse.ecf.internal.sdo,
 org.eclipse.ecf.sdo.emf
Export-Package: org.eclipse.ecf.sdo,
 org.eclipse.ecf.internal.sdo

Back to the top