diff options
author | nhauge | 2010-06-30 16:19:17 +0000 |
---|---|---|
committer | nhauge | 2010-06-30 16:19:17 +0000 |
commit | 4cc72884845e8037208541ae1f39028993fa35ac (patch) | |
tree | 9633d630b70a0f3666c307981e7988eee2535c1e | |
parent | 6016ae3f65d723a773bb4b6fc164d32ab3a41c02 (diff) | |
download | webtools.dali-4cc72884845e8037208541ae1f39028993fa35ac.tar.gz webtools.dali-4cc72884845e8037208541ae1f39028993fa35ac.tar.xz webtools.dali-4cc72884845e8037208541ae1f39028993fa35ac.zip |
197303 - fix TOC and min reqs for 2.3.
-rw-r--r-- | jpa/plugins/org.eclipse.jpt.doc.user/getting_started001.htm | 6 | ||||
-rw-r--r-- | jpa/plugins/org.eclipse.jpt.doc.user/toc.xml | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/getting_started001.htm b/jpa/plugins/org.eclipse.jpt.doc.user/getting_started001.htm index 6c3c8f0452..21cf961743 100644 --- a/jpa/plugins/org.eclipse.jpt.doc.user/getting_started001.htm +++ b/jpa/plugins/org.eclipse.jpt.doc.user/getting_started001.htm @@ -24,20 +24,20 @@ <p>Before installing Dali, ensure that your environment meets the following <span class="italic">minimum</span> requirements:</p> <ul> <li> -<p>Eclipse 3.5 (<code><a href="http://www.eclipse.org/downloads">http://www.eclipse.org/downloads</a></code>)</p> +<p>Eclipse 3.6 (<code><a href="http://www.eclipse.org/downloads">http://www.eclipse.org/downloads</a></code>)</p> </li> <li> <p>Java Runtime Environment (JRE) 1.5 (<code><a href="http://java.com">http://java.com</a></code>)</p> </li> <li> -<p>Eclipse Web Tools Platform (WTP) 3.1 (<code><a href="http://www.eclipse.org/webtools">http://www.eclipse.org/webtools</a></code>)</p> +<p>Eclipse Web Tools Platform (WTP) 3.2 (<code><a href="http://www.eclipse.org/webtools">http://www.eclipse.org/webtools</a></code>)</p> </li> <li> <p>Java Persistence API (JPA) for Java EE 5. For example, the EclipseLink implementation for JPA can be obtained from: <code><a href="http://www.eclipse.org/eclipselink/">http://www.eclipse.org/eclipselink/</a></code></p> </li> </ul> <p>Refer to <code><a href="http://www.eclipse.org/webtools/dali/gettingstarted_main.html">http://www.eclipse.org/webtools/dali/gettingstarted_main.html</a></code> for additional installation information.</p> -<p><a id="sthref5" name="sthref5"></a>Dali is included as part of WTP 3.1. No additional installation or configuration is required.</p> +<p><a id="sthref5" name="sthref5"></a>Dali is included as part of WTP 3.2. No additional installation or configuration is required.</p> <a id="sthref6" name="sthref6"></a> <p class="subhead2">Accessibility Features</p> <p>Dali supports the standard accessibility features in Eclipse, including the following:</p> diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/toc.xml b/jpa/plugins/org.eclipse.jpt.doc.user/toc.xml index 21100fc7f8..976debe599 100644 --- a/jpa/plugins/org.eclipse.jpt.doc.user/toc.xml +++ b/jpa/plugins/org.eclipse.jpt.doc.user/toc.xml @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='iso-8859-1'?> <!-- User Guide --> - <toc label="Dali Java Persistence Tools User Guide"><topic label="Dali Java Persistence Tools User Guide"> + <toc label="Dali Java Persistence Tools User Guide"> <topic href="getting_started.htm" label="Getting started"> <topic href="getting_started001.htm#BABEFHCD" label="Requirements and installation" /> <topic href="getting_started002.htm#BABIGCJA" label="Dali quick start"> @@ -152,5 +152,4 @@ <topic href="legal.htm" label=" Legal"> <topic href="about.htm#sthref309" label="About this content" /> </topic> - </topic> </toc> |