~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to valgrind/org.eclipse.linuxtools.valgrind.tests/META-INF/MANIFEST.MF

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2012-06-29 12:07:30 UTC
  • Revision ID: package-import@ubuntu.com-20120629120730-bfri1xys1i71dpn6
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Manifest-Version: 1.0
 
2
Bundle-ManifestVersion: 2
 
3
Bundle-Name: %Bundle-Name.0
 
4
Bundle-SymbolicName: org.eclipse.linuxtools.valgrind.tests;singleton:=true
 
5
Bundle-Version: 1.0.0.qualifier
 
6
Bundle-Vendor: %Bundle-Vendor.0
 
7
Bundle-Localization: plugin
 
8
Bundle-ActivationPolicy: lazy
 
9
Bundle-Activator: org.eclipse.linuxtools.internal.valgrind.tests.ValgrindTestsPlugin
 
10
Require-Bundle: org.eclipse.ui,
 
11
 org.eclipse.core.runtime,
 
12
 org.junit;bundle-version="4.7.0"
 
13
Bundle-RequiredExecutionEnvironment: J2SE-1.5
 
14
Import-Package: org.eclipse.cdt.core.model,
 
15
 org.eclipse.cdt.debug.core,
 
16
 org.eclipse.cdt.launch,
 
17
 org.eclipse.core.resources,
 
18
 org.eclipse.debug.core,
 
19
 org.eclipse.debug.core.model,
 
20
 org.eclipse.debug.ui,
 
21
 org.eclipse.linuxtools.internal.valgrind.core,
 
22
 org.eclipse.linuxtools.internal.valgrind.launch,
 
23
 org.eclipse.linuxtools.profiling.launch,
 
24
 org.eclipse.linuxtools.profiling.tests,
 
25
 org.eclipse.linuxtools.valgrind.launch
 
26
Export-Package: org.eclipse.linuxtools.internal.valgrind.tests