Download this file

plugin.xml    13 lines (11 with data), 311 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="edu.teco.tacet.import.pageproviders">
<pageprovider
class="edu.teco.tacet.importWizard.csv.CsvPageProvider"
source_type="edu.teco.tacet.csv">
</pageprovider>
</extension>
</plugin>