Author: mareshkau
Date: 2010-04-09 05:53:40 -0400 (Fri, 09 Apr 2010)
New Revision: 21393
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.ui/src/templates/xhtmldefault-templates.properties
trunk/jsf/plugins/org.jboss.tools.jsf.ui/src/templates/xhtmldefault-templates.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-5946 , default template for blank page has been
removed, because you can create a blank page without templates
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.ui/src/templates/xhtmldefault-templates.properties
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.ui/src/templates/xhtmldefault-templates.properties 2010-04-09
09:50:08 UTC (rev 21392)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.ui/src/templates/xhtmldefault-templates.properties 2010-04-09
09:53:40 UTC (rev 21393)
@@ -1,7 +1,3 @@
-Templates.xhtml.blank = Blank XHTML Page
-Templates.xhtml.blank.desc = XHTML Blank Page Template
-Templates.xhtml.blank.content =
-
Templates.xhtml.blank.facelet = Blank Facelet Page
Templates.xhtml.blank.facelet.desc = XHTML Blank Facelet Page Template
Templates.xhtml.facelet.blank.content =<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML
1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html
xmlns="http://www.w3.org/1999/xhtml"\n
xmlns:ui="http://java.sun.com/jsf/facelets"\n
xmlns:f="http://java.sun.com/jsf/core"\n
xmlns:h="http://java.sun.com/jsf/html">\n\n <ui:composition
template="">\n </ui:composition>\n</html>
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.ui/src/templates/xhtmldefault-templates.xml
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.ui/src/templates/xhtmldefault-templates.xml 2010-04-09
09:50:08 UTC (rev 21392)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.ui/src/templates/xhtmldefault-templates.xml 2010-04-09
09:53:40 UTC (rev 21393)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates>
-<template name="%Templates.xhtml.blank"
description="%Templates.xhtml.blank.desc"
id="org.jboss.tools.jsf.ui.xhtml.blank" context="xhtml_new"
enabled="true">%Templates.xhtml.blank.content</template>
<template name="%Templates.xhtml.blank.facelet"
description="%Templates.xhtml.blank.facelet.desc"
id="org.jboss.tools.jsf.ui.xhtml.facelet.blank" context="xhtml_new"
enabled="true">%Templates.xhtml.facelet.blank.content</template>