[Esbox-commits] r394 - trunk/org.indt.esbox.python.ui

raul at garage.maemo.org raul at garage.maemo.org
Sun Jan 27 20:13:36 EET 2008


Author: raul
Date: 2008-01-27 20:13:23 +0200 (Sun, 27 Jan 2008)
New Revision: 394

Modified:
   trunk/org.indt.esbox.python.ui/plugin.xml
Log:


Modified: trunk/org.indt.esbox.python.ui/plugin.xml
===================================================================
--- trunk/org.indt.esbox.python.ui/plugin.xml	2008-01-27 17:56:39 UTC (rev 393)
+++ trunk/org.indt.esbox.python.ui/plugin.xml	2008-01-27 18:13:23 UTC (rev 394)
@@ -25,6 +25,36 @@
             projectType="org.indt.esbox.python.ui.projectType.python">
       </template>
    </extension>
+   <extension
+         point="org.eclipse.ui.popupMenus">
+      <objectContribution
+            id="org.indt.esbox.python.ui.NavigationContribution"
+            objectClass="org.eclipse.core.resources.IResource">
+         <action
+               class="org.indt.esbox.ui.actions.CreateDebianPackageAction"
+               enablesFor="1"
+               id="org.indt.esbox.python.ui.action2"
+               label="Create Debian Package"
+               menubarPath="org.indt.esbox.python.ui.menu/content">
+         </action>
+         <action
+               class="org.indt.esbox.ui.actions.DeployDebianPackageAction"
+               enablesFor="1"
+               id="org.indt.esbox.python.ui.createdebianpackage"
+               label="Install Debian Package on Device"
+               menubarPath="org.indt.esbox.python.ui.menu/content">
+         </action>
+         <menu
+               id="org.indt.esbox.python.ui.menu"
+               label="Debian"
+               path="buildGroup">
+         </menu>
+         <filter
+               name="projectNature"
+               value="org.indt.esbox.core.esboxPythonNature">
+         </filter>
+      </objectContribution>
+   </extension>
   
       
 </plugin>



More information about the Esbox-commits mailing list