org.eclipse.help.examples.ex1/plugin.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.25 - (download) (as text) (annotate)
Fri Mar 18 07:04:29 2005 UTC (4 years, 8 months ago) by kkolosow
Branch: MAIN
CVS Tags: I20060605-1430, R3_2_1, R3_2_2, v20051114, v20050615, v20050616, R3_1, R3_2, v20050321, v20050805, v20060602, v20060607, v20050621, v20060511, v20060518, R3_1_2, R3_1_1, HEAD
Changes since 1.24: +2 -8 lines
converting to manifest.mf and jared plugin
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>

   
<!-- ============================================== -->
<!-- Define the main book                           -->
<!-- ============================================== -->
   <extension
         point="org.eclipse.help.toc">
      <toc
            file="book.xml"
            primary="true">
      </toc>
   </extension>
<!-- =============================================== -->
<!-- Link the sections into the book                 -->
<!-- =============================================== -->
   <extension
         point="org.eclipse.help.toc">
      <toc
            file="toc_Concepts.xml">
      </toc>
      <toc
            file="toc_Tasks.xml">
      </toc>
      <toc
            file="toc_Ref.xml">
      </toc>
   </extension>

</plugin>