[Esbox-commits] r1577 - 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
Mon May 11 19:52:32 EEST 2009
Author: eswartz
Date: 2009-05-11 19:52:31 +0300 (Mon, 11 May 2009)
New Revision: 1577
Modified:
trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1TargetInstallerEngine.java
Log:
Merge rev 1574 from work_Ed branch
Modified: trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1TargetInstallerEngine.java
===================================================================
--- trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1TargetInstallerEngine.java 2009-05-11 16:39:50 UTC (rev 1576)
+++ trunk/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1TargetInstallerEngine.java 2009-05-11 16:52:31 UTC (rev 1577)
@@ -278,7 +278,7 @@
if (uninstallable.size() > 0) {
status = Activator.createStatus(IStatus.ERROR,
"Could not find required packages for devkits: " + uninstallable
- + " you should add the repository to sources list before use this installer, or manually install them.");
+ + " you should add the repository to sources.list before using this installer, manually install them, or upgrade Scratchbox first.");
reporter.log(status);
multiStatus.add(status);
return;
@@ -310,7 +310,7 @@
if (uninstallable.size() > 0) {
status = Activator.createStatus(IStatus.ERROR,
"Could not find required packages for compilers: " + uninstallable
- + " you should add the repository to sources list before use this installer, or manually install them.");
+ + " you should add the repository to sources.list before using this installer, manually install them, or upgrade Scratchbox first.");
reporter.log(status);
multiStatus.add(status);
return;
More information about the Esbox-commits
mailing list