qt/com.nokia.carbide.cpp.qt.core/plugin.xml
author timkelly
Thu, 10 Jun 2010 11:33:29 -0500
branchC3_BUILDER_WORK
changeset 1453 bd6bc4d000fd
parent 945 67437bfc7c6f
permissions -rw-r--r--
clean up SDK/Config tree by removing SDK Id from display (it's redundant) and also adding text that SDK location does not exist so users can see the config tree and know it won't work (not have it be hidden and users wonder why it's not there)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
929
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
     2
<?eclipse version="3.2"?>
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
     3
<plugin>
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
     4
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
     5
   <extension
945
67437bfc7c6f Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.
timkelly
parents: 929
diff changeset
     6
         id="com.nokia.carbide.cpp.qt.core.symbianSDKMgrHook"
67437bfc7c6f Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.
timkelly
parents: 929
diff changeset
     7
         name="Symbian SDK Manager Hook"
67437bfc7c6f Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.
timkelly
parents: 929
diff changeset
     8
         point="com.nokia.carbide.cpp.sdk.core.sdkManagerLoadedHook">
67437bfc7c6f Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.
timkelly
parents: 929
diff changeset
     9
          <provider
67437bfc7c6f Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.
timkelly
parents: 929
diff changeset
    10
            class="com.nokia.carbide.cpp.internal.qt.core.QtCorePlugin"
67437bfc7c6f Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.
timkelly
parents: 929
diff changeset
    11
            name="com.nokia.carbide.cpp.internal.qt.core.SDK-HookClient"/>
929
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
    12
   </extension>
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
    13
e0580496bfa3 Temporarily add earlystartup. Will be replaced by extension point implementation in sdk.core plugin.
timkelly
parents:
diff changeset
    14
</plugin>