Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2cb8be6dbde9d3b896edd769305718579e5581f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylar Trac Core Plug-in
Bundle-SymbolicName: org.eclipse.mylar.trac.core;singleton:=true
Bundle-Version: 1.0.1.v20070202-1900
Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.mylar.context.core,
 org.eclipse.mylar.tasks.core,
 org.eclipse.search,
 org.eclipse.mylar.monitor.core,
 org.eclipse.mylar
Eclipse-LazyStart: true
Export-Package: org.eclipse.mylar.internal.trac.core,
 org.eclipse.mylar.internal.trac.core.model,
 org.eclipse.mylar.internal.trac.core.util
Bundle-Activator: org.eclipse.mylar.internal.trac.core.TracCorePlugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top