| <?xml version="1.0" encoding="UTF-8"?> |
| <?NLS TYPE="org.eclipse.help.toc"?> |
| <!-- |
| Copyright (c) 2005, 2011 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.html"> |
| <link toc="topics_WhatsNew.xml"/> |
| </topic> |
| |
| <!-- Legal Notices --> |
| <topic label="Legal" href="notices.html"/> |
| |
| <!-- Enablement --> |
| <enablement> |
| <test property="org.eclipse.core.runtime.isBundleInstalled" args="org.eclipse.pde.ui"/> |
| </enablement> |
| </toc> |