qt/com.nokia.carbide.cpp.qt.core/plugin.xml
author timkelly
Tue, 04 May 2010 09:39:10 -0500
branchRCL_2_4
changeset 1325 98aebbb322f3
parent 950 6773165abc05
permissions -rw-r--r--
Fix bug 11210. NPEs when editing SBSv2 config tab data on old SBSv2 build configs. Now allows saving SBSv2 variant data for old SBSv2 configs (i.e. before we display the build alias in the config name)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
950
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     2
<?eclipse version="3.2"?>
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     3
<plugin>
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     4
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     5
   <extension
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     6
         id="com.nokia.carbide.cpp.qt.core.symbianSDKMgrHook"
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     7
         name="Symbian SDK Manager Hook"
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     8
         point="com.nokia.carbide.cpp.sdk.core.sdkManagerLoadedHook">
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
     9
          <provider
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
    10
            class="com.nokia.carbide.cpp.internal.qt.core.QtCorePlugin"
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
    11
            name="com.nokia.carbide.cpp.internal.qt.core.SDK-HookClient"/>
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
    12
   </extension>
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
    13
6773165abc05 Fix bug 10681. Merge from default.
timkelly
parents:
diff changeset
    14
</plugin>