[Esbox-commits] r208 - trunk/org.indt.esbox.core/src/org/indt/esbox/core/templateengine
raul at garage.maemo.org
raul at garage.maemo.org
Wed Oct 31 20:10:55 EET 2007
Author: raul
Date: 2007-10-31 20:10:54 +0200 (Wed, 31 Oct 2007)
New Revision: 208
Modified:
trunk/org.indt.esbox.core/src/org/indt/esbox/core/templateengine/ESboxTemplateEngine.java
Log:
upgrade to CDT 4.0.1
Modified: trunk/org.indt.esbox.core/src/org/indt/esbox/core/templateengine/ESboxTemplateEngine.java
===================================================================
--- trunk/org.indt.esbox.core/src/org/indt/esbox/core/templateengine/ESboxTemplateEngine.java 2007-10-31 18:10:17 UTC (rev 207)
+++ trunk/org.indt.esbox.core/src/org/indt/esbox/core/templateengine/ESboxTemplateEngine.java 2007-10-31 18:10:54 UTC (rev 208)
@@ -224,7 +224,7 @@
TemplateInfo templateInfo = new TemplateInfo(templateId, projectType, filterPattern, location,
pluginId, toolChainIdSet,
- usage, extraPagesProvider, isCategory);
+ extraPagesProvider, isCategory);
if (!templateInfoMap.containsKey(projectType)) {
templateInfoMap.put(projectType, new ArrayList/*<TemplateInfo>*/());
}
More information about the Esbox-commits
mailing list