Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/tasks001.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/tasks001.htm16
1 files changed, 8 insertions, 8 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/tasks001.htm b/jpa/plugins/org.eclipse.jpt.doc.user/tasks001.htm
index ad991ca1c6..5471a993c7 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/tasks001.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/tasks001.htm
@@ -8,7 +8,7 @@
<title>Converting a Java project to a JPA project</title>
<meta name="copyright" content="Copyright (c) 2000, 2009 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" />
<meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 1.0.11" />
-<meta name="date" content="2012-09-11T7:44:3Z" />
+<meta name="date" content="2012-09-13T10:27:37Z" />
<meta name="robots" content="noarchive" />
<meta name="doctitle" content="Converting a Java project to a JPA project" />
<meta name="relnum" content="Release 3.2" />
@@ -17,15 +17,15 @@
<link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" />
</head>
<body>
-<p class="betadraftsubtitle">Beta Draft: 2012-09-11</p>
+<p class="betadraftsubtitle">Beta Draft: 2012-09-13</p>
<p><a id="BEIBADHH" name="BEIBADHH"></a></p>
<div class="sect1"><!-- infolevel="all" infotype="General" -->
<h1>Converting a Java project to a JPA project</h1>
-<p><a id="sthref44" name="sthref44"></a><a id="sthref45" name="sthref45"></a><a id="sthref46" name="sthref46"></a>Use this procedure to convert an existing Java project to a JPA project.</p>
+<p><a id="sthref45" name="sthref45"></a><a id="sthref46" name="sthref46"></a><a id="sthref47" name="sthref47"></a>Use this procedure to convert an existing Java project to a JPA project.</p>
<ol>
<li>
<p>From the Navigator or Project explorer, right-click the Java project and then select <span class="bold">Configure &gt; Convert to JPA Project.</span> The Project Facets page of the Modify Faceted Project wizard appears.</p>
-<div class="figure"><a id="sthref47" name="sthref47"></a>
+<div class="figure"><a id="sthref48" name="sthref48"></a>
<p class="titleinfigure">Modify Faceted Project Page</p>
<img src="img/modify_faceted_project.png" alt="" title="" /><br /></div>
<!-- class="figure" --></li>
@@ -37,7 +37,7 @@
</li>
<li>
<p>Click <span class="bold">Add Folder</span> to add existing Java source files to the project and click <span class="bold">Next</span>. The <a href="ref_jpa_facet.htm#CACIFDIF">JPA Facet page</a> appears.</p>
-<div class="figure"><a id="sthref48" name="sthref48"></a>
+<div class="figure"><a id="sthref49" name="sthref49"></a>
<p class="titleinfigure">JPA Facet Page</p>
<img src="img/new_jpa_facet_task.png" alt="" title="" /><br /></div>
<!-- class="figure" --></li>
@@ -52,7 +52,7 @@
</li>
</ol>
<p>The Dali OR Mapping Tool adds the JPA implementation libraries to your project and creates the necessary <code>orm.xml</code> and <code>perisistence.xml</code> files.</p>
-<a id="sthref49" name="sthref49"></a>
+<a id="sthref50" name="sthref50"></a>
<p class="subhead2">Related reference</p>
<ul>
<li>
@@ -65,7 +65,7 @@
<p><a href="reference007.htm#CIAIJCCE">Create ORM Mapping File wizard</a></p>
</li>
</ul>
-<a id="sthref50" name="sthref50"></a>
+<a id="sthref51" name="sthref51"></a>
<p class="subhead2">Related tasks</p>
<ul>
<li>
@@ -78,7 +78,7 @@
<p><a href="task_create_new_project.htm#CIHHEJCJ">Creating a new JPA project</a></p>
</li>
</ul>
-<a id="sthref51" name="sthref51"></a>
+<a id="sthref52" name="sthref52"></a>
<p class="subhead2">Related concepts</p>
<ul>
<li>

Back to the top