Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6582846631ed8f073566ecfbbb6b723af5fd4c63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Trac Connector Core
Bundle-SymbolicName: org.eclipse.mylyn.trac.core;singleton:=true
Bundle-Version: 2.0.0.v20070627-0100
Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.mylyn.context.core,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.search,
 org.eclipse.mylyn.monitor.core,
 org.eclipse.mylyn,
 org.eclipse.mylyn.web.core
Eclipse-LazyStart: true
Export-Package: org.eclipse.mylyn.internal.trac.core,
 org.eclipse.mylyn.internal.trac.core.model,
 org.eclipse.mylyn.internal.trac.core.util
Bundle-Activator: org.eclipse.mylyn.internal.trac.core.TracCorePlugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top