cdt/cdt_6_0_x/org.eclipse.cdt.dsf.gdb.ui/META-INF/MANIFEST.MF
author dadubrow
Tue, 10 Nov 2009 09:58:50 -0600
changeset 111 c2563c416525
parent 37 c2bce6dd59e7
permissions -rw-r--r--
merge debug text hover support with CDT
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.ui;singleton:=true
111
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
     6
Bundle-Version: 2.1.0.qualifier
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     7
Bundle-Activator: org.eclipse.cdt.dsf.gdb.internal.ui.GdbUIPlugin
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.ui,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    10
 org.eclipse.core.runtime,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    11
 org.eclipse.cdt.dsf,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    12
 org.eclipse.cdt.dsf.ui,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    13
 org.eclipse.debug.ui,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    14
 org.eclipse.cdt.debug.core,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    15
 org.eclipse.cdt.dsf.gdb,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    16
 org.eclipse.cdt.debug.ui,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    17
 org.eclipse.cdt.core,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    18
 org.eclipse.cdt.ui,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    19
 org.eclipse.ui.ide,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    20
 org.eclipse.core.variables,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    21
 org.eclipse.core.expressions,
111
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
    22
 org.eclipse.ui.console,
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
    23
 org.eclipse.jface.text;bundle-version="3.4.0",
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
    24
 org.eclipse.ui.editors;bundle-version="3.4.0",
c2563c416525 merge debug text hover support with CDT
dadubrow
parents: 37
diff changeset
    25
 org.eclipse.core.filesystem;bundle-version="1.2.0"
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    26
Bundle-ActivationPolicy: lazy
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    27
Bundle-RequiredExecutionEnvironment: J2SE-1.5
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    28
Export-Package: org.eclipse.cdt.dsf.gdb.internal.ui.actions;x-internal:=true,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    29
 org.eclipse.cdt.dsf.gdb.internal.ui.breakpoints;x-internal:=true,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    30
 org.eclipse.cdt.dsf.gdb.internal.ui.launching;x-internal:=true,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    31
 org.eclipse.cdt.dsf.gdb.internal.ui.viewmodel;x-internal:=true,
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    32
 org.eclipse.cdt.dsf.gdb.internal.ui.viewmodel.launch;x-internal:=true
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    33
Import-Package: com.ibm.icu.text