carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/plugin.xml
author fturovic <frank.turovich@nokia.com>
Thu, 09 Apr 2009 14:14:03 -0500
changeset 80 61ef8f7de1aa
parent 2 d760517a8095
permissions -rw-r--r--
updated welcome section of manual, bug fixes, and TOC
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<?eclipse version="3.2"?>
cawthron
parents:
diff changeset
     3
<plugin>
cawthron
parents:
diff changeset
     4
cawthron
parents:
diff changeset
     5
   <extension
cawthron
parents:
diff changeset
     6
         point="org.eclipse.help.toc">
cawthron
parents:
diff changeset
     7
     <toc
cawthron
parents:
diff changeset
     8
          file="sdkTOC.xml"
cawthron
parents:
diff changeset
     9
          primary="true"/>
cawthron
parents:
diff changeset
    10
     <toc
cawthron
parents:
diff changeset
    11
            file="tocStart.xml"
cawthron
parents:
diff changeset
    12
            primary="false"/>
cawthron
parents:
diff changeset
    13
      <toc
cawthron
parents:
diff changeset
    14
            file="tocReference.xml"
cawthron
parents:
diff changeset
    15
            primary="false"/>
cawthron
parents:
diff changeset
    16
      <toc
cawthron
parents:
diff changeset
    17
            file="tocTasks.xml"
cawthron
parents:
diff changeset
    18
            primary="false"/>
cawthron
parents:
diff changeset
    19
      <toc
cawthron
parents:
diff changeset
    20
            file="toccuscomp.xml"
cawthron
parents:
diff changeset
    21
            primary="false"/>
cawthron
parents:
diff changeset
    22
	   
cawthron
parents:
diff changeset
    23
		<index path="index" />
cawthron
parents:
diff changeset
    24
   </extension>
cawthron
parents:
diff changeset
    25
cawthron
parents:
diff changeset
    26
</plugin>