Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2009-10-12 20:37:34 +0000
committerslewis2009-10-12 20:37:34 +0000
commit2aaf92e1d1802f88b7f6aeac6135f89936f7f328 (patch)
tree081d75b2e9b481807f8de80f9af977665de8ab19
parent57eb797e1df9ef58218be9c6b88b50b6ea9bba07 (diff)
downloadorg.eclipse.ecf-2aaf92e1d1802f88b7f6aeac6135f89936f7f328.tar.gz
org.eclipse.ecf-2aaf92e1d1802f88b7f6aeac6135f89936f7f328.tar.xz
org.eclipse.ecf-2aaf92e1d1802f88b7f6aeac6135f89936f7f328.zip
Adjustment to help docs
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/toc.xml3
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/tocpics_Concepts.xml2
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/topics_Reference.xml6
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/topics_Tutorials.xml5
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/bundles/org.eclipse.ecf.doc/toc.xml b/doc/bundles/org.eclipse.ecf.doc/toc.xml
index 2a604ff03..5e6097925 100644
--- a/doc/bundles/org.eclipse.ecf.doc/toc.xml
+++ b/doc/bundles/org.eclipse.ecf.doc/toc.xml
@@ -8,9 +8,6 @@
<topic label="Tips and Tricks" href="http://wiki.eclipse.org/ECF_Tips_Tricks"/>
<topic label="What's New and Noteworthy" href="http://www.eclipse.org/ecf/NewAndNoteworthy.html"/>
<topic label="Legal" href="notices.html"/>
- <topic label="API Concepts">
- <anchor id="concepts"/>
- </topic>
<topic label="Programmer's Reference">
<anchor id="reference"/>
</topic>
diff --git a/doc/bundles/org.eclipse.ecf.doc/tocpics_Concepts.xml b/doc/bundles/org.eclipse.ecf.doc/tocpics_Concepts.xml
index fca8a548f..2613de901 100644
--- a/doc/bundles/org.eclipse.ecf.doc/tocpics_Concepts.xml
+++ b/doc/bundles/org.eclipse.ecf.doc/tocpics_Concepts.xml
@@ -2,6 +2,4 @@
<?NLS TYPE="org.eclipse.help.toc"?>
<toc label="Concepts" link_to="toc.xml#concepts">
- <topic label="Introduction" href="html/concepts/intro.html"/>
- <topic label="ECF Architecture" href="http://www.eclipse.org/ecf/documentation.php"/>
</toc>
diff --git a/doc/bundles/org.eclipse.ecf.doc/topics_Reference.xml b/doc/bundles/org.eclipse.ecf.doc/topics_Reference.xml
index 2433827d6..975550133 100644
--- a/doc/bundles/org.eclipse.ecf.doc/topics_Reference.xml
+++ b/doc/bundles/org.eclipse.ecf.doc/topics_Reference.xml
@@ -2,12 +2,12 @@
<?NLS TYPE="org.eclipse.help.toc"?>
<toc label="Reference" link_to="toc.xml#reference">
+ <topic label="Introduction" href="html/concepts/intro.html"/>
+ <topic label="ECF Architecture" href="http://www.eclipse.org/ecf/documentation.php"/>
<topic label="ECF API" href="http://wiki.eclipse.org/index.php/ECF_API_Docs"/>
<topic label="JavaDoc" href="http://www.eclipse.org/ecf/org.eclipse.ecf.docs/api/overview-summary.html"/>
+ <topic label="Project Wiki" href="http://wiki.eclipse.org/index.php/Eclipse_Communication_Framework_Project"/>
<topic label="Extension Points">
<link toc="topics_Extpoint.xml"/>
</topic>
- <topic label="Project Wiki" href="http://wiki.eclipse.org/index.php/Eclipse_Communication_Framework_Project"/>
- <topic label="ECF Servers" href="http://wiki.eclipse.org/index.php/ECF_Servers"/>
- <topic label="Bot Framework" href="http://wiki.eclipse.org/index.php/Bot_Framework"/>
</toc>
diff --git a/doc/bundles/org.eclipse.ecf.doc/topics_Tutorials.xml b/doc/bundles/org.eclipse.ecf.doc/topics_Tutorials.xml
index 61cff8bac..239dc7641 100644
--- a/doc/bundles/org.eclipse.ecf.doc/topics_Tutorials.xml
+++ b/doc/bundles/org.eclipse.ecf.doc/topics_Tutorials.xml
@@ -2,6 +2,11 @@
<?NLS TYPE="org.eclipse.help.toc"?>
<toc label="Tutorials" link_to="toc.xml#tutorials">
+ <topic label="REST API" href="http://wiki.eclipse.org/REST_abstraction_for_ECF"/>
+ <topic label="Getting Started with ECF's RFC119/Distributed OSGi" href="http://wiki.eclipse.org/Getting_Started_with_ECF%27s_RFC119_Implementation"/>
+ <topic label="Getting Started with ECF's Remote Services API" href="http://wiki.eclipse.org/Getting_Started_with_Using_the_ECF_Remote_Services_API"/>
+ <topic label="Distributed EventAdmin Service" href="http://wiki.eclipse.org/Distributed_EventAdmin_Service"/>
+ <topic label="Real-Time Shared Editing" href="http://wiki.eclipse.org/DocShare_Plugin"/>
<topic label="Create an IRC bot" href="html/tutorials/bot.html"/>
<topic label="Other Info" href="http://wiki.eclipse.org/Eclipse_Communication_Framework_Project"/>
</toc>

Back to the top