From c5ddef25ab967b7fcbbad985776f41ef0adbb734 Mon Sep 17 00:00:00 2001
From: kkomissarchik <kkomissarchik>
Date: Mon, 7 Aug 2006 21:09:22 +0000
Subject: [PATCH] [113137] Create a tutorial document for facets

---
 .../html/facets/questions.html                | 32 +++++++++++++++++++
 .../html/facets/tutorial/tutorial.html        | 17 +---------
 docs/org.eclipse.wst.doc.isv/toc_WST.xml      |  7 ++--
 3 files changed, 38 insertions(+), 18 deletions(-)
 create mode 100644 docs/org.eclipse.wst.doc.isv/html/facets/questions.html

diff --git a/docs/org.eclipse.wst.doc.isv/html/facets/questions.html b/docs/org.eclipse.wst.doc.isv/html/facets/questions.html
new file mode 100644
index 000000000..b48b0d980
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/html/facets/questions.html
@@ -0,0 +1,32 @@
+<!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>Questions &amp; Answers</title>
+  <link rel="stylesheet" type="text/css" href="tutorial/tutorial.css"/>
+</head>
+</head>
+
+<body>
+
+<h1 align="center">Questions &amp; Answers</h1>
+
+<p><b><a name="configure.facets.button">Question: I'd like to be able to configure my 
+facet after it is installed using the Project Facets property page or the 
+Add/Remove Facets wizard. Why isn't there a configure button?</b></p>
+
+<p><b>Answer:</b> The Project Facets property page and the Add/Remove Facets wizard
+are intended for managing the set of facets that are installed on a project. 
+When configuration of an installed facet needs to be changed, the expectation is
+that the facet author will use existing Eclipse facilities to provide project
+property pages. For example, the <code>jst.java</code> facet is configured using 
+the <i>Java Build Path</i>, <i>Java Code Style</i>, and <i>Java Compiler</i> 
+property pages.</p>
+
+<br/><br/><br/>
+
+</body>
+
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/html/facets/tutorial/tutorial.html b/docs/org.eclipse.wst.doc.isv/html/facets/tutorial/tutorial.html
index 7a0e5dcc6..8fa9fd4c2 100644
--- a/docs/org.eclipse.wst.doc.isv/html/facets/tutorial/tutorial.html
+++ b/docs/org.eclipse.wst.doc.isv/html/facets/tutorial/tutorial.html
@@ -25,7 +25,7 @@ using the 1.0.x line.
 
 <b>Konstantin Komissarchik</b><br/>
 BEA Systems, Inc.<br/>
-July 10, 2006
+August 7, 2006
 </blockquote>
 
 <hr width="100%">
@@ -86,7 +86,6 @@ Appendix B: <a href="#version.expressions">Version Expressions</a><br/>
 Appendix C: <a href="#event.handlers">Event Handlers</a><br/>
 Appendix D: <a href="#property.tester">Property Tester</a><br/>
 Appendix E: <a href="#wizard.context">Wizard Context</a><br/>
-Appendix F: <a href="#common.questions">Common Questions</a>
 </div>
 
 <h2><a name="getting.started">1. Getting Started</a></h2>
@@ -1277,20 +1276,6 @@ on the wizard context, there are a couple of points you should keep in mind.</p>
 </pre>
 </div>
 
-<h2><a name="common.questions">Appendix F: Common Questions</a></h2>
-
-<p><b>Q: I'd like to be able to configure my facet after it is installed using
-the Project Facets property page or the Add/Remove Facets wizard. Why isn't
-there a configure button?</b></p>
-
-<p><b>A:</b> The Project Facets property page and the Add/Remove Facets wizard
-are intended for managing the set of facets that are installed on a project. 
-When configuration of an installed facet needs to be changed, the expectation is
-that the facet author will use existing Eclipse facilities to provide project
-property pages. For example, the <code>jst.java</code> facet is configured using 
-the <i>Java Build Path</i>, <i>Java Code Style</i>, and <i>Java Compiler</i> 
-property pages.</p>
-
 <br/><br/><br/>
 
 </body>
diff --git a/docs/org.eclipse.wst.doc.isv/toc_WST.xml b/docs/org.eclipse.wst.doc.isv/toc_WST.xml
index 90132c69a..a423239ef 100644
--- a/docs/org.eclipse.wst.doc.isv/toc_WST.xml
+++ b/docs/org.eclipse.wst.doc.isv/toc_WST.xml
@@ -25,10 +25,13 @@
 	    <topic label="Tutorial"
 	       href="html/facets/tutorial/tutorial.html">
 	    </topic>
-	    <topic label="What's New for 1.5?"
+	    <topic label="Questions &amp; Answers"
+	       href="html/facets/questions.html">
+	    </topic>
+	    <topic label="New for 1.5"
 	       href="html/facets/whatsnew150.html">
 	    </topic>
-	    <topic label="What's New for 1.5.1?"
+	    <topic label="New for 1.5.1"
 	       href="html/facets/whatsnew151.html">
 	    </topic>
 	</topic>
-- 
GitLab