Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/tasks003.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/tasks003.htm10
1 files changed, 5 insertions, 5 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/tasks003.htm b/jpa/plugins/org.eclipse.jpt.doc.user/tasks003.htm
index ba69f4fce2..cf80ff4c39 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/tasks003.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/tasks003.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 21, 2008 14:42:04 -->
+<!-- Run date = July 23, 2008 8:59:43 -->
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>Synchronizing classes</title>
@@ -16,14 +16,14 @@
<meta name="copyright" content="Copyright (c) 2000, 2008 oracle . All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: Oracle - initial API and implementation" />
<link rel="copyright" href="dcommon/html/cpyr.htm" title="Copyright" type="text/html" />
<link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" />
-<link rel="start" href="../../index.htm" title="Home" type="text/html" />
-<link rel="contents" href="toc.htm" title="Contents" type="text/html" />
+<!-- start-->
+<!-- contents -->
</head>
<body>
<p><a id="CIHFEBAI" name="CIHFEBAI"></a></p>
<div class="sect2"><!-- infolevel="all" infotype="General" -->
<h1>Synchronizing classes</h1>
-<p>As you work with the classes in your Java project, you will need to update the <code>persistence.xml</code> file to reflect the changes. <a id="sthref41" name="sthref41"></a><a id="sthref42" name="sthref42"></a></p>
+<p>As you work with the classes in your Java project, you will need to update the <code>persistence.xml</code> file to reflect the changes. <a id="sthref43" name="sthref43"></a><a id="sthref44" name="sthref44"></a></p>
<p>Use this procedure to synchronize the <code>persistence.xml</code> file:</p>
<ol start="1">
<li>
@@ -41,7 +41,7 @@ Use this function if you selected <span class="bold">Annotated classes must be l
</table>
<br /></div>
<!-- class="inftblnote" --></div>
-<div class="figure"><a id="sthref43" name="sthref43"></a>
+<div class="figure"><a id="sthref45" name="sthref45"></a>
<p class="titleinfigure">Synchronizing the persistence.xml File</p>
<img src="img/synchornize_classes.png" alt="This figure shows the JPA Tools &gt; Synchronize Classes option." title="This figure shows the JPA Tools &gt; Synchronize Classes option." /><br /></div>
<!-- class="figure" -->

Back to the top