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

raul at garage.maemo.org raul at garage.maemo.org
Fri Oct 5 02:17:25 EEST 2007


Author: raul
Date: 2007-10-05 02:17:25 +0300 (Fri, 05 Oct 2007)
New Revision: 58

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

Modified: trunk/org.indt.esbox.ui/plugin.xml
===================================================================
--- trunk/org.indt.esbox.ui/plugin.xml	2007-10-04 23:14:02 UTC (rev 57)
+++ trunk/org.indt.esbox.ui/plugin.xml	2007-10-04 23:17:25 UTC (rev 58)
@@ -39,31 +39,37 @@
    <extension
          point="org.eclipse.cdt.core.templates">
       <template
+            filterPattern=".*"
             id="org.indt.esbox.ui.template.executable.emptyproject"
             location="templates/EmptyProject/template.xml"
             projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
       </template>
       <template
+            filterPattern=".*"
             id="org.indt.esbox.ui.template.executable.hildon_gui"
             location="templates/HildonGUIApplication/template.xml"
             projectType="org.eclipse.cdt.build.core.buildArtefactType.exe">
       </template>
       <template
+            filterPattern=".*"
             id="org.indt.esbox.ui.template.executable.hildon_plugin"
             location="templates/HildonDesktopPlugins/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">
       </template>
       <template
+            filterPattern=".*"
             id="org.indt.esbox.ui.template.makefile.hildon_hello_world"
             location="templates/HildonHelloWorldMake/template.xml"
             projectType="org.eclipse.cdt.build.makefile.projectType">
       </template>
       <template
+            filterPattern=".*"
             id="org.indt.esbox.ui.template.makefile.gtk_hello"
             location="templates/GTKHelloWorld/template.xml"
             projectType="org.eclipse.cdt.build.makefile.projectType">



More information about the Esbox-commits mailing list