[Esbox-commits] r235 - trunk/org.indt.esbox.core/src/org/indt/esbox/core
raul at garage.maemo.org
raul at garage.maemo.org
Tue Nov 6 19:29:38 EET 2007
Author: raul
Date: 2007-11-06 19:29:37 +0200 (Tue, 06 Nov 2007)
New Revision: 235
Modified:
trunk/org.indt.esbox.core/src/org/indt/esbox/core/ESboxPreferenceConstants.java
trunk/org.indt.esbox.core/src/org/indt/esbox/core/InstalationUtil.java
Log:
Modified: trunk/org.indt.esbox.core/src/org/indt/esbox/core/ESboxPreferenceConstants.java
===================================================================
--- trunk/org.indt.esbox.core/src/org/indt/esbox/core/ESboxPreferenceConstants.java 2007-11-06 17:17:03 UTC (rev 234)
+++ trunk/org.indt.esbox.core/src/org/indt/esbox/core/ESboxPreferenceConstants.java 2007-11-06 17:29:37 UTC (rev 235)
@@ -51,6 +51,7 @@
RESET_ACT,
ROOTSTRAP_ACT,
ROOTSTRAP_OPT_FORCE,
+ RUN_SCRIPT_LOC,
SBOX_COMMAND,
SBOX_GDB_REMOTE_QEMU,
SBOX_GDB_REMOTE,
Modified: trunk/org.indt.esbox.core/src/org/indt/esbox/core/InstalationUtil.java
===================================================================
--- trunk/org.indt.esbox.core/src/org/indt/esbox/core/InstalationUtil.java 2007-11-06 17:17:03 UTC (rev 234)
+++ trunk/org.indt.esbox.core/src/org/indt/esbox/core/InstalationUtil.java 2007-11-06 17:29:37 UTC (rev 235)
@@ -77,9 +77,9 @@
response = messageBox.open();
String installCommand = "bash " + getLocation() + "install/maemo-sdk-install_" + version + ".sh";
if (response == SWT.YES) {
- launcher.execOutsideSbox(installCommand + " -c");
+ //launcher.execOutsideSbox(installCommand + " -c");
} else {
- launcher.execOutsideSbox(installCommand);
+ //launcher.execOutsideSbox(installCommand);
}
}
}
More information about the Esbox-commits
mailing list