debuggercdi/com.nokia.cdt.debug.cw.symbian/META-INF/MANIFEST.MF
changeset 2054 deb27f632e39
parent 1981 f465b1504220
equal deleted inserted replaced
2053:683a3be65e07 2054:deb27f632e39
     4 Bundle-SymbolicName: com.nokia.cdt.debug.cw.symbian; singleton:=true
     4 Bundle-SymbolicName: com.nokia.cdt.debug.cw.symbian; singleton:=true
     5 Bundle-Version: 3.0.0.qualifier
     5 Bundle-Version: 3.0.0.qualifier
     6 Bundle-Activator: com.nokia.cdt.debug.cw.symbian.SymbianPlugin
     6 Bundle-Activator: com.nokia.cdt.debug.cw.symbian.SymbianPlugin
     7 Bundle-Vendor: Nokia
     7 Bundle-Vendor: Nokia
     8 Bundle-Localization: plugin
     8 Bundle-Localization: plugin
     9 Require-Bundle: org.eclipse.core.resources,
     9 Require-Bundle: org.eclipse.cdt.ui,
    10  org.eclipse.cdt.ui,
       
    11  org.eclipse.ui,
       
    12  org.eclipse.cdt.core,
    10  org.eclipse.cdt.core,
    13  org.eclipse.debug.ui,
    11  org.eclipse.debug.ui,
    14  org.eclipse.debug.core,
       
    15  org.eclipse.cdt.debug.ui,
    12  org.eclipse.cdt.debug.ui,
    16  org.eclipse.cdt.debug.core,
    13  org.eclipse.cdt.debug.core,
    17  org.eclipse.core.runtime,
    14  org.eclipse.core.runtime,
    18  com.freescale.cdt.debug.cw.core,
    15  com.freescale.cdt.debug.cw.core,
    19  com.freescale.cdt.debug.cw.core.ui,
    16  com.freescale.cdt.debug.cw.core.ui,
    20  org.eclipse.ui.console,
    17  org.eclipse.ui.console,
    21  com.nokia.carbide.cpp.support,
       
    22  com.nokia.carbide.cdt.builder,
    18  com.nokia.carbide.cdt.builder,
    23  org.eclipse.help,
       
    24  com.nokia.carbide.cpp.sdk.core,
    19  com.nokia.carbide.cpp.sdk.core,
    25  com.nokia.carbide.cpp.ui,
    20  com.nokia.carbide.cpp.ui,
    26  org.eclipse.jface.text,
       
    27  com.nokia.cpp.utils.core,
    21  com.nokia.cpp.utils.core,
    28  org.eclipse.ui.workbench.texteditor,
       
    29  org.eclipse.core.filesystem,
       
    30  com.nokia.carbide.remoteConnections
    22  com.nokia.carbide.remoteConnections
    31 Bundle-ActivationPolicy: lazy
    23 Bundle-ActivationPolicy: lazy
    32 Export-Package: com.nokia.cdt.debug.cw.symbian;
    24 Export-Package: com.nokia.cdt.debug.cw.symbian;
    33   x-friends:="com.nokia.carbide.automation.smoke.test,
    25   x-friends:="com.nokia.carbide.automation.smoke.test,
    34    com.nokia.carbide.automation.utils,
    26    com.nokia.carbide.automation.utils,
    52  com.nokia.cdt.debug.cw.symbian.ui.executables;
    44  com.nokia.cdt.debug.cw.symbian.ui.executables;
    53   x-friends:="com.nokia.carbide.automation.smoke.test,
    45   x-friends:="com.nokia.carbide.automation.smoke.test,
    54    com.nokia.carbide.automation.utils,
    46    com.nokia.carbide.automation.utils,
    55    com.nokia.cdt.debug.cw.symbian.tests,
    47    com.nokia.cdt.debug.cw.symbian.tests,
    56    com.nokia.cdt.debug.launch"
    48    com.nokia.cdt.debug.launch"
       
    49 Bundle-RequiredExecutionEnvironment: JavaSE-1.6