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

« back to all changes in this revision

Viewing changes to systemtap/org.eclipse.linuxtools.systemtap.ui.ide/META-INF/MANIFEST.MF

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-13 21:43:22 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130513214322-6frgd9du1n0w2uo7
Tags: 1.2.1-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bundle-ManifestVersion: 2
3
3
Bundle-Name: %bundleName
4
4
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.ide;singleton:=true
5
 
Bundle-Version: 1.0.0.qualifier
 
5
Bundle-Version: 1.2.0.qualifier
6
6
Bundle-Activator: org.eclipse.linuxtools.internal.systemtap.ui.ide.IDEPlugin
7
7
Bundle-Vendor: %bundleProvider
8
8
Bundle-Localization: plugin
16
16
 org.eclipse.linuxtools.systemtap.ui.systemtapgui,
17
17
 org.eclipse.linuxtools.systemtap.ui.consolelog,
18
18
 org.eclipse.linuxtools.systemtap.ui.structures,
19
 
 org.eclipse.core.resources;bundle-version="3.4.1"
 
19
 org.eclipse.core.resources;bundle-version="3.4.1",
 
20
 org.eclipse.linuxtools.profiling.launch;bundle-version="0.11.0",
 
21
 org.eclipse.ui.ide,
 
22
 org.eclipse.debug.ui;bundle-version="3.8.0",
 
23
 org.eclipse.core.expressions;bundle-version="3.4.400"
20
24
Bundle-ActivationPolicy: lazy
21
 
Import-Package: org.eclipse.core.filesystem,
22
 
 org.eclipse.linuxtools.systemtap.ui.graphing,
23
 
 org.eclipse.linuxtools.systemtap.ui.graphing.views,
24
 
 org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.datasets,
25
 
 org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui.structures,
26
 
 org.eclipse.linuxtools.systemtap.ui.graphingapi.ui.wizards.dataset,
 
25
Import-Package: com.jcraft.jsch;version="0.1.46",
 
26
 org.eclipse.core.filesystem,
27
27
 org.eclipse.linuxtools.systemtap.ui.structures,
28
28
 org.eclipse.linuxtools.systemtap.ui.structures.listeners,
29
29
 org.eclipse.linuxtools.systemtap.ui.structures.runnable,
30
30
 org.eclipse.linuxtools.systemtap.ui.structures.ui,
31
31
 org.eclipse.linuxtools.systemtap.ui.structures.validators,
 
32
 org.eclipse.ui,
 
33
 org.eclipse.ui.dialogs,
32
34
 org.eclipse.ui.ide,
33
35
 org.eclipse.ui.part
34
36
Bundle-RequiredExecutionEnvironment: J2SE-1.5