qt/com.nokia.carbide.cpp.qt.core/plugin.xml
author Chad Peckham <chad.peckham@nokia.com>
Tue, 15 Jun 2010 16:19:30 -0500
changeset 1473 6c45b7c9cdac
parent 945 67437bfc7c6f
permissions -rw-r--r--
Close ports when there is a fatal error allowing OS to free all handles to it. Do not report OSErrors on sending messages as these are confusing.
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>