[Esbox-commits] r446 - in trunk/org.indt.esbox.python.ui: . templates templates/EmptyProject

carolina at garage.maemo.org carolina at garage.maemo.org
Thu Feb 28 14:53:40 EET 2008


Author: carolina
Date: 2008-02-28 14:53:29 +0200 (Thu, 28 Feb 2008)
New Revision: 446

Added:
   trunk/org.indt.esbox.python.ui/templates/EmptyProject/
   trunk/org.indt.esbox.python.ui/templates/EmptyProject/template.xml
Modified:
   trunk/org.indt.esbox.python.ui/plugin.xml
Log:
There is one template to create an empty python project.

Modified: trunk/org.indt.esbox.python.ui/plugin.xml
===================================================================
--- trunk/org.indt.esbox.python.ui/plugin.xml	2008-02-25 21:20:52 UTC (rev 445)
+++ trunk/org.indt.esbox.python.ui/plugin.xml	2008-02-28 12:53:29 UTC (rev 446)
@@ -24,6 +24,11 @@
             location="templates/PythonHildonHelloWorld/template.xml"
             projectType="org.indt.esbox.python.ui.projectType.python">
       </template>
+      <template
+            id="org.indt.esbox.python.ui.emptyProject"
+            location="templates/EmptyProject/template.xml"
+            projectType="org.indt.esbox.python.ui.projectType.python">
+      </template>
    </extension>
    <extension
          point="org.eclipse.ui.popupMenus">

Added: trunk/org.indt.esbox.python.ui/templates/EmptyProject/template.xml
===================================================================
--- trunk/org.indt.esbox.python.ui/templates/EmptyProject/template.xml	                        (rev 0)
+++ trunk/org.indt.esbox.python.ui/templates/EmptyProject/template.xml	2008-02-28 12:53:29 UTC (rev 446)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<template type="ProjTempl" version="1.0" supplier="Eclipse.org" revision="1.0" author="Intel Corporation"
+		copyright="Copyright (c) 2007 Intel Corporation and others. 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"
+		id="EmptyProject" label="Empty Project" description="An empty project template"
+		 help="help.html">
+		 
+		 
+		 
+</template>
\ No newline at end of file



More information about the Esbox-commits mailing list