[Esbox-commits] r2016 - trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard
eswartz at garage.maemo.org
eswartz at garage.maemo.org
Wed Aug 26 21:17:39 EEST 2009
Author: eswartz
Date: 2009-08-26 21:17:39 +0300 (Wed, 26 Aug 2009)
New Revision: 2016
Modified:
trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerEngine.java
Log:
Merge rev 2007 from work_Ed branch
Modified: trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerEngine.java
===================================================================
--- trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerEngine.java 2009-08-26 18:10:44 UTC (rev 2015)
+++ trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerEngine.java 2009-08-26 18:17:39 UTC (rev 2016)
@@ -247,6 +247,7 @@
IAptInstallerWorkList workList = AptInstallerEngine.newWorkList();
+ workList.queueAddRepository(manager, repository);
workList.queueInstallUnknownPackages(manager, installerData.getRequiredPackages());
return workList;
More information about the Esbox-commits
mailing list