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

« back to all changes in this revision

Viewing changes to results/plugins/org.eclipse.cdt.managedbuilder.xlc.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.xlc.ui; singleton := true
5
 
Bundle-Version: 6.0.0.qualifier
6
 
Bundle-Activator: org.eclipse.cdt.managedbuilder.xlc.ui.XLCUIPlugin
7
 
Bundle-Localization: plugin
8
 
Require-Bundle: org.eclipse.ui,
9
 
 org.eclipse.core.runtime,
10
 
 org.eclipse.cdt.managedbuilder.core,
11
 
 org.eclipse.cdt.core,
12
 
 org.eclipse.core.resources,
13
 
 org.eclipse.cdt.managedbuilder.ui,
14
 
 org.eclipse.cdt.ui,
15
 
 org.eclipse.ui.ide,
16
 
 org.eclipse.core.variables
17
 
Bundle-ActivationPolicy: lazy
18
 
Export-Package: org.eclipse.cdt.managedbuilder.xlc.aix,
19
 
 org.eclipse.cdt.managedbuilder.xlc.ui,
20
 
 org.eclipse.cdt.managedbuilder.xlc.ui.preferences,
21
 
 org.eclipse.cdt.managedbuilder.xlc.ui.properties,
22
 
 org.eclipse.cdt.managedbuilder.xlc.ui.variables,
23
 
 org.eclipse.cdt.managedbuilder.xlc.ui.wizards
24
 
Bundle-Vendor: %providerName
25
 
Bundle-RequiredExecutionEnvironment: J2SE-1.5