Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-11-12 10:42:41 +0000
committerEike Stepper2013-11-12 10:42:41 +0000
commitb1628d46970ed3b80b37ebff6ff27f6d94767677 (patch)
treed6a051a1fb0ae0e37316eb7407669b9a6af0f791 /plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/XmlSnippets.html
parent953fed8152c7a0b5f1045f22ac7fabf7fc74d3e9 (diff)
downloadcdo-b1628d46970ed3b80b37ebff6ff27f6d94767677.tar.gz
cdo-b1628d46970ed3b80b37ebff6ff27f6d94767677.tar.xz
cdo-b1628d46970ed3b80b37ebff6ff27f6d94767677.zip
Adjust Javadocs to JDK 7
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/XmlSnippets.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/XmlSnippets.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/XmlSnippets.html b/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/XmlSnippets.html
index 2f7c134300..17c8668dbb 100644
--- a/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/XmlSnippets.html
+++ b/plugins/org.eclipse.emf.cdo.releng.help/html/writer/examples/XmlSnippets.html
@@ -2,7 +2,7 @@
<HTML>
<HEAD>
-<TITLE>Embedding XML Snippets (CDO Release Engineering Documentation)</TITLE>
+<TITLE>Embedding XML Snippets (Release Engineering Documentation)</TITLE>
<LINK REL="STYLESHEET" HREF="../../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
@@ -10,7 +10,7 @@
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Embedding XML Snippets (CDO Release Engineering Documentation)";
+ parent.document.title="Embedding XML Snippets (Release Engineering Documentation)";
}
}
</SCRIPT>
@@ -18,7 +18,7 @@ function windowTitle()
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
-<!-- <div class="help_breadcrumbs"><a href="../../Overview.html" title="CDO Release Engineering Documentation">CDO Release Engineering Documentation</a> > <a href="../index.html" title="Category in CDO Release Engineering Documentation">Technical Writer's Guide</a> > <a href="index.html" title="Category in CDO Release Engineering Documentation">Examples</a></div> -->
+<!-- <div class="help_breadcrumbs"><a href="../../Overview.html" title="Release Engineering Documentation">Release Engineering Documentation</a> > <a href="../index.html" title="Category in Release Engineering Documentation">Technical Writer's Guide</a> > <a href="index.html" title="Category in Release Engineering Documentation">Examples</a></div> -->
<table border="0">
<tr>
@@ -29,8 +29,8 @@ function windowTitle()
<p>
<p>
<table border="0">
-<tr><td>1&nbsp;</td><td colspan="3"><a href="XmlSnippets.html#XmlExample" title="Chapter in CDO Release Engineering Documentation">XML Example with a Callout</a></td></tr>
-<tr><td>2&nbsp;</td><td colspan="3"><a href="XmlSnippets.html#XmiExample" title="Chapter in CDO Release Engineering Documentation">XMI Example</a></td></tr>
+<tr><td>1&nbsp;</td><td colspan="3"><a href="XmlSnippets.html#XmlExample" title="Chapter in Release Engineering Documentation">XML Example with a Callout</a></td></tr>
+<tr><td>2&nbsp;</td><td colspan="3"><a href="XmlSnippets.html#XmiExample" title="Chapter in Release Engineering Documentation">XMI Example</a></td></tr>
</table>
</p>

Back to the top