core/com.nokia.carbide.cpp.sdk.core/META-INF/MANIFEST.MF
author stechong
Tue, 03 Aug 2010 10:07:15 -0500
branchC3_BUILDER_WORK
changeset 1747 853ab1210200
parent 1657 03f5f8bf29b4
child 1981 f465b1504220
permissions -rw-r--r--
Updated friend list of "com.nokia.carbide.cpp.internal.api.sdk" package.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     1
Manifest-Version: 1.0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     2
Bundle-ManifestVersion: 2
1650
681dd0b5485e fix extension checker items
Chad Peckham <chad.peckham@nokia.com>
parents: 928
diff changeset
     3
Bundle-Name: SDK Core
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     4
Bundle-SymbolicName: com.nokia.carbide.cpp.sdk.core; singleton:=true
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     5
Bundle-Version: 2.0.0.qualifier
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     6
Bundle-Activator: com.nokia.carbide.cpp.sdk.core.SDKCorePlugin
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     7
Bundle-Vendor: Nokia
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     8
Require-Bundle: org.eclipse.core.runtime,
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     9
 org.eclipse.emf.ecore.xmi,
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    10
 org.eclipse.cdt.core,
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    11
 org.eclipse.ui,
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    12
 com.nokia.cpp.utils.core,
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    13
 com.nokia.carbide.cpp.epoc.engine,
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    14
 org.eclipse.update.core,
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    15
 com.nokia.carbide.templatewizard,
335
a28d71356238 [Bug 8934] Ensure we create the devices.xml at the same location where we try to read it. Refactor copied method so single method called from SDKManager in core by SDKPreferencePage in ui. Ensure errors are reported in error log. Show dialog when unable to add SDK.
dadubrow
parents: 0
diff changeset
    16
 org.eclipse.core.filesystem,
928
0e59b97dd835 Move qt-sdk detection from sdk core to the nokia qt core/ui plugins. Early loading is not working for these changes.
timkelly
parents: 925
diff changeset
    17
 com.nokia.cpp.utils.ui
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    18
Bundle-ActivationPolicy: lazy
1747
853ab1210200 Updated friend list of "com.nokia.carbide.cpp.internal.api.sdk" package.
stechong
parents: 1657
diff changeset
    19
Export-Package: com.nokia.carbide.cpp.internal.api.sdk;
853ab1210200 Updated friend list of "com.nokia.carbide.cpp.internal.api.sdk" package.
stechong
parents: 1657
diff changeset
    20
  x-friends:="com.nokia.carbide.cpp.sdk.core.test,
853ab1210200 Updated friend list of "com.nokia.carbide.cpp.internal.api.sdk" package.
stechong
parents: 1657
diff changeset
    21
   com.nokia.carbide.cpp.sdk.ui,
853ab1210200 Updated friend list of "com.nokia.carbide.cpp.internal.api.sdk" package.
stechong
parents: 1657
diff changeset
    22
   com.nokia.carbide.cdt.builder,
853ab1210200 Updated friend list of "com.nokia.carbide.cpp.internal.api.sdk" package.
stechong
parents: 1657
diff changeset
    23
   com.nokia.carbide.cdt.builder.test,
853ab1210200 Updated friend list of "com.nokia.carbide.cpp.internal.api.sdk" package.
stechong
parents: 1657
diff changeset
    24
   com.nokia.carbide.cpp.builder.utils,
853ab1210200 Updated friend list of "com.nokia.carbide.cpp.internal.api.sdk" package.
stechong
parents: 1657
diff changeset
    25
   com.nokia.carbide.cpp.project.ui,
853ab1210200 Updated friend list of "com.nokia.carbide.cpp.internal.api.sdk" package.
stechong
parents: 1657
diff changeset
    26
   com.nokia.carbide.cpp.qt.core,
853ab1210200 Updated friend list of "com.nokia.carbide.cpp.internal.api.sdk" package.
stechong
parents: 1657
diff changeset
    27
   com.nokia.carbide.cpp.qt.ui,
853ab1210200 Updated friend list of "com.nokia.carbide.cpp.internal.api.sdk" package.
stechong
parents: 1657
diff changeset
    28
   com.nokia.cdt.debug.cw.symbian,
853ab1210200 Updated friend list of "com.nokia.carbide.cpp.internal.api.sdk" package.
stechong
parents: 1657
diff changeset
    29
   com.nokia.cdt.debug.launch,
853ab1210200 Updated friend list of "com.nokia.carbide.cpp.internal.api.sdk" package.
stechong
parents: 1657
diff changeset
    30
   com.nokia.carbide.cpp.epoc.engine.tests",
1568
508bfdb3a934 Added caching of Raptor query data for aliases, products and configs.
stechong
parents: 1471
diff changeset
    31
 com.nokia.carbide.cpp.internal.api.sdk.sbsv2;x-friends:="com.nokia.carbide.cdt.builder.test,com.nokia.carbide.cpp.sdk.core.test",
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    32
 com.nokia.carbide.cpp.internal.sdk.core.gen.Devices;x-friends:="com.nokia.carbide.cpp.sdk.core.test,com.nokia.carbide.cpp.sdk.ui",
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    33
 com.nokia.carbide.cpp.internal.sdk.core.gen.Devices.impl;x-friends:="com.nokia.carbide.cpp.sdk.core.test",
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    34
 com.nokia.carbide.cpp.internal.sdk.core.gen.Devices.util;x-friends:="com.nokia.carbide.cpp.sdk.core.test",
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    35
 com.nokia.carbide.cpp.internal.sdk.core.gen.SymbianMacroStore;x-friends:="com.nokia.carbide.cpp.sdk.core.test",
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    36
 com.nokia.carbide.cpp.internal.sdk.core.gen.SymbianMacroStore.impl;x-friends:="com.nokia.carbide.cpp.sdk.core.test",
1421
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 928
diff changeset
    37
 com.nokia.carbide.cpp.internal.sdk.core.gen.SymbianMacroStore.util;x-friends:="com.nokia.carbide.cpp.sdk.core.test",
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 928
diff changeset
    38
 com.nokia.carbide.cpp.internal.sdk.core.model;x-friends:="com.nokia.carbide.cpp.sdk.core.test,com.nokia.carbide.cpp.sdk.ui",
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 928
diff changeset
    39
 com.nokia.carbide.cpp.internal.sdk.core.xml;x-friends:="com.nokia.carbide.cpp.sdk.core.test",
587da7cb64b7 New SDK preference page and SDK scanning mechanism; fix for Bug 10634.
stechong
parents: 928
diff changeset
    40
 com.nokia.carbide.cpp.sdk.core
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    41
Bundle-ClassPath: sdkCorePlugin.jar