Project

General

Profile

« Previous | Next » 

Revision 41148

Implemented Indexing

View differences:

applicationContext-repohi.xml
1 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
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
2
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
       xmlns:p="http://www.springframework.org/schema/p" xmlns="http://www.springframework.org/schema/beans"
4
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
5 5

  
6 6
	<bean id="metaWfPumaHiMetadataContent" class="eu.dnetlib.msro.workflows.metawf.DatasourceMetaWorkflow"
7 7
		p:destroyWorkflowTemplate="classpath:/eu/dnetlib/msro/puma/workflows/repo/repobye.wf.st"
......
16 16
						<bean class="eu.dnetlib.msro.workflows.metawf.WorkflowTree"
17 17
							p:name="transform"
18 18
							p:template="classpath:/eu/dnetlib/msro/puma/workflows/repo/transform.wf.st">
19
							<property name="children">
20
								<list>
21
									<bean class="eu.dnetlib.msro.workflows.metawf.WorkflowTree"
22
										p:name="index" p:start="manual"
23
										p:template="classpath:/eu/dnetlib/msro/puma/workflows/repo/index.wf.st">
24
									</bean>
25
								</list>
26
							</property>
27 19
						</bean>
28 20
					</list>
29 21
				</property>

Also available in: Unified diff