author | fturovic <frank.turovich@nokia.com> |
Fri, 16 Jul 2010 14:42:52 -0500 | |
changeset 1633 | 0c69c533fa52 |
parent 945 | 67437bfc7c6f |
permissions | -rw-r--r-- |
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> |