[Esbox-commits] r2293 - branches/work_Ed/org.maemo.esbox.scratchbox.core/src/org/maemo/esbox/internal/scratchbox/adapters

eswartz at garage.maemo.org eswartz at garage.maemo.org
Mon Oct 12 18:08:35 EEST 2009


Author: eswartz
Date: 2009-10-12 18:08:34 +0300 (Mon, 12 Oct 2009)
New Revision: 2293

Modified:
   branches/work_Ed/org.maemo.esbox.scratchbox.core/src/org/maemo/esbox/internal/scratchbox/adapters/ESboxDebianDeploySupportAdapterFactory.java
Log:
Move away the Debian adapters into internal.api since they may disappear.

Modified: branches/work_Ed/org.maemo.esbox.scratchbox.core/src/org/maemo/esbox/internal/scratchbox/adapters/ESboxDebianDeploySupportAdapterFactory.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.scratchbox.core/src/org/maemo/esbox/internal/scratchbox/adapters/ESboxDebianDeploySupportAdapterFactory.java	2009-10-12 14:43:04 UTC (rev 2292)
+++ branches/work_Ed/org.maemo.esbox.scratchbox.core/src/org/maemo/esbox/internal/scratchbox/adapters/ESboxDebianDeploySupportAdapterFactory.java	2009-10-12 15:08:34 UTC (rev 2293)
@@ -13,7 +13,7 @@
 
 import org.eclipse.core.runtime.IAdapterFactory;
 import org.maemo.esbox.scratchbox.core.sdk.IScratchboxSDKTarget;
-import org.maemo.mica.linux.packages.core.adapters.IDebianDeploySupportAdapter;
+import org.maemo.mica.internal.api.linux.packages.core.adapters.IDebianDeploySupportAdapter;
 
 /**
  * Scratchbox targets support Debian package installation.



More information about the Esbox-commits mailing list