File: plugin.xml

package info (click to toggle)
eclipse-linuxtools 1.0.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 69,212 kB
  • sloc: java: 224,575; xml: 23,980; ansic: 15,426; python: 458; cpp: 279; sh: 251; makefile: 48
file content (23 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension
         id="library"
         name="Libstdc++ Library"
         point="org.eclipse.linuxtools.cdt.libhover.library">
      <library
            docs="http://gcc.gnu.org/onlinedocs/libstdc++/manual/spine.html"
            location="http://www.sourceware.org/eclipse/libhover/libstdc++-v3.libhover"
            name="libstdc++ library"
            type="C++">
      </library>
   </extension>
   <extension
         point="org.eclipse.help.toc">
      <toc
            file="toc.xml"
            primary="false">
      </toc>
   </extension>

</plugin>