Project

General

Profile

« Previous | Next » 

Revision 49879

merged newAPI branch

View differences:

applicationContext.xml
31 31
    <import resource="classpath*:/eu/dnetlib/repos/springContext-repos-dms-cached.xml"/>
32 32

  
33 33
    <context:component-scan base-package="eu.dnetlib.repo.manager.server"/>
34
    <context:component-scan base-package="eu.dnetlib.repo.manager.service.controllers"/>
34 35
    <!--<context:component-scan base-package="gr.uoa.di.driver"/>-->
35 36
    <context:annotation-config/>
36 37

  
38

  
37 39
    <bean class="eu.dnetlib.repo.manager.server.config.CascadingPropertyLoader"
38 40
          id="propertyLoader">
39 41
        <property name="order" value="2"/>
......
52 54

  
53 55
                <value>classpath*:/eu/dnetlib/repo/manager/server/email-texts.properties</value>
54 56

  
57

  
55 58
                <value>classpath*:dnet-site-wizard.properties</value>
56 59
                <value>classpath*:dnet-site-override.properties</value>
57 60
                <value>classpath*:dnet-wizard.properties</value>
......
60 63
                <value>classpath*:dnet-validator-override.properties</value>
61 64
                <value>classpath*:dnet-site-force-override.properties</value>
62 65
                <value>classpath*:dnet-force-override.properties</value>
66

  
67
                <value>classpath*:/eu/**/application.properties</value>
68

  
63 69
            </list>
64 70
        </property>
65 71
    </bean>

Also available in: Unified diff