~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to valgrind/org.eclipse.linuxtools.valgrind.doc/plugin.xml

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2012-06-29 12:07:30 UTC
  • Revision ID: package-import@ubuntu.com-20120629120730-bfri1xys1i71dpn6
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<?eclipse version="3.4"?>
 
3
<plugin>
 
4
 
 
5
   <extension
 
6
         id="org.eclipse.linuxtools.valgrind.doc.helpDocs"
 
7
         name="%extension.name.0"
 
8
         point="org.eclipse.help.toc">
 
9
      <toc file="toc-doc.xml" primary="true" />
 
10
      <toc file="toc.xml" primary="false" />
 
11
   </extension>
 
12
 
 
13
</plugin>