From 03a3c3ae46f5167611e1de978da5ff81161cbb72 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Fri, 23 Feb 2007 06:38:51 +0000
Subject: [PATCH] test of build notes

---
 .../plugins/org.eclipse.jst/build.properties  |  4 ++-
 .../org.eclipse.jst/buildnotes_JSF.html       | 34 +++++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletion(-)
 create mode 100644 assembly/plugins/org.eclipse.jst/buildnotes_JSF.html

diff --git a/assembly/plugins/org.eclipse.jst/build.properties b/assembly/plugins/org.eclipse.jst/build.properties
index ec1e87eb2..86139f2c3 100644
--- a/assembly/plugins/org.eclipse.jst/build.properties
+++ b/assembly/plugins/org.eclipse.jst/build.properties
@@ -6,4 +6,6 @@ bin.includes = META-INF/,\
                eclipse32.gif,\
                eclipse32.png,\
                plugin.properties,\
-               plugin.xml
+               plugin.xml,\
+               buildnotes_JSF.html
+src.includes = buildnotes_JSF.html
diff --git a/assembly/plugins/org.eclipse.jst/buildnotes_JSF.html b/assembly/plugins/org.eclipse.jst/buildnotes_JSF.html
new file mode 100644
index 000000000..6a7db4913
--- /dev/null
+++ b/assembly/plugins/org.eclipse.jst/buildnotes_JSF.html
@@ -0,0 +1,34 @@
+<!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>
-- 
GitLab