[Esbox-commits] r393 - in trunk/org.indt.esbox.ui: . src/org/indt/esbox/ui/actions
raul at garage.maemo.org
raul at garage.maemo.org
Sun Jan 27 19:56:47 EET 2008
Author: raul
Date: 2008-01-27 19:56:39 +0200 (Sun, 27 Jan 2008)
New Revision: 393
Removed:
trunk/org.indt.esbox.ui/src/org/indt/esbox/ui/actions/RunOProfileAction.java
trunk/org.indt.esbox.ui/src/org/indt/esbox/ui/actions/RunValgrindAction.java
Modified:
trunk/org.indt.esbox.ui/plugin.xml
Log:
actions no more used.
Modified: trunk/org.indt.esbox.ui/plugin.xml
===================================================================
--- trunk/org.indt.esbox.ui/plugin.xml 2008-01-27 17:54:35 UTC (rev 392)
+++ trunk/org.indt.esbox.ui/plugin.xml 2008-01-27 17:56:39 UTC (rev 393)
@@ -356,7 +356,7 @@
class="org.indt.esbox.ui.actions.DeployDebianPackageAction"
enablesFor="1"
id="org.indt.esbox.ui.action.deploypackage"
- label="Deploy Debian Package"
+ label="Install Debian Package on Device"
menubarPath="org.indt.esbox.ui.debpopup/content"
overrideActionId="1">
</action>
Deleted: trunk/org.indt.esbox.ui/src/org/indt/esbox/ui/actions/RunOProfileAction.java
===================================================================
--- trunk/org.indt.esbox.ui/src/org/indt/esbox/ui/actions/RunOProfileAction.java 2008-01-27 17:54:35 UTC (rev 392)
+++ trunk/org.indt.esbox.ui/src/org/indt/esbox/ui/actions/RunOProfileAction.java 2008-01-27 17:56:39 UTC (rev 393)
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007 INdT.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Paulo Romulo (paulo at embedded.ufcg.edu.br) (UFCG) - initial API and implementation
- *******************************************************************************/
-
-package org.indt.esbox.ui.actions;
-
-import org.eclipse.jface.action.IAction;
-
-public class RunOProfileAction extends ESboxAction {
-
- public void run(IAction action) {
- // TODO Auto-generated method stub
-
- }
-
-}
Deleted: trunk/org.indt.esbox.ui/src/org/indt/esbox/ui/actions/RunValgrindAction.java
===================================================================
--- trunk/org.indt.esbox.ui/src/org/indt/esbox/ui/actions/RunValgrindAction.java 2008-01-27 17:54:35 UTC (rev 392)
+++ trunk/org.indt.esbox.ui/src/org/indt/esbox/ui/actions/RunValgrindAction.java 2008-01-27 17:56:39 UTC (rev 393)
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007 INdT.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Paulo Romulo (paulo at embedded.ufcg.edu.br) (UFCG) - initial API and implementation
- *******************************************************************************/
-
-package org.indt.esbox.ui.actions;
-
-import org.eclipse.jface.action.IAction;
-
-public class RunValgrindAction extends ESboxAction {
-
- public void run(IAction action) {
- // TODO Auto-generated method stub
-
- }
-
-}
More information about the Esbox-commits
mailing list