qt/com.nokia.carbide.cpp.qt.core/plugin.xml
author timkelly
Wed, 15 Sep 2010 09:32:22 -0500
changeset 2007 283cfb261d8f
parent 945 67437bfc7c6f
permissions -rw-r--r--
don't run new plugin checker if there are no SDKs
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>