Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'docs/org.eclipse.wst.jsdt.doc/toc.xml')
-rw-r--r--docs/org.eclipse.wst.jsdt.doc/toc.xml74
1 files changed, 0 insertions, 74 deletions
diff --git a/docs/org.eclipse.wst.jsdt.doc/toc.xml b/docs/org.eclipse.wst.jsdt.doc/toc.xml
deleted file mode 100644
index ee3cc29d..00000000
--- a/docs/org.eclipse.wst.jsdt.doc/toc.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?NLS TYPE="org.eclipse.help.toc"?>
-<!-- ////////////////////////////////////////////////////////////////////////////////
- // Copyright (c) 2007 International Business Machines Corporation. All rights
- // reserved.
- //////////////////////////////////////////////////////////////////////////////// -->
-
-<toc label="Javascript Development Toolkit User Guide" topic="index.html">
-
-
- <topic label="Features" href="features/index.html"/>
-
- <topic label="Getting Started">
- <topic href="started/overview.html" label="Overview" />
- <topic label="Pure Javascript">
- <topic href="started/standaloneProject.html" label="Creating a JavaScript Project"/>
- <topic href="started/newjsFile.html" label="Adding a JavaScript file."/>
- </topic>
- <topic label="Embeded JavaScript">
- <topic href="started/htmlProject.html" label="Creating a HTML Project"/>
- <topic href="started/newjsFile.html" label="Adding a JavaScript file."/>
- <topic href="started/newhtmlFile.html" label="Adding a HTML file."/>
- </topic>
- </topic>
-
-
- <topic label="Advanced Javascript Editing with the JSDT" href="advanced/index.html">
-
- <topic label="Managing the Projects Global Scope">
- <topic href="advanced/global/add.html" label="Adding a Library"/>
- <topic href="advanced/global/remove.html" label="Removing a Library"/>
- <topic href="advanced/global/source.html" label="Source Folders"/>
- </topic>
-
- <topic href="advanced/customlib.html" label="Defining Custom Libraries" />
- <!-- <topic href="advanced/atf.html" label="AJAX, advanced HTML and Debuging Support Through ATF" /> -->
-
-
-
- </topic>
-
- <topic label="JSDT Framework Developers Guide">
- <topic href="development/extension-points/index.html"
- label="Extension Points Reference">
- <!--
- <topic href="ref/extension-points/org_eclipse_atf_mozilla_ide_ui_action.html" label="org.eclipse.atf.mozilla.ide.ui.action"></topic>
- <topic href="ref/extension-points/org_eclipse_atf_mozilla_ide_ui_filter.html" label="org.eclipse.atf.mozilla.ide.ui.filter"></topic>
- <topic href="ref/extension-points/org_eclipse_atf_mozilla_ide_ui_toolbar.html" label="org.eclipse.atf.mozilla.ide.ui.toolbar"></topic>
- <topic href="ref/extension-points/org_eclipse_atf_mozilla_ide_ui_view.html" label="org.eclipse.atf.mozilla.ide.ui.view"></topic>
- -->
- </topic>
- <topic href="development/archOverview.html"
- label="Component Design and Architecture Overview" />
- <topic href="development/limitations.html"
- label="JSDT Limitations and Work in Progress" />
- </topic>
-
-
- <topic label="Contributing to the JSDT Framework or Libraries">
- <topic href="contributing/framework.html"
- label="Contributing to Framework" />
- <topic href="contributing/library.html"
- label="Contributing to Libraries" />
- </topic>
-
- <topic label="Reference">
- <link toc="tocreference.xml" />
- </topic>
-
- <topic label="Legal info and Credits" href="legal/index.html">
- <anchor id="Legal" />
- </topic>
-
-</toc>

Back to the top