Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormtaal2008-08-12 19:30:36 +0000
committermtaal2008-08-12 19:30:36 +0000
commitc78aa0b1c7f6322a8d8f9da56f6263f382d5dce6 (patch)
treecae6a946d2a5cafd18b883335aa5bd417f7cfa15 /doc
parent142dc945380621128f97e6b264d07da7223376c5 (diff)
downloadorg.eclipse.emf.teneo-c78aa0b1c7f6322a8d8f9da56f6263f382d5dce6.tar.gz
org.eclipse.emf.teneo-c78aa0b1c7f6322a8d8f9da56f6263f382d5dce6.tar.xz
org.eclipse.emf.teneo-c78aa0b1c7f6322a8d8f9da56f6263f382d5dce6.zip
Updated docs
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/cdo.html2
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/changelog.html2
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/entitymanager.html2
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/gmftutorial/files/GMFEListPropertyHandler.java2
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/gmftutorial/files/OpenMindmapDBEditor.java2
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/gmftutorial/files/StoreController.java2
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/index.html16
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/installation.html4
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/knownissues.html2
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/mailinglist.html8
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/resource_utility.xml2
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/samples/Dynamic.java4
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/samples/QuickStart.java4
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/samples/Tutorial1.java4
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/troubleshooting.html2
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/index.html12
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/jpox/changelog.html2
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/jpox/index.html16
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/jpox/installation.html4
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/jpox/knownissues.html2
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/jpox/mailinglist.html8
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/jpox/tutorial1/Tutorial1.java4
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/services/index.html2
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/skin/inst.css2
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/skin/ns4_only.css2
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/skin/print.css2
-rw-r--r--doc/org.eclipse.emf.teneo.doc/tutorials/skin/tigris.css2
27 files changed, 58 insertions, 58 deletions
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/cdo.html b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/cdo.html
index 90ba22f6b..4f234e3a2 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/cdo.html
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/cdo.html
@@ -295,7 +295,7 @@
</li>
</ul>
-<p>Teneo can be used in combination with <a class="external" href="http://www.eclipse.org/modeling/emft/?project=cdo">CDO</a>.
+<p>Teneo can be used in combination with <a class="external" href="http://www.eclipse.org/modeling/emf/?project=cdo">CDO</a>.
From the website: CDO is a 3-tiers solution for distributed shared models and a complete model repository server.
When Teneo is used in combination with CDO then Teneo provides the automatic ecore - relational mapping capabilities
while CDO provides the runtime hibernate layer.
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/changelog.html b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/changelog.html
index 9add16d12..576c9a25f 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/changelog.html
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/changelog.html
@@ -285,7 +285,7 @@
<p>
-<strong>From 12 September 2006: for changelog and release notes see the emft website: <a class="external" href="http://www.eclipse.org/modeling/emft/news/relnotes.php?project=teneo">here</a></strong>
+<strong>From 12 September 2006: for changelog and release notes see the emf website: <a class="external" href="http://www.eclipse.org/modeling/emf/news/relnotes.php?project=teneo">here</a></strong>
</p>
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/entitymanager.html b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/entitymanager.html
index 162b93ca7..a8e45624d 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/entitymanager.html
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/entitymanager.html
@@ -308,7 +308,7 @@ select ref from Library as ref, Writer as refto where refto = :to and refto in e
<p>
<em>Although all testcases are run also for the Hibernate Entitymanager support for this has just been added. Please report
- any issues on the EMFT newsgroup.</em>
+ any issues on the EMF newsgroup.</em>
</p>
</div>
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/gmftutorial/files/GMFEListPropertyHandler.java b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/gmftutorial/files/GMFEListPropertyHandler.java
index be097b2dd..fc1608cc7 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/gmftutorial/files/GMFEListPropertyHandler.java
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/gmftutorial/files/GMFEListPropertyHandler.java
@@ -12,7 +12,7 @@
*
* </copyright>
*
- * $Id: GMFEListPropertyHandler.java,v 1.14 2008/08/12 07:45:40 mtaal Exp $
+ * $Id: GMFEListPropertyHandler.java,v 1.15 2008/08/12 19:30:37 mtaal Exp $
*/
package org.eclipse.gmf.examples.mindmap.diagram.db;
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/gmftutorial/files/OpenMindmapDBEditor.java b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/gmftutorial/files/OpenMindmapDBEditor.java
index 3fd95ffad..de684c8cc 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/gmftutorial/files/OpenMindmapDBEditor.java
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/gmftutorial/files/OpenMindmapDBEditor.java
@@ -12,7 +12,7 @@
*
* </copyright>
*
- * $Id: OpenMindmapDBEditor.java,v 1.14 2008/08/12 07:45:40 mtaal Exp $
+ * $Id: OpenMindmapDBEditor.java,v 1.15 2008/08/12 19:30:37 mtaal Exp $
*/
package org.eclipse.gmf.examples.mindmap.diagram.db;
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/gmftutorial/files/StoreController.java b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/gmftutorial/files/StoreController.java
index 3732ab9ed..97333a135 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/gmftutorial/files/StoreController.java
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/gmftutorial/files/StoreController.java
@@ -12,7 +12,7 @@
*
* </copyright>
*
- * $Id: StoreController.java,v 1.14 2008/08/12 07:45:40 mtaal Exp $
+ * $Id: StoreController.java,v 1.15 2008/08/12 19:30:37 mtaal Exp $
*/
package org.eclipse.gmf.examples.mindmap.diagram.db;
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/index.html b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/index.html
index 9f70e11d0..2b9e376f7 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/index.html
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/index.html
@@ -281,7 +281,7 @@
<div class="app" id="projecthome">
<ul class="minitoc">
<li>
-<a href="#Teneo+Eclipse+EMFT+project">Teneo Eclipse EMFT project</a>
+<a href="#Teneo+Eclipse+EMF+project">Teneo Eclipse EMF project</a>
</li>
<li>
<a href="#EMF+Persistency+Solution+using+Hibernate">EMF Persistency Solution using Hibernate</a>
@@ -294,13 +294,13 @@
</li>
</ul>
-<a name="N1000D"></a><a name="Teneo+Eclipse+EMFT+project"></a>
+<a name="N1000D"></a><a name="Teneo+Eclipse+EMF+project"></a>
<div class="h3">
-<h3>Teneo Eclipse EMFT project</h3>
+<h3>Teneo Eclipse EMF project</h3>
<p>
-<strong>Teneo persistency is an Eclipse EMFT project:</strong>
+<strong>Teneo persistency is an Eclipse EMF project:</strong>
</p>
<ul>
@@ -309,10 +309,10 @@
<li>The source code can be retrieved from Eclipse cvs. The new main java package name: org.eclipse.emf.teneo.</li>
-<li>Teneo/Elver is part of the EMFT build process, builds can be downloaded here:
- <a class="external" href="http://download.eclipse.org/technology/emft/downloads/">EMFT Downloads</a>
+<li>Teneo/Elver is part of the EMF build process, builds can be downloaded here:
+ <a class="external" href="http://www.eclipse.org/modeling/emf/downloads/?project=teneo">Teneo Downloads</a>
(select the Teneo project in the listbox). For the Eclipse update manager use:
- http://download.eclipse.org/modeling/emft/updates/site-interim.xml.</li>
+ http://download.eclipse.org/modeling/emf/updates/interim/.</li>
<li>Support is given on the EMF newsgroup: news://news.eclipse.org/eclipse.tools.emf.</li>
@@ -341,7 +341,7 @@
</ul>
<p>For more information, visit the following links:
- <a href="status.html">Status</a>, <a href="features.html">Features</a>, <a class="external" href="http://www.eclipse.org/modeling/emft/news/relnotes.php?project=teneo">Release Notes</a>
+ <a href="status.html">Status</a>, <a href="features.html">Features</a>, <a class="external" href="http://www.eclipse.org/modeling/emf/news/relnotes.php?project=teneo">Release Notes</a>
</p>
<p>
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/installation.html b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/installation.html
index 4bfb40a58..1867a5350 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/installation.html
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/installation.html
@@ -319,13 +319,13 @@
<h3>EMF - hibernate Persistency Plugin Installation</h3>
-<p> The EMF Persistency plugin can be downloaded from the eclipse.org/emft update site.
+<p> The EMF Persistency plugin can be downloaded from the eclipse.org/emf update site.
To configure this update site in Eclipse go to: <em>Help &gt; Software Updates &gt; Find and Install</em>. Select
'Search for new features to install' and click next.
</p>
<p> At this window create a new update site by clicking
- on 'New Remote Site'. Enter any name you want, as a url enter: <em>http://download.eclipse.org/modeling/emft/updates/site-interim.xml</em>,
+ on 'New Remote Site'. Enter any name you want, as a url enter: <em>http://download.eclipse.org/modeling/emf/updates/interim/</em>,
and press ok.
</p>
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/knownissues.html b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/knownissues.html
index 1402c5740..7f25c2bee 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/knownissues.html
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/knownissues.html
@@ -285,7 +285,7 @@
<p>
-<strong>From 13 September 2006: for open issues please visit the EMFT <a class="external" href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMFT&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&query_format=advanced&order=map_components.name">open bugs</a>
+<strong>From 13 September 2006: for open issues please visit the EMF <a class="external" href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF&component=Teneo">open bugs</a>
page.</strong>
</p>
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/mailinglist.html b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/mailinglist.html
index 2fb94e1c3..ca90c5798 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/mailinglist.html
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/mailinglist.html
@@ -280,7 +280,7 @@
<div class="app" id="projecthome">
<ul class="minitoc">
<li>
-<a href="#EMFT+Newsgroup">EMFT Newsgroup</a>
+<a href="#EMF+Newsgroup">EMF Newsgroup</a>
</li>
<li>
<a href="#maillist">Archived Mailing List</a>
@@ -290,9 +290,9 @@
</li>
</ul>
-<a name="N1000E"></a><a name="EMFT+Newsgroup"></a>
+<a name="N1000E"></a><a name="EMF+Newsgroup"></a>
<div class="h3">
-<h3>EMFT Newsgroup</h3>
+<h3>EMF Newsgroup</h3>
<p>Support for Teneo is provided through the EMF newsgroup: news://news.eclipse.org/eclipse.tools.emf.</p>
@@ -304,7 +304,7 @@
<h3>Archived Mailing List</h3>
-<p>The archive of the mailinglist posts before the move to EMFT can be viewed:
+<p>The archive of the mailinglist posts before the move to EMF can be viewed:
<a class="external" href="http://blog.gmane.org/gmane.comp.java.emf.persistency">here (web)</a> or
<a class="external" href="nntp://news.gmane.org/gmane.comp.java.emf.persistency">here (news, nntp)</a>.
</p>
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/resource_utility.xml b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/resource_utility.xml
index a7cdeca13..8d747b542 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/resource_utility.xml
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/resource_utility.xml
@@ -6,7 +6,7 @@
http://www.eclipse.org/legal/epl-v10.html
--><!--
@author <a href="mtaal@elver.org">Martin Taal</a>
- @version $Revision: 1.42 $ $Date: 2008/08/12 07:45:40 $
+ @version $Revision: 1.43 $ $Date: 2008/08/12 19:30:37 $
--><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
<document>
&#9;<header>
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/samples/Dynamic.java b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/samples/Dynamic.java
index 6b80dfc47..10f610aec 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/samples/Dynamic.java
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/samples/Dynamic.java
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: Dynamic.java,v 1.43 2008/08/12 07:45:40 mtaal Exp $
+ * $Id: Dynamic.java,v 1.44 2008/08/12 19:30:37 mtaal Exp $
*/
package hbtutorial;
@@ -41,7 +41,7 @@ import org.hibernate.Transaction;
* Dynamic Tutorial
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.43 $
+ * @version $Revision: 1.44 $
*/
public class Dynamic {
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/samples/QuickStart.java b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/samples/QuickStart.java
index 3989e457a..eeeb38185 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/samples/QuickStart.java
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/samples/QuickStart.java
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: QuickStart.java,v 1.43 2008/08/12 07:45:40 mtaal Exp $
+ * $Id: QuickStart.java,v 1.44 2008/08/12 19:30:37 mtaal Exp $
*/
package hbtutorial;
@@ -33,7 +33,7 @@ import org.hibernate.Transaction;
* Quick Start Tutorial
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.43 $
+ * @version $Revision: 1.44 $
*/
public class QuickStart {
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/samples/Tutorial1.java b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/samples/Tutorial1.java
index d0cf0aae2..43c62a2ab 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/samples/Tutorial1.java
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/samples/Tutorial1.java
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: Tutorial1.java,v 1.43 2008/08/12 07:45:40 mtaal Exp $
+ * $Id: Tutorial1.java,v 1.44 2008/08/12 19:30:37 mtaal Exp $
*/
package hbtutorial;
@@ -43,7 +43,7 @@ import org.hibernate.SessionFactory;
* Quick Start Tutorial
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.43 $
+ * @version $Revision: 1.44 $
*/
public class Tutorial1 {
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/troubleshooting.html b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/troubleshooting.html
index 3d9465cc0..11065c473 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/troubleshooting.html
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/hibernate/troubleshooting.html
@@ -365,7 +365,7 @@
<br>
<p>
-<em>For troubleshooting please also visit <strong>the EMFT open issues list <a class="external" href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMFT&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&query_format=advanced&order=map_components.name">here</a>.</strong></em>
+<em>For troubleshooting please also visit <strong>the Teneo open issues list <a class="external" href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF&component=Teneo">here</a>.</strong></em>
</p>
<a name="N10019"></a><a name="toomanytablesinjoin"></a>
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/index.html b/doc/org.eclipse.emf.teneo.doc/tutorials/index.html
index 134469440..76275d475 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/index.html
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/index.html
@@ -146,7 +146,7 @@
<div class="app" id="projecthome">
<ul class="minitoc">
<li>
-<a href="#Elver+Persistency+is+part+of+Eclipse.org+as+Teneo+within+EMFT">Elver Persistency is part of Eclipse.org as Teneo within EMFT</a>
+<a href="#Elver+Persistency+is+part+of+Eclipse.org+as+Teneo+within+EMF">Elver Persistency is part of Eclipse.org as Teneo within EMF</a>
</li>
<li>
<a href="#Introduction">Introduction</a>
@@ -159,9 +159,9 @@
</li>
</ul>
-<a name="N1000D"></a><a name="Elver+Persistency+is+part+of+Eclipse.org+as+Teneo+within+EMFT"></a>
+<a name="N1000D"></a><a name="Elver+Persistency+is+part+of+Eclipse.org+as+Teneo+within+EMF"></a>
<div class="h3">
-<h3>Elver Persistency is part of Eclipse.org as Teneo within EMFT</h3>
+<h3>Elver Persistency is part of Eclipse.org as Teneo within EMF</h3>
<p>
@@ -174,10 +174,10 @@
<li>The source code can be retrieved from Eclipse cvs. The new main java package name: org.eclipse.emf.teneo.</li>
-<li>Teneo/Elver is part of the EMFT build process, builds can be downloaded here:
- <a class="external" href="http://download.eclipse.org/technology/emft/downloads/">EMFT Downloads</a>
+<li>Teneo/Elver is part of the EMF build process, builds can be downloaded here:
+ <a class="external" href="http://www.eclipse.org/modeling/emf/downloads/?project=teneo">Teneo Downloads</a>
(select the Teneo project in the listbox). For the Eclipse update manager use:
- http://download.eclipse.org/modeling/emft/updates/site-interim.xml.</li>
+ http://download.eclipse.org/modeling/emf/updates/interim/.</li>
<li>Support is given on the EMF newsgroup: news://news.eclipse.org/eclipse.tools.emf.</li>
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/changelog.html b/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/changelog.html
index a32b6342d..b593cbd7f 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/changelog.html
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/changelog.html
@@ -263,7 +263,7 @@
<p>
-<strong>From 12 September 2006: for changelog and release notes see the emft website: <a class="external" href="http://www.eclipse.org/modeling/emft/news/relnotes.php?project=teneo">here</a></strong>
+<strong>From 12 September 2006: for changelog and release notes see the emf website: <a class="external" href="http://www.eclipse.org/modeling/emf/news/relnotes.php?project=teneo">here</a></strong>
</p>
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/index.html b/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/index.html
index b90f68832..65796db34 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/index.html
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/index.html
@@ -257,7 +257,7 @@
<div class="app" id="projecthome">
<ul class="minitoc">
<li>
-<a href="#Teneo+Eclipse+EMFT+project">Teneo Eclipse EMFT project</a>
+<a href="#Teneo+Eclipse+EMF+project">Teneo Eclipse EMF project</a>
</li>
<li>
<a href="#EMF+Persistency+Solution+using+JDO%2FJPOX">EMF Persistency Solution using JDO/JPOX</a>
@@ -270,13 +270,13 @@
</li>
</ul>
-<a name="N1000D"></a><a name="Teneo+Eclipse+EMFT+project"></a>
+<a name="N1000D"></a><a name="Teneo+Eclipse+EMF+project"></a>
<div class="h3">
-<h3>Teneo Eclipse EMFT project</h3>
+<h3>Teneo Eclipse EMF project</h3>
<p>
-<strong>Teneo persistency is an Eclipse EMFT project:</strong>
+<strong>Teneo persistency is an Eclipse EMF project:</strong>
</p>
<ul>
@@ -285,10 +285,10 @@
<li>The source code can be retrieved from Eclipse cvs. The new main java package name is now: org.eclipse.emf.teneo.jpox</li>
-<li>Teneo/Elver is part of the EMFT build process, builds can be downloaded here:
- <a class="external" href="http://download.eclipse.org/technology/emft/downloads/">EMFT Downloads</a>
+<li>Teneo/Elver is part of the EMF build process, builds can be downloaded here:
+ <a class="external" href="http://www.eclipse.org/modeling/emf/downloads/?project=teneo">Teneo Downloads</a>
(select the Teneo project in the listbox). For the Eclipse update manager use:
- http://download.eclipse.org/modeling/emft/updates/site-interim.xml.</li>
+ http://download.eclipse.org/modeling/emf/updates/interim/.</li>
<li>Support is given on the EMF newsgroup: news://news.eclipse.org/eclipse.tools.emf.</li>
@@ -321,7 +321,7 @@
</ul>
<p>For more information, visit the following links:
- <a href="status.html">Status</a>, <a href="features.html">Features</a>, <a class="external" href="http://www.eclipse.org/modeling/emft/news/relnotes.php?project=teneo">Release Notes</a>
+ <a href="status.html">Status</a>, <a href="features.html">Features</a>, <a class="external" href="http://www.eclipse.org/modeling/emf/news/relnotes.php?project=teneo">Release Notes</a>
</p>
<p>
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/installation.html b/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/installation.html
index 6254f8d98..855c5ab4c 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/installation.html
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/installation.html
@@ -299,13 +299,13 @@
<h3>EMF - JPOX Persistency Plugin Installation</h3>
-<p> The EMF - JPOX Persistency plugin can be downloaded from the eclipse.org/emft update site.
+<p> The EMF - JPOX Persistency plugin can be downloaded from the eclipse.org/emf update site.
To configure this update site in Eclipse go to: <em>Help &gt; Software Updates &gt; Find and Install</em>. Select
'Search for new features to install' and click next.
</p>
<p> At this window create a new update site by clicking
- on 'New Remote Site'. Enter any name you want, as a url enter: <em>http://download.eclipse.org/modeling/emft/updates/site-interim.xml</em>,
+ on 'New Remote Site'. Enter any name you want, as a url enter: <em>http://download.eclipse.org/modeling/emf/updates/interim/</em>,
and press ok.
</p>
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/knownissues.html b/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/knownissues.html
index 38663310b..c1aa0b2af 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/knownissues.html
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/knownissues.html
@@ -261,7 +261,7 @@
<p>
-<strong>From 13 September 2006: for open issues please visit the EMFT <a class="external" href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMFT&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&query_format=advanced&order=map_components.name">open bugs</a>
+<strong>From 13 September 2006: for open issues please visit the EMF <a class="external" href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF&component=Teneo">open bugs</a>
page.</strong>
</p>
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/mailinglist.html b/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/mailinglist.html
index 1ccffa23d..66633d655 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/mailinglist.html
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/mailinglist.html
@@ -256,7 +256,7 @@
<div class="app" id="projecthome">
<ul class="minitoc">
<li>
-<a href="#EMFT+Newsgroup">EMFT Newsgroup</a>
+<a href="#EMF+Newsgroup">EMF Newsgroup</a>
</li>
<li>
<a href="#maillist">Archived Mailing List</a>
@@ -266,9 +266,9 @@
</li>
</ul>
-<a name="N1000E"></a><a name="EMFT+Newsgroup"></a>
+<a name="N1000E"></a><a name="EMF+Newsgroup"></a>
<div class="h3">
-<h3>EMFT Newsgroup</h3>
+<h3>EMF Newsgroup</h3>
<p>Support for Teneo is provided through the EMF newsgroup: news://news.eclipse.org/eclipse.tools.emf.</p>
@@ -280,7 +280,7 @@
<h3>Archived Mailing List</h3>
-<p>The archive of the mailinglist posts before the move to EMFT can be viewed:
+<p>The archive of the mailinglist posts before the move to EMF can be viewed:
<a class="external" href="http://blog.gmane.org/gmane.comp.java.emf.persistency">here (web)</a> or
<a class="external" href="nntp://news.gmane.org/gmane.comp.java.emf.persistency">here (news, nntp)</a>.
</p>
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/tutorial1/Tutorial1.java b/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/tutorial1/Tutorial1.java
index fd42e83b7..1c9482b74 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/tutorial1/Tutorial1.java
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/jpox/tutorial1/Tutorial1.java
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: Tutorial1.java,v 1.44 2008/08/12 07:45:40 mtaal Exp $
+ * $Id: Tutorial1.java,v 1.45 2008/08/12 19:30:36 mtaal Exp $
*/
package jpoxtutorial;
@@ -50,7 +50,7 @@ import org.jpox.PMFConfiguration;
* Tutorial
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.44 $
+ * @version $Revision: 1.45 $
*/
public class Tutorial1 {
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/services/index.html b/doc/org.eclipse.emf.teneo.doc/tutorials/services/index.html
index b2db5aeb0..ec4068669 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/services/index.html
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/services/index.html
@@ -157,7 +157,7 @@
<h3>Services</h3>
-<p>We support Teneo through the EMFT newsgroup. On a commercial basis we are available for more
+<p>We support Teneo through the EMF newsgroup. On a commercial basis we are available for more
hands-on support or as extra (offsite) development capacity. Also if you are interested in
our custom eBusiness solutions please visit <a class="external" href="http://www.springsite.com/en">Springsite.com</a>.</p>
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/skin/inst.css b/doc/org.eclipse.emf.teneo.doc/tutorials/skin/inst.css
index b527a70de..8589eb112 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/skin/inst.css
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/skin/inst.css
@@ -1,4 +1,4 @@
-/* $Id: inst.css,v 1.40 2008/08/12 07:45:40 mtaal Exp $
+/* $Id: inst.css,v 1.41 2008/08/12 19:30:36 mtaal Exp $
This file contains rules that extend or override the more basic formatting defined in tigris.css. Edit it to customize the look of applications using tigris.css (instances). You are responsible for maintaining your own set of (optional) deltas from tigris.css defaults; this file is intended as an example.
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/skin/ns4_only.css b/doc/org.eclipse.emf.teneo.doc/tutorials/skin/ns4_only.css
index 3126194fe..2e0d81d0f 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/skin/ns4_only.css
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/skin/ns4_only.css
@@ -1,4 +1,4 @@
-/* $Id: ns4_only.css,v 1.40 2008/08/12 07:45:40 mtaal Exp $
+/* $Id: ns4_only.css,v 1.41 2008/08/12 19:30:36 mtaal Exp $
simple rules suitable for Netscape 4.x only; richer rules are in tigris.css. see <http://style.tigris.org/> */
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/skin/print.css b/doc/org.eclipse.emf.teneo.doc/tutorials/skin/print.css
index 67e23b6da..2671eb20c 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/skin/print.css
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/skin/print.css
@@ -1,4 +1,4 @@
-/* $Id: print.css,v 1.40 2008/08/12 07:45:40 mtaal Exp $ */
+/* $Id: print.css,v 1.41 2008/08/12 19:30:36 mtaal Exp $ */
#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks {
display: none;
diff --git a/doc/org.eclipse.emf.teneo.doc/tutorials/skin/tigris.css b/doc/org.eclipse.emf.teneo.doc/tutorials/skin/tigris.css
index 797028229..6df0e9e88 100644
--- a/doc/org.eclipse.emf.teneo.doc/tutorials/skin/tigris.css
+++ b/doc/org.eclipse.emf.teneo.doc/tutorials/skin/tigris.css
@@ -1,4 +1,4 @@
-/* $Id: tigris.css,v 1.40 2008/08/12 07:45:40 mtaal Exp $
+/* $Id: tigris.css,v 1.41 2008/08/12 19:30:36 mtaal Exp $
This file defines basic default formatting for HTML conforming to Tigris application style. To extend or override these rules for your instance, edit inst.css instead of this file. */

Back to the top