~ubuntu-branches/ubuntu/utopic/eclipse-linuxtools/utopic

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2014-05-12 18:11:40 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140512181140-w237r3vsah1tmybz
Tags: 2.2.1-1
* New upstream release.
* Refreshed d/patches.
* Removed eclipse-cdt-valgrind-remote package, all its functionality
  is now provided by eclipse-cdt-profiling-framework-remote.
* Added remove-license-feature.patch.
* Bump Standards-Version to 3.9.5.
* Enable eclipse-changelog package.
* Enable eclipse-rpm-editor package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Manifest-Version: 1.0
2
 
Bundle-ManifestVersion: 2
3
 
Bundle-Name: %bundleName
4
 
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.graphicalrun; singleton:=true
5
 
Bundle-Version: 1.0.0.qualifier
6
 
Bundle-Activator: org.eclipse.linuxtools.internal.systemtap.ui.graphicalrun.GraphicalRunPlugin
7
 
Bundle-Vendor: %bundleProvider
8
 
Bundle-Localization: plugin
9
 
Export-Package: org.eclipse.linuxtools.systemtap.ui.graphicalrun.structures
10
 
Require-Bundle: org.eclipse.ui,
11
 
 org.eclipse.core.runtime,
12
 
 org.eclipse.linuxtools.systemtap.ui.consolelog,
13
 
 org.eclipse.linuxtools.systemtap.ui.editor,
14
 
 org.eclipse.linuxtools.systemtap.ui.logging,
15
 
 org.eclipse.linuxtools.systemtap.ui.graphing,
16
 
 org.eclipse.linuxtools.systemtap.ui.structures,
17
 
 org.eclipse.linuxtools.systemtap.ui.ide,
18
 
 org.eclipse.linuxtools.systemtap.ui.graphingapi.ui
19
 
Bundle-ActivationPolicy: lazy
20
 
Bundle-RequiredExecutionEnvironment: J2SE-1.5
21
 
Import-Package: com.jcraft.jsch