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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.22 - (download) (as text) (annotate)
Wed Apr 8 16:43:35 2009 UTC (7 months, 2 weeks ago) by mrennie
Branch: MAIN
CVS Tags: v20090630, v20090828, v20090430-1445, v20090603-1900, v20090508-1900, v20090601-1912, v20091023, v20090512, v20090513, v20090511, v20090604-1930, v20090817, v20090521, v20090520, v20090527, v20090526, v20090504, v20090528, v20090818, v20090413-0800, v20090527-1850, v20090527-2010, v20090522-1100, R3_5, v20090504-1725, v200905071700, v20090604-1750, v20090429, R3_5_1, v20090903, v20090911, v20090915, v20090928, v20090729, v20090604, v20090605, v20090602, v20090603, v20090601, v20090608, v20090601-1909, HEAD
Branch point for: R3_5_maintenance
Changes since 1.21: +11 -1 lines
Bug 269846 All documents should have the lang="en" attribute
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
     Copyright (c) 2005, 2008 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
 -->

<plugin>

   
<!-- ============================================================================= -->
<!-- Define primary TOC                                                            -->
<!-- ============================================================================= -->
   <extension
         point="org.eclipse.help.toc">
      <toc
            file="toc.xml"
            primary="true"
            extradir="guide/intro">
      </toc>
      <index path="index"/>
   </extension>
<!-- ============================================================================= -->
<!-- Define TOCs                                                                   -->
<!-- ============================================================================= -->
   <extension point="org.eclipse.help.toc"> 
       <toc file="topics_Reference.xml" />
       <toc
             file="topics_Tasks.xml">
       </toc>   
   </extension>  
<!-- ============================================================================= -->
<!-- Define help context                                                           -->
<!-- ============================================================================= -->

   <extension
         point="org.eclipse.help.contexts">
      <contexts
            file="contexts_PDE.xml">
      </contexts>
   </extension>
   
	<extension
         point="org.eclipse.help.contexts">
      <contexts
            file="api_contexts.xml"
            plugin="org.eclipse.pde.api.tools.ui">
      </contexts>
   </extension>   
   
<!-- ============================================================================= -->
<!-- Define javadoc locations                                                      -->
<!-- ============================================================================= -->
   <extension
         point="org.eclipse.pde.core.javadoc">
      <javadoc path="reference/api">
         <plugin id="org.eclipse.pde.core"/>
         <plugin id="org.eclipse.pde.ui"/>
      </javadoc>
   </extension>
   
</plugin>