pde/doc/org.eclipse.pde.doc.user/toc.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.81 - (download) (as text) (annotate)
Thu Jun 4 20:45:18 2009 UTC (5 months, 3 weeks ago) by cwindatt
Branch: MAIN
CVS Tags: v20090630, v20090828, v20091023, v20090604-1930, v20090817, v20090818, R3_5, v20090604-1750, R3_5_1, v20090903, v20090911, v20090915, v20090928, v20090729, v20090604, v20090605, v20090608, HEAD
Branch point for: R3_5_maintenance
Changes since 1.80: +16 -0 lines
Bug 276107: Add help pages for basic definitions
https://bugs.eclipse.org/bugs/show_bug.cgi?id=276107
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!--
     Copyright (c) 2005, 2009 IBM Corporation and others.
     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:
         IBM Corporation - initial API and implementation
 -->

<toc label="Plug-in Development Environment Guide">

	<!-- Overview -->
	<topic href="guide/intro/pde_overview.htm" label="PDE Overview">
	</topic>
 <topic label="Concepts">
    <topic href="concepts/extension.htm" label="Extensions and Extension Points">
    </topic>
    <topic href="concepts/feature.htm" label="Feature">
    </topic>
    <topic href="concepts/fragment.htm" label="Fragment">
    </topic>
    <topic href="concepts/plugin.htm" label="Plug-in">
    </topic>
    <topic href="concepts/product.htm" label="Product">
    </topic>
    <topic href="concepts/target.htm" label="Target Platform">
    </topic>
    <topic href="concepts/update_site.htm" label="Update Site">
    </topic>
 </topic>
	
	<!-- Tasks -->
	<topic label="Tasks">
 		<link toc="topics_Tasks.xml"/>
	</topic>
	
	<!-- Reference -->
	<topic label="Reference">
		<link toc="topics_Reference.xml" />
	</topic>
	
	<!-- Tips and Tricks -->
	<topic label="Tips and Tricks" href="tips/pde_tips.htm"/>
	
	<!-- What's New -->
	<topic label="What's New" href="whatsNew/pde_whatsnew.htm"/>
	
	<!-- Legal Notices -->
	<topic label="Legal" href="notices.html"/>
	
	<!-- Enablement -->
	<enablement>
		<test property="org.eclipse.core.runtime.isBundleInstalled" args="org.eclipse.pde.ui"/>
	</enablement>
</toc>