Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/whats_new002.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/whats_new002.htm6
1 files changed, 3 insertions, 3 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new002.htm b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new002.htm
index 7c0965d731..e49d19c6ce 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new002.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new002.htm
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
-<!-- Run date = May 9, 2007 10:03:47 -->
+<!-- Run date = May 15, 2007 9:04:29 -->
<meta name="OAC_IGNORE_SKIP_NAV" content="true" />
<title>Create and Manage the persistence.xml file</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
@@ -30,13 +30,13 @@
</tr>
</table>
<p>When creating a JPA project, Dali automatically creates the <code>perssistence.xml</code> file.</p>
-<div class="figure"><a id="sthref250" name="sthref250"></a>
+<div class="figure"><a id="sthref244" name="sthref244"></a>
<p class="titleinfigure">JPA Project with persistence.xml File</p>
<img src="img/new_project_2.png" alt="JPA project with persistence.xml file." title="JPA project with persistence.xml file." /><br /></div>
<!-- class="figure" -->
<p>Use the XML editor to edit the <code>persistence.xml</code> file.</p>
<p>After adding your JPA entities, use the <span class="gui-object-action">Java Persistence &gt; Synchronize Classes</span> option to add the classes to the <code>persistence.xml</code> file.</p>
-<div class="figure"><a id="sthref251" name="sthref251"></a>
+<div class="figure"><a id="sthref245" name="sthref245"></a>
<p class="titleinfigure">Synchronizing the persistence.xml File.</p>
<img src="img/synchornize_classes.png" alt="The JPA Tools &gt; Synchronize Classes option." title="The JPA Tools &gt; Synchronize Classes option." /><br /></div>
<!-- class="figure" -->

Back to the top