Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsrinivasan2009-04-28 23:46:00 +0000
committerrsrinivasan2009-04-28 23:46:00 +0000
commit2f4264d53318bf2927170283901b30d154a3e220 (patch)
tree63f75c1b1331a49c50d60d5f752e7a6be7798d3c
parent3986efb0da68873b209ccb1a503df389300bdca5 (diff)
downloadwebtools.jsf-2f4264d53318bf2927170283901b30d154a3e220.tar.gz
webtools.jsf-2f4264d53318bf2927170283901b30d154a3e220.tar.xz
webtools.jsf-2f4264d53318bf2927170283901b30d154a3e220.zip
Fix 264921
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.core/build.properties2
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.core/buildnotes_JSF.html34
2 files changed, 0 insertions, 36 deletions
diff --git a/jsf/plugins/org.eclipse.jst.jsf.core/build.properties b/jsf/plugins/org.eclipse.jst.jsf.core/build.properties
index 4802a7cf4..d277249af 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.core/build.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.core/build.properties
@@ -16,9 +16,7 @@ bin.includes = META-INF/,\
plugin.properties,\
schema/,\
about.html,\
- buildnotes_JSF.html,\
.options,\
jars/
-src.includes = buildnotes_JSF.html
javacSource=1.5
javacTarget=1.5
diff --git a/jsf/plugins/org.eclipse.jst.jsf.core/buildnotes_JSF.html b/jsf/plugins/org.eclipse.jst.jsf.core/buildnotes_JSF.html
deleted file mode 100644
index 6a7db4913..000000000
--- a/jsf/plugins/org.eclipse.jst.jsf.core/buildnotes_JSF.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>JSF Tools Project Build Notes</title>
-</head>
-<body>
-<h1>JSF Tools Project Build Notes</h1>
-<h4>WTP-JSF 2.0 M5 build</h4>
-<h3>What's new in this drop?</h3>
-<ul>
- <li>Please see the New and Noteworthy section for a list of new
- features in the JSF Tools Project. Click on the link titled <b>"
- New for WTP 2.0 milestone build M4 (January 5, 2007)".</b></li>
-</ul>
-<h3>FAQ</h3>
-<ol>
- <b><i><li>How to make the Visual Page Designer the default editor for
- JSP pages?</li></i></b>
-<br>
- The JSF Tools Project-contributed Visual Page Designer (VPD) is NOT
- registered as the default editor for JSP files. You can make the VPD
- the default editor for JSP files by following these steps:
- <ul>
- <li>Navigate to "Window" -> "Preferences..." -> "General" ->
- "Editors" -> "File Associations"</li>
- <li>In the "File types" section, select "*.jsp"</li>
- <li>In the "Associated editors" section, select "Web Page Editor"</li>
- <li>Select the "Default" button</li>
- </ul>
-
-</ol>
-</body>
-</html>

Back to the top