Skip to content
Snippets Groups Projects
standard-technologies-applicationContext.xml 1.09 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:tx="http://www.springframework.org/schema/tx"
        xmlns:plugins="http://www.springframework.org/schema/context"
        xsi:schemaLocation="http://www.springframework.org/schema/beans
                http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
                http://www.springframework.org/schema/tx
                http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
                http://www.springframework.org/schema/context
                http://www.springframework.org/schema/context/spring-context-2.5.xsd">
    
        <import resource="applicationContext.xml"/>
        <import resource="proteomics-plugin-applicationContext.xml"/>
        <import resource="screening-plugin-applicationContext.xml"/>
        
    
        <plugins:component-scan base-package="ch.systemsx.cisd.openbis" annotation-config="false">
            <plugins:exclude-filter type="annotation" expression="org.springframework.stereotype.Controller" />