project/com.nokia.carbide.cpp.project.ui/META-INF/MANIFEST.MF
author wpaul
Wed, 25 Mar 2009 12:24:24 -0500
changeset 9 6ef327765a4e
parent 2 d760517a8095
child 150 5021c72f5c75
permissions -rw-r--r--
added copyright
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
Manifest-Version: 1.0
cawthron
parents:
diff changeset
     2
Bundle-ManifestVersion: 2
cawthron
parents:
diff changeset
     3
Bundle-Name: Carbide Project UI Plug-in
cawthron
parents:
diff changeset
     4
Bundle-SymbolicName: com.nokia.carbide.cpp.project.ui; singleton:=true
cawthron
parents:
diff changeset
     5
Bundle-Version: 1.4.0.qualifier
cawthron
parents:
diff changeset
     6
Bundle-Activator: com.nokia.carbide.cpp.internal.project.ui.ProjectUIPlugin
cawthron
parents:
diff changeset
     7
Bundle-Vendor: Nokia
cawthron
parents:
diff changeset
     8
Bundle-Localization: plugin
cawthron
parents:
diff changeset
     9
Require-Bundle: org.eclipse.ui,
cawthron
parents:
diff changeset
    10
 org.eclipse.core.runtime,
cawthron
parents:
diff changeset
    11
 org.eclipse.ui.ide,
cawthron
parents:
diff changeset
    12
 org.eclipse.core.resources,
cawthron
parents:
diff changeset
    13
 org.eclipse.jface.text,
cawthron
parents:
diff changeset
    14
 org.eclipse.ui.editors,
cawthron
parents:
diff changeset
    15
 org.eclipse.ui.workbench.texteditor,
cawthron
parents:
diff changeset
    16
 com.nokia.carbide.cpp.project.core,
cawthron
parents:
diff changeset
    17
 org.eclipse.ui.forms,
cawthron
parents:
diff changeset
    18
 org.eclipse.cdt.ui,
cawthron
parents:
diff changeset
    19
 org.eclipse.cdt.core,
cawthron
parents:
diff changeset
    20
 com.nokia.carbide.cpp.sdk.ui,
cawthron
parents:
diff changeset
    21
 com.nokia.carbide.templatewizard,
cawthron
parents:
diff changeset
    22
 com.nokia.cpp.utils.core,
cawthron
parents:
diff changeset
    23
 com.nokia.cpp.utils.ui,
cawthron
parents:
diff changeset
    24
 com.nokia.sdt.utils,
cawthron
parents:
diff changeset
    25
 com.nokia.carbide.cpp.sdk.core,
cawthron
parents:
diff changeset
    26
 org.eclipse.ui.console,
cawthron
parents:
diff changeset
    27
 org.eclipse.search,
cawthron
parents:
diff changeset
    28
 com.nokia.carbide.cdt.builder,
cawthron
parents:
diff changeset
    29
 com.nokia.carbide.cpp.epoc.engine,
cawthron
parents:
diff changeset
    30
 com.nokia.carbide.cpp.ui,
cawthron
parents:
diff changeset
    31
 org.eclipse.ui.navigator,
cawthron
parents:
diff changeset
    32
 com.freescale.swt,
cawthron
parents:
diff changeset
    33
 org.eclipse.ui.navigator.resources,
cawthron
parents:
diff changeset
    34
 org.eclipse.core.filesystem;bundle-version="1.2.0"
cawthron
parents:
diff changeset
    35
Bundle-ActivationPolicy: lazy
cawthron
parents:
diff changeset
    36
Export-Package: com.nokia.carbide.cpp.internal.project.ui,
cawthron
parents:
diff changeset
    37
 com.nokia.carbide.cpp.internal.project.ui.actions,
cawthron
parents:
diff changeset
    38
 com.nokia.carbide.cpp.internal.project.ui.editors.images,
cawthron
parents:
diff changeset
    39
 com.nokia.carbide.cpp.internal.project.ui.images,
cawthron
parents:
diff changeset
    40
 com.nokia.carbide.cpp.internal.project.ui.images.providers,
cawthron
parents:
diff changeset
    41
 com.nokia.carbide.cpp.internal.project.ui.importWizards,
cawthron
parents:
diff changeset
    42
 com.nokia.carbide.cpp.internal.project.ui.sharedui,
cawthron
parents:
diff changeset
    43
 com.nokia.carbide.cpp.internal.project.ui.views,
cawthron
parents:
diff changeset
    44
 com.nokia.carbide.cpp.internal.project.ui.wizards,
cawthron
parents:
diff changeset
    45
 com.nokia.carbide.cpp.internal.project.utils,
cawthron
parents:
diff changeset
    46
 com.nokia.carbide.cpp.project.ui.processes,
cawthron
parents:
diff changeset
    47
 com.nokia.carbide.cpp.project.ui.sharedui,
cawthron
parents:
diff changeset
    48
 com.nokia.carbide.cpp.project.ui.utils