[Esbox-commits] r873 - in branches/sdkPlugins/maemosdk: org.maemo.esbox.maemosdk.sb1 org.maemo.esbox.maemosdk.sb2
baranov at garage.maemo.org
baranov at garage.maemo.org
Wed Oct 15 09:30:09 EEST 2008
Author: baranov
Date: 2008-10-15 09:30:08 +0300 (Wed, 15 Oct 2008)
New Revision: 873
Modified:
branches/sdkPlugins/maemosdk/org.maemo.esbox.maemosdk.sb1/plugin.xml
branches/sdkPlugins/maemosdk/org.maemo.esbox.maemosdk.sb2/plugin.xml
Log:
fixing target wizard
Modified: branches/sdkPlugins/maemosdk/org.maemo.esbox.maemosdk.sb1/plugin.xml
===================================================================
--- branches/sdkPlugins/maemosdk/org.maemo.esbox.maemosdk.sb1/plugin.xml 2008-10-14 11:03:04 UTC (rev 872)
+++ branches/sdkPlugins/maemosdk/org.maemo.esbox.maemosdk.sb1/plugin.xml 2008-10-15 06:30:08 UTC (rev 873)
@@ -19,7 +19,7 @@
<extension
point="org.eclipse.core.runtime.adapters">
<factory
- adaptableType="org.maemo.esbox.core.sdk.ISDK"
+ adaptableType="org.maemo.esbox.maemosdk.sb1.core.IScratchbox1SDK"
class="org.maemo.esbox.maemosdk.sb1.ui.adapters.MaemoSDKInstallTargetAdapterFactory">
<adapter
type="org.maemo.esbox.core.adapters.ISDKManageTargetAdapter">
Modified: branches/sdkPlugins/maemosdk/org.maemo.esbox.maemosdk.sb2/plugin.xml
===================================================================
--- branches/sdkPlugins/maemosdk/org.maemo.esbox.maemosdk.sb2/plugin.xml 2008-10-14 11:03:04 UTC (rev 872)
+++ branches/sdkPlugins/maemosdk/org.maemo.esbox.maemosdk.sb2/plugin.xml 2008-10-15 06:30:08 UTC (rev 873)
@@ -19,7 +19,7 @@
<extension
point="org.eclipse.core.runtime.adapters">
<factory
- adaptableType="org.maemo.esbox.core.sdk.ISDK"
+ adaptableType="org.maemo.esbox.maemosdk.sb2.core.IScratchbox2SDK"
class="org.maemo.esbox.maemosdk.sb2.ui.adapters.MaemoSDKInstallTargetAdapterFactory">
<adapter
type="org.maemo.esbox.core.adapters.ISDKManageTargetAdapter">
More information about the Esbox-commits
mailing list