Author: vrubezhny
Date: 2008-01-22 14:05:35 -0500 (Tue, 22 Jan 2008)
New Revision: 5890
Removed:
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/JsfJbide1585Test/WebContent/index.jsp
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/JsfJbide1585Test/WebContent/pages/greeting.xhtml
Log:
http://jira.jboss.org/jira/browse/JBIDE-1585 Proposal list is not filtered by current
input if there is no blank symbol between new entered tag and next tag, and new tag has no
'>'
Unneeded files are removed
Deleted:
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/JsfJbide1585Test/WebContent/index.jsp
===================================================================
---
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/JsfJbide1585Test/WebContent/index.jsp 2008-01-22
18:35:00 UTC (rev 5889)
+++
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/JsfJbide1585Test/WebContent/index.jsp 2008-01-22
19:05:35 UTC (rev 5890)
@@ -1,7 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head></head>
- <body>
- <jsp:forward page="/pages/inputname.jsf" />
- </body>
-</html>
\ No newline at end of file
Deleted:
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/JsfJbide1585Test/WebContent/pages/greeting.xhtml
===================================================================
---
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/JsfJbide1585Test/WebContent/pages/greeting.xhtml 2008-01-22
18:35:00 UTC (rev 5889)
+++
trunk/jst/tests/org.jboss.tools.jst.jsp.test/projects/JsfJbide1585Test/WebContent/pages/greeting.xhtml 2008-01-22
19:05:35 UTC (rev 5890)
@@ -1,15 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
xmlns="http://www.w3.org/1999/xhtml"
-
xmlns:ui="http://java.sun.com/jsf/facelets"
-
xmlns:h="http://java.sun.com/jsf/html"
-
xmlns:f="http://java.sun.com/jsf/core">
-
- <f:loadBundle basename="resources" var="msg" />
- <ui:composition template="/templates/common.xhtml">
- <ui:define name="pageTitle">Greeting to User</ui:define>
- <ui:define name="pageHeader">Facelets Greeting Page</ui:define>
- <ui:define name="body">
- #{msg.greeting} #{person.name}!
- </ui:define>
- </ui:composition>
-</html>
\ No newline at end of file