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

raul at garage.maemo.org raul at garage.maemo.org
Mon Oct 8 23:58:35 EEST 2007


Author: raul
Date: 2007-10-08 23:58:35 +0300 (Mon, 08 Oct 2007)
New Revision: 107

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


Modified: trunk/org.indt.esbox.ui/plugin.xml
===================================================================
--- trunk/org.indt.esbox.ui/plugin.xml	2007-10-08 20:40:11 UTC (rev 106)
+++ trunk/org.indt.esbox.ui/plugin.xml	2007-10-08 20:58:35 UTC (rev 107)
@@ -64,6 +64,12 @@
       </template>
       <template
             filterPattern=".*"
+            id="org.indt.esbox.ui.template.executable.maemo_pad"
+            location="templates/MaemoPad/template.xml"
+            projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
+      </template>
+      <template
+            filterPattern=".*"
             id="org.indt.esbox.ui.template.makefile.emptyproject"
             location="templates/EmptyProject/template.xml"
             projectType="org.eclipse.cdt.build.makefile.projectType">
@@ -119,6 +125,12 @@
                id="cdt.managedbuild.toolchain.gnu.base">
          </toolChain>
       </template>
+      <template
+            id="org.indt.esbox.ui.template.executable.maemo_pad">
+         <toolChain
+               id="cdt.managedbuild.toolchain.gnu.base">
+         </toolChain>
+      </template>
    </extension>
    <extension
          point="org.eclipse.ui.actionSets">



More information about the Esbox-commits mailing list