Revision 51965
Added by Miriam Baglioni over 5 years ago
applicationContext-dnet-modular-collector-plugins.xml | ||
---|---|---|
32 | 32 |
</property> |
33 | 33 |
</bean> |
34 | 34 |
|
35 |
<bean id="HTTPWithFileNamePlugin" class="eu.dnetlib.data.collector.plugins.resourcesynck.RSCollectorPlugin"> |
|
36 |
<property name="protocolDescriptor"> |
|
37 |
|
|
38 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolDescriptor" p:name="HTTPWithFileName"> |
|
39 |
<property name="params"> |
|
40 |
<list> |
|
41 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
42 |
p:name="baseURL" /> |
|
43 |
</list> |
|
44 |
</property> |
|
45 |
</bean> |
|
46 |
</property> |
|
47 |
</bean> |
|
48 |
|
|
35 | 49 |
<bean id="excelPlugin" class="eu.dnetlib.data.collector.plugins.excel.ReadExcelPlugin"> |
36 | 50 |
<property name="protocolDescriptor"> |
37 | 51 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolDescriptor" p:name="excelFile"> |
Also available in: Unified diff
added bean