[Esbox-commits] r854 - in trunk: common/org.maemo.esbox.core common/org.maemo.esbox.core/.settings cpp/org.maemo.esbox.cpp.launch.dsf.gdb/src/org/maemo/esbox/cpp/launch/dsf/gdb/launch linux/org.maemo.esbox.linux.packages.ui/src/org/maemo/esbox/linux/packages/ui

eswartz at garage.maemo.org eswartz at garage.maemo.org
Thu Oct 9 22:48:20 EEST 2008


Author: eswartz
Date: 2008-10-09 22:48:20 +0300 (Thu, 09 Oct 2008)
New Revision: 854

Added:
   trunk/common/org.maemo.esbox.core/.settings/org.eclipse.ltk.core.refactoring.prefs
Modified:
   trunk/common/org.maemo.esbox.core/ESboxRefactoringNotes.txt
   trunk/cpp/org.maemo.esbox.cpp.launch.dsf.gdb/src/org/maemo/esbox/cpp/launch/dsf/gdb/launch/BaseDSFGDBParameterAccessor.java
   trunk/linux/org.maemo.esbox.linux.packages.ui/src/org/maemo/esbox/linux/packages/ui/DeployDebianPackageWizard.java
Log:
Cleanup

Added: trunk/common/org.maemo.esbox.core/.settings/org.eclipse.ltk.core.refactoring.prefs
===================================================================
--- trunk/common/org.maemo.esbox.core/.settings/org.eclipse.ltk.core.refactoring.prefs	                        (rev 0)
+++ trunk/common/org.maemo.esbox.core/.settings/org.eclipse.ltk.core.refactoring.prefs	2008-10-09 19:48:20 UTC (rev 854)
@@ -0,0 +1,3 @@
+#Wed Oct 08 12:14:04 CDT 2008
+eclipse.preferences.version=1
+org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false

Modified: trunk/common/org.maemo.esbox.core/ESboxRefactoringNotes.txt
===================================================================
--- trunk/common/org.maemo.esbox.core/ESboxRefactoringNotes.txt	2008-10-09 16:58:33 UTC (rev 853)
+++ trunk/common/org.maemo.esbox.core/ESboxRefactoringNotes.txt	2008-10-09 19:48:20 UTC (rev 854)
@@ -23,9 +23,7 @@
 
 -- try to move SSH plugin into devices area; the core should not know about this
 
--- remove SSH dependency from Linux modules (creating a Debian package installer)
-
--- remove SSH dependency from Python debugger, which needs a common way to determine
+//-- remove SSH dependency from Python debugger, which needs a common way to determine
 the address of a host from the point of view of a device (SSHConfiguration has a start
 to this, but it must be pushed up into IMachine)
 

Modified: trunk/cpp/org.maemo.esbox.cpp.launch.dsf.gdb/src/org/maemo/esbox/cpp/launch/dsf/gdb/launch/BaseDSFGDBParameterAccessor.java
===================================================================
--- trunk/cpp/org.maemo.esbox.cpp.launch.dsf.gdb/src/org/maemo/esbox/cpp/launch/dsf/gdb/launch/BaseDSFGDBParameterAccessor.java	2008-10-09 16:58:33 UTC (rev 853)
+++ trunk/cpp/org.maemo.esbox.cpp.launch.dsf.gdb/src/org/maemo/esbox/cpp/launch/dsf/gdb/launch/BaseDSFGDBParameterAccessor.java	2008-10-09 19:48:20 UTC (rev 854)
@@ -12,6 +12,7 @@
 
 import org.eclipse.core.runtime.*;
 import org.eclipse.dd.gdb.internal.provisional.IGDBLaunchConfigurationConstants;
+import org.eclipse.debug.core.ILaunch;
 import org.eclipse.debug.core.ILaunchConfiguration;
 import org.maemo.esbox.cpp.launch.BaseCDTGDBParameterAccessor;
 import org.maemo.esbox.internal.cpp.launch.dsf.gdb.Activator;

Modified: trunk/linux/org.maemo.esbox.linux.packages.ui/src/org/maemo/esbox/linux/packages/ui/DeployDebianPackageWizard.java
===================================================================
--- trunk/linux/org.maemo.esbox.linux.packages.ui/src/org/maemo/esbox/linux/packages/ui/DeployDebianPackageWizard.java	2008-10-09 16:58:33 UTC (rev 853)
+++ trunk/linux/org.maemo.esbox.linux.packages.ui/src/org/maemo/esbox/linux/packages/ui/DeployDebianPackageWizard.java	2008-10-09 19:48:20 UTC (rev 854)
@@ -88,7 +88,6 @@
 		return data;
 	}
 
-	// XXX: remove SSH dependency from this module
 	protected SSHConfiguration createSSHConfiguration() {
 		ISDKTarget sdkTarget = deployPage.getSDKTarget();
 		



More information about the Esbox-commits mailing list