~ubuntu-branches/ubuntu/utopic/eclipse-wtp/utopic-proposed

« back to all changes in this revision

Viewing changes to org.eclipse.wst.jsdt.debug.crossfire/META-INF/MANIFEST.MF

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2014-07-10 12:54:39 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140710125439-ixzeiqepu8m3e1z6
Tags: 3.6.0-1
* New upstream release.
* Refreshed d/patches/debian-custom-build.patch.
* Regenerate CSSTokenizer during build.
* Override codeless-jar warning in eclipse-wtp binary package.
* Override false positive source-is-missing lintian error in bundle
  org.eclipse.wst.jsdt.support.ie.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bundle-ManifestVersion: 2
3
3
Bundle-Name: %Bundle-Name
4
4
Bundle-SymbolicName: org.eclipse.wst.jsdt.debug.crossfire;singleton:=true
5
 
Bundle-Version: 1.0.300.qualifier
 
5
Bundle-Version: 1.0.400.qualifier
6
6
Bundle-Activator: org.eclipse.wst.jsdt.debug.internal.crossfire.CrossFirePlugin
7
7
Bundle-Vendor: %Bundle-Vendor
8
8
Require-Bundle: org.eclipse.core.runtime,
9
9
 org.eclipse.wst.jsdt.debug.core;bundle-version="3.1.0",
10
10
 org.eclipse.wst.jsdt.debug.transport;bundle-version="1.0.0",
11
11
 org.eclipse.wst.jsdt.core;bundle-version="1.0.0",
12
 
 org.eclipse.debug.core
13
 
Bundle-RequiredExecutionEnvironment: J2SE-1.4
 
12
 org.eclipse.debug.core,
 
13
 org.eclipse.core.resources
 
14
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
14
15
Bundle-ActivationPolicy: lazy
15
16
Export-Package: org.eclipse.wst.jsdt.debug.internal.crossfire;x-internal:=true,
16
17
 org.eclipse.wst.jsdt.debug.internal.crossfire.connect;x-internal:=true,