From d3b9fb46e6dd3065c0fbeb20a9c8be588a88fd29 Mon Sep 17 00:00:00 2001
From: kkomissarchik <kkomissarchik>
Date: Mon, 7 Aug 2006 18:45:01 +0000
Subject: [PATCH] [150547] Default Java facet is 6.0?

---
 .../{whatsnew.html => whatsnew150.html}       |  0
 .../html/facets/whatsnew151.html              | 70 +++++++++++++++++++
 docs/org.eclipse.wst.doc.isv/toc_WST.xml      |  5 +-
 3 files changed, 74 insertions(+), 1 deletion(-)
 rename docs/org.eclipse.wst.doc.isv/html/facets/{whatsnew.html => whatsnew150.html} (100%)
 create mode 100644 docs/org.eclipse.wst.doc.isv/html/facets/whatsnew151.html

diff --git a/docs/org.eclipse.wst.doc.isv/html/facets/whatsnew.html b/docs/org.eclipse.wst.doc.isv/html/facets/whatsnew150.html
similarity index 100%
rename from docs/org.eclipse.wst.doc.isv/html/facets/whatsnew.html
rename to docs/org.eclipse.wst.doc.isv/html/facets/whatsnew150.html
diff --git a/docs/org.eclipse.wst.doc.isv/html/facets/whatsnew151.html b/docs/org.eclipse.wst.doc.isv/html/facets/whatsnew151.html
new file mode 100644
index 000000000..de8d764fa
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/html/facets/whatsnew151.html
@@ -0,0 +1,70 @@
+<!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>Checking WTP out</title>
+<link
+  rel="stylesheet"
+  type="text/css"
+  href="../sources/formate.css">
+</head>
+
+<body>
+<p class="ueberschrift">What's New for 1.5.1?</p>
+
+<p>This document describes the API changes that have been made in the Faceted
+Project Framework for WTP 1.5.1 release. Both Java API and extension point 
+changes are covered. Note that the Faceted Project Framework API remains 
+provisional for the 1.5.1 release. This means it will continue undergoing 
+further significant changes in future release(s).</p>
+
+<ol>
+  <li><a href="#defver">Specifying Default Facet Version</a></li>
+</ol>
+
+<!--  ********************************************************************** -->
+<p><font size="+1"><a name="vexprs">1. Specifying Default Facet Version</a></font></p>
+<!--  ********************************************************************** -->
+
+<p>It is now possible to specify the facet version that will be used by default
+when the facet is presented to the user. There are two ways to specify the default
+version. You can either specify a static default or you can implement the
+<code>IDefaultVersionProvider</code> interface. If a default version is not
+specified, the latest version will be used instead.</p>
+
+<p><u>Extension Point Changes</u></p>
+
+<table cellpadding="10"><tr><td width="10">&nbsp;</td><td bgcolor="#E2E2E2">
+<pre>
+<font color="#7B7B7B">&lt;extension point="org.eclipse.wst.common.project.facet.core.facets"&gt;
+  &lt;project-facet&gt;</font>
+    &lt;default-version version="{string}"/&gt; <i>(optional)</i>
+    &lt;default-version version="{class:org.eclipse.wst.common.project.facet.core.IDefaultVersionProvider}"/&gt; <i>(optional)</i>
+  <font color="#7B7B7B">&lt;/project-facet&gt;
+&lt;extension&gt;</font>
+</pre>
+</td></tr></table>
+
+<p><u>Java API Additions</u></p>
+
+<table cellpadding="10"><tr><td width="10">&nbsp;</td><td bgcolor="#E2E2E2">
+<pre>
+<font color="#7B7B7B">org.eclipse.wst.common.project.facet.core.IProjectFacet
+{</font>
+   IProjectFacetVersion getDefaultVersion();
+<font color="#7B7B7B">}</font>
+
+org.eclipse.wst.common.project.facet.core.IDefaultVersionProvider
+{
+   IProjectFacetVersion getDefaultVersion();
+}
+</pre>
+</td></tr></table>
+
+<p></p>
+
+</body>
+</html>
diff --git a/docs/org.eclipse.wst.doc.isv/toc_WST.xml b/docs/org.eclipse.wst.doc.isv/toc_WST.xml
index c2d5b8964..90132c69a 100644
--- a/docs/org.eclipse.wst.doc.isv/toc_WST.xml
+++ b/docs/org.eclipse.wst.doc.isv/toc_WST.xml
@@ -26,7 +26,10 @@
 	       href="html/facets/tutorial/tutorial.html">
 	    </topic>
 	    <topic label="What's New for 1.5?"
-	       href="html/facets/whatsnew.html">
+	       href="html/facets/whatsnew150.html">
+	    </topic>
+	    <topic label="What's New for 1.5.1?"
+	       href="html/facets/whatsnew151.html">
 	    </topic>
 	</topic>
 	<topic label="Relational Database (RDB) Tools"
-- 
GitLab