Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2984ab755ca6c731ebc201edd835f0a79e8281df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Sample CDT Static Analysis
Bundle-SymbolicName: org.eclipse.ptp.pldt.sampleCDTstaticAnalysis;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.ptp.pldt.sampleCDTstaticAnalysis.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.cdt.core,
 org.eclipse.core.resources,
 org.eclipse.ptp.pldt.common,
 org.eclipse.ptp.pldt.mpi.analysis,
 org.eclipse.ptp.pldt.mpi.analysis.cdt
Eclipse-LazyStart: true
Bundle-Vendor: IBM Research

Back to the top