Commit 80a8c21840d480bce4205c7af26523d712ea6688
1 parent
75a6261c
mod xml conf files
Showing
2 changed files
with
5 additions
and
19 deletions
controllets.xml
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <handler_configuration> | 2 | <handler_configuration> |
3 | <deep_handler_configuration> | 3 | <deep_handler_configuration> |
4 | - <components_repository_url_reference>http://192.168.214.128/DEEalerProvider/COMPONENTS/controllets/</components_repository_url_reference> | 4 | + <components_repository_url_reference>http://192.168.232.128/DEEalerProvider/COMPONENTS/controllets/</components_repository_url_reference> |
5 | </deep_handler_configuration> | 5 | </deep_handler_configuration> |
6 | <components> | 6 | <components> |
7 | <component> | 7 | <component> |
datalets.xml
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <handler_configuration> | 2 | <handler_configuration> |
3 | <deep_handler_configuration> | 3 | <deep_handler_configuration> |
4 | - <components_repository_url_reference>http://192.168.214.128/DEEalerProvider/COMPONENTS/datalets/</components_repository_url_reference> | 4 | + <components_repository_url_reference>http://192.168.232.128/DEEalerProvider/COMPONENTS/datalets/</components_repository_url_reference> |
5 | </deep_handler_configuration> | 5 | </deep_handler_configuration> |
6 | <components> | 6 | <components> |
7 | <component> | 7 | <component> |
@@ -146,25 +146,11 @@ | @@ -146,25 +146,11 @@ | ||
146 | <idm> | 146 | <idm> |
147 | <inputs> | 147 | <inputs> |
148 | <input> | 148 | <input> |
149 | - <name>First level</name> | ||
150 | - <description>It is the first level field that the datalet will use to group the values at first level.</description> | 149 | + <name>Level</name> |
150 | + <description>It is the level field that the datalet will use to group the values at corrisponding field number level.</description> | ||
151 | <scale>nominal</scale> | 151 | <scale>nominal</scale> |
152 | <role>domain</role> | 152 | <role>domain</role> |
153 | - <selection>11</selection> | ||
154 | - </input> | ||
155 | - <input> | ||
156 | - <name>Second level</name> | ||
157 | - <description>It is the second level field that the datalet will use to group the values at second level.</description> | ||
158 | - <scale>nominal</scale> | ||
159 | - <role>domain</role> | ||
160 | - <selection>11</selection> | ||
161 | - </input> | ||
162 | - <input> | ||
163 | - <name>Third level</name> | ||
164 | - <description>It is the third level field that the datalet will use to group the values at level third.</description> | ||
165 | - <scale>nominal</scale> | ||
166 | - <role>domain</role> | ||
167 | - <selection>11</selection> | 153 | + <selection>*</selection> |
168 | </input> | 154 | </input> |
169 | <layouts> | 155 | <layouts> |
170 | <input> | 156 | <input> |