Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d4c7761a616c2eb995f651cae1b738dcf8671d95 (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
Manifest-Version: 1.0
Bundle-Name: ECF Core
Bundle-SymbolicName: org.eclipse.ecf;singleton=true
Bundle-Version: 0.7.0
Bundle-ClassPath: ecf.jar
Bundle-Activator: org.eclipse.ecf.internal.core.ECFPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Eclipse-AutoStart: true
Require-Bundle: org.eclipse.osgi,
 org.eclipse.core.runtime
Eclipse-BuddyPolicy: registered
Provide-Package: org.eclipse.ecf.core,
 org.eclipse.ecf.core.comm,
 org.eclipse.ecf.core.comm.provider,
 org.eclipse.ecf.core.events,
 org.eclipse.ecf.core.identity,
 org.eclipse.ecf.core.provider,
 org.eclipse.ecf.core.security,
 org.eclipse.ecf.core.sharedobject,
 org.eclipse.ecf.core.user,
 org.eclipse.ecf.core.util
 
 
  

Back to the top