cdt/cdt_6_0_x/org.eclipse.cdt.dsf.gdb/META-INF/MANIFEST.MF
author cawthron
Wed, 29 Jul 2009 14:30:25 -0500
changeset 37 c2bce6dd59e7
child 51 49c226a8748e
permissions -rw-r--r--
add cdt_6_0_x
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     1
Manifest-Version: 1.0
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     2
Bundle-ManifestVersion: 2
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     3
Bundle-Name: %pluginName
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     4
Bundle-Vendor: %providerName
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     5
Bundle-SymbolicName: org.eclipse.cdt.dsf.gdb;singleton:=true
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     6
Bundle-Version: 2.1.0.qualifier
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     7
Bundle-Activator: org.eclipse.cdt.dsf.gdb.internal.GdbPlugin
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     8
Bundle-Localization: plugin
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     9
Require-Bundle: org.eclipse.core.runtime,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    10
 org.eclipse.cdt.dsf,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    11
 org.eclipse.debug.core,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    12
 org.eclipse.cdt.core,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    13
 org.eclipse.cdt.debug.core,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    14
 org.eclipse.core.variables,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    15
 org.eclipse.jface
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    16
Bundle-ActivationPolicy: lazy
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    17
Bundle-RequiredExecutionEnvironment: J2SE-1.5
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    18
Export-Package: org.eclipse.cdt.dsf.gdb,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    19
 org.eclipse.cdt.dsf.gdb.actions,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    20
 org.eclipse.cdt.dsf.gdb.breakpoints,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    21
 org.eclipse.cdt.dsf.gdb.launching,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    22
 org.eclipse.cdt.dsf.gdb.service,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    23
 org.eclipse.cdt.dsf.gdb.service.command,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    24
 org.eclipse.cdt.dsf.mi.service,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    25
 org.eclipse.cdt.dsf.mi.service.command,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    26
 org.eclipse.cdt.dsf.mi.service.command.commands,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    27
 org.eclipse.cdt.dsf.mi.service.command.events,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    28
 org.eclipse.cdt.dsf.mi.service.command.output
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    29
Import-Package: com.ibm.icu.text