~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to build/org.eclipse.cdt.managedbuilder.gnu.ui/META-INF/MANIFEST.MF

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2011-10-06 21:15:04 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111006211504-8dutmljjih0zikfv
Tags: 8.0.1-1
* New upstream release.
* Split the JNI packages into a separate architecture dependent
  package and made eclipse-cdt architecture independent.
* Install JNI libraries into multiarch aware location
* Bumped Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Manifest-Version: 1.0
 
2
Bundle-ManifestVersion: 2
 
3
Bundle-Name: %pluginName
 
4
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.gnu.ui; singleton:=true
 
5
Bundle-Version: 8.0.1.qualifier
 
6
Bundle-Activator: org.eclipse.cdt.managedbuilder.gnu.ui.GnuUIPlugin
 
7
Bundle-Vendor: %providerName
 
8
Bundle-Localization: plugin
 
9
Export-Package: org.eclipse.cdt.managedbuilder.gnu.cygwin,
 
10
 org.eclipse.cdt.managedbuilder.gnu.mingw;x-internal:=true,
 
11
 org.eclipse.cdt.managedbuilder.gnu.templates;x-internal:=true,
 
12
 org.eclipse.cdt.managedbuilder.gnu.ui
 
13
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
 
14
 org.eclipse.cdt.managedbuilder.core;bundle-version="[8.0.0,9.0.0)",
 
15
 org.eclipse.cdt.core;bundle-version="[5.0.0,6.0.0)",
 
16
 org.eclipse.core.resources
 
17
Bundle-ActivationPolicy: lazy
 
18
Bundle-RequiredExecutionEnvironment: J2SE-1.5