Skip to main content
summaryrefslogtreecommitdiffstats
blob: eb666affaa36cd56d8c1b4da6ff048159e6bb5bb (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.sync
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.ecf.internal.sync.Activator
Bundle-Vendor: %plugin.provider
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Import-Package: org.eclipse.core.runtime,
 org.eclipse.ecf.core.identity,
 org.eclipse.ecf.core.util,
 org.eclipse.osgi.util,
 org.osgi.framework,
 org.osgi.service.log,
 org.osgi.util.tracker
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Export-Package: org.eclipse.ecf.internal.sync;x-internal:=true,
 org.eclipse.ecf.internal.sync.doc.cola;x-internal:=true,
 org.eclipse.ecf.internal.sync.doc.identity;x-internal:=true,
 org.eclipse.ecf.sync,
 org.eclipse.ecf.sync.doc

Back to the top