[Esbox-commits] r207 - trunk/org.indt.esbox.ui/templates/CppDrawExample
raul at garage.maemo.org
raul at garage.maemo.org
Wed Oct 31 20:10:22 EET 2007
Author: raul
Date: 2007-10-31 20:10:17 +0200 (Wed, 31 Oct 2007)
New Revision: 207
Modified:
trunk/org.indt.esbox.ui/templates/CppDrawExample/template.xml
Log:
unused variable removed.
Modified: trunk/org.indt.esbox.ui/templates/CppDrawExample/template.xml
===================================================================
--- trunk/org.indt.esbox.ui/templates/CppDrawExample/template.xml 2007-10-30 21:59:01 UTC (rev 206)
+++ trunk/org.indt.esbox.ui/templates/CppDrawExample/template.xml 2007-10-31 18:10:17 UTC (rev 207)
@@ -25,7 +25,7 @@
<process type="org.eclipse.cdt.core.CreateSourceFolder">
<simple name="projectName" value="$(projectName)"/>
- <simple name="path" value="$(sourceDir)"/>
+ <simple name="path" value="src"/>
</process>
<process type="org.eclipse.cdt.core.AddFiles">
More information about the Esbox-commits
mailing list