cdt/cdt_6_0_x/org.eclipse.cdt.dsf.gdb/META-INF/MANIFEST.MF
author timkelly
Tue, 15 Sep 2009 10:25:52 -0500
changeset 96 defec9d2b40a
parent 51 49c226a8748e
permissions -rw-r--r--
refactor to use AbstractCLaunchDelegate (bug 9762)
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
51
49c226a8748e CDT 6.0 from cdt_6_0 branch (eclipse.org cvs repository). This overwrites previous CDT 6.0 merges.
timkelly
parents: 37
diff changeset
     6
Bundle-Version: 2.0.0.qualifier
37
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,
96
defec9d2b40a refactor to use AbstractCLaunchDelegate (bug 9762)
timkelly
parents: 51
diff changeset
    15
 org.eclipse.jface,
defec9d2b40a refactor to use AbstractCLaunchDelegate (bug 9762)
timkelly
parents: 51
diff changeset
    16
 org.eclipse.cdt.launch
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    17
Bundle-ActivationPolicy: lazy
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    18
Bundle-RequiredExecutionEnvironment: J2SE-1.5
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    19
Export-Package: org.eclipse.cdt.dsf.gdb,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    20
 org.eclipse.cdt.dsf.gdb.actions,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    21
 org.eclipse.cdt.dsf.gdb.breakpoints,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    22
 org.eclipse.cdt.dsf.gdb.launching,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    23
 org.eclipse.cdt.dsf.gdb.service,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    24
 org.eclipse.cdt.dsf.gdb.service.command,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    25
 org.eclipse.cdt.dsf.mi.service,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    26
 org.eclipse.cdt.dsf.mi.service.command,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    27
 org.eclipse.cdt.dsf.mi.service.command.commands,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    28
 org.eclipse.cdt.dsf.mi.service.command.events,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    29
 org.eclipse.cdt.dsf.mi.service.command.output
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    30
Import-Package: com.ibm.icu.text