File: plugin.xml

package info (click to toggle)
ggobi 2.1.10-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 13,080 kB
  • sloc: ansic: 53,256; xml: 28,411; sh: 11,700; makefile: 257; sed: 16
file content (7 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
<plugin name="GraphAction" load="immediate"><!-- load may be on demand. -->
   <description>For graph manipulation.</description>
   <author>Deborah Swayne</author>
   <dll name="plugins/GraphAction/plugin.la">
    <init onCreate="addToToolsMenu" onClose="closeWindow" />
  </dll>
</plugin>