Download this file

plugin.xml    13 lines (10 with data), 318 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
-->
<plugin>
<extension-point id="readers"
name="Backends providing data"
schema="schema/readers.exsd"/>
<extension-point id="writers" name="Backend providing means to export data" schema="schema/writers.exsd"/>
</plugin>