~ubuntu-branches/ubuntu/utopic/eclipse-eclox/utopic

« back to all changes in this revision

Viewing changes to eclox.help/plugin.xml

  • Committer: Package Import Robot
  • Author(s): Graham Inggs
  • Date: 2013-07-07 20:33:10 UTC
  • Revision ID: package-import@ubuntu.com-20130707203310-a44yw80gqtc2s9ob
Tags: upstream-0.10.0
ImportĀ upstreamĀ versionĀ 0.10.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.0"?>
 
3
<plugin>
 
4
   <extension
 
5
         point="org.eclipse.help.toc">
 
6
      <toc
 
7
            extradir="html"
 
8
            file="toc.xml"
 
9
            primary="true"/>
 
10
   </extension>
 
11
 
 
12
</plugin>