Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsapir2008-07-21 15:35:46 +0000
committerrsapir2008-07-21 15:35:46 +0000
commit0eca0bfa5666989b683be579f6861524233461c9 (patch)
treeeaf8366fd333a2043a76b48037367385ba303af5
parentef03dfd31a7aa61bdf3baec14c4c2622772ae3cb (diff)
downloadwebtools.dali-0eca0bfa5666989b683be579f6861524233461c9.tar.gz
webtools.dali-0eca0bfa5666989b683be579f6861524233461c9.tar.xz
webtools.dali-0eca0bfa5666989b683be579f6861524233461c9.zip
bug 240945
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/tips_and_tricks.htm8
1 files changed, 4 insertions, 4 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/tips_and_tricks.htm b/jpa/plugins/org.eclipse.jpt.doc.user/tips_and_tricks.htm
index 225ccffc7a..46f3a4dbf7 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/tips_and_tricks.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/tips_and_tricks.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:09 -->
+<!-- Run date = July 21, 2008 11:16:19 -->
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>Tips and tricks</title>
@@ -16,8 +16,8 @@
<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="CHDHGHBF" name="CHDHGHBF"></a></p>
@@ -42,7 +42,7 @@
<tbody>
<tr align="left" valign="top">
<td align="left" id="r2c1-t2" headers="r1c1-t2"><a id="BABFIIHA" name="BABFIIHA"></a><span class="bold">Database Connections</span></td>
-<td align="left" headers="r2c1-t2 r1c2-t2">When starting a new workbench session, be sure to <a href="../org.eclipse.wst.datatools.connection.ui.doc.user/topics/tdbconn_recon.html">reconnect to your database</a> (if you are working online). This allows Dali to provide database-related mapping assistance and validation.</td>
+<td align="left" headers="r2c1-t2 r1c2-t2">When starting a new workbench session, be sure to <a href="../org.eclipse.datatools.doc.user/projects/workspace/dmp/en/source/c_database_development_setup.html">reconnect to your database</a> (if you are working online). This allows Dali to provide database-related mapping assistance and validation.</td>
</tr>
<tr align="left" valign="top">
<td align="left" id="r3c1-t2" headers="r1c1-t2"><a id="BABCHAHF" name="BABCHAHF"></a><span class="bold">Schema-based persistence.xml</span></td>

Back to the top