Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns="http://www.springframework.org/schema/beans"
3
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4
	xmlns:util="http://www.springframework.org/schema/util"
5
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
6
                http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
7

    
8
	<bean id="mdstoreInspectorGroup"
9
		class="eu.dnetlib.enabling.inspector.StaticEntryPointDescriptorGroup"
10
		p:name="mdstore">
11
		<property name="descriptors">
12
			<list>
13
				<bean class="eu.dnetlib.enabling.inspector.StaticEntryPointDescriptor"
14
					p:name="mdstores" p:relativeUrl="mdstores.do" />
15
			</list>
16
		</property>
17
	</bean>
18

    
19
</beans>
20

    
    (1-1/1)