1 |
d2a8c3fd
|
Marc NICOLAS
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
|
|
<convs xmlns="http://www.example.org/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.org/config config.xsd ">
|
3 |
|
|
<cv>
|
4 |
|
|
<name>nullconverter</name>
|
5 |
|
|
<description>convertisseur nul</description>
|
6 |
|
|
<param_in>
|
7 |
|
|
<name>ID</name>
|
8 |
|
|
<name>firstName</name>
|
9 |
|
|
</param_in>
|
10 |
|
|
<param_out>
|
11 |
|
|
<name>ID</name>
|
12 |
|
|
<name>firstName</name>
|
13 |
|
|
</param_out>
|
14 |
|
|
<class>file:///home/mmarseil/sitools-distribution/workspace/prototype/build/classes/fr/cnes/sitools/dataset/converter/NullConverter.class</class>
|
15 |
|
|
<classname>fr.cnes.sitools.dataset.converter.NullConverter</classname>
|
16 |
|
|
</cv>
|
17 |
|
|
</convs> |