diff --git a/assembly/plugins/org.eclipse.jst/build.properties b/assembly/plugins/org.eclipse.jst/build.properties index 86139f2c3db90feafcdc4554397ac8864efa47a7..ec1e87eb2d28bae19a9d0f7aa4982106fe260578 100644 --- a/assembly/plugins/org.eclipse.jst/build.properties +++ b/assembly/plugins/org.eclipse.jst/build.properties @@ -6,6 +6,4 @@ bin.includes = META-INF/,\ eclipse32.gif,\ eclipse32.png,\ plugin.properties,\ - plugin.xml,\ - buildnotes_JSF.html -src.includes = buildnotes_JSF.html + plugin.xml diff --git a/assembly/plugins/org.eclipse.jst/buildnotes_JSF.html b/assembly/plugins/org.eclipse.jst/buildnotes_JSF.html deleted file mode 100644 index 6a7db491366fd75701d63012bf0e9b8293309532..0000000000000000000000000000000000000000 --- a/assembly/plugins/org.eclipse.jst/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>