Switch to unified view

a/src/main/resources/META-INF/spring/bundle-context.xml b/src/main/resources/META-INF/spring/bundle-context.xml
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<beans xmlns="http://www.springframework.org/schema/beans"
2
<beans xmlns="http://www.springframework.org/schema/beans"
3
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
       xmlns:context="http://www.springframework.org/schema/context"
4
       xmlns:context="http://www.springframework.org/schema/context"
4
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
       xsi:schemaLocation="
6
       http://www.springframework.org/schema/beans
5
       xsi:schemaLocation="http://www.springframework.org/schema/beans
7
       http://www.springframework.org/schema/beans/spring-beans.xsd
6
       http://www.springframework.org/schema/beans/spring-beans.xsd
8
       http://www.springframework.org/schema/context
7
       http://www.springframework.org/schema/context
9
       http://www.springframework.org/schema/context/spring-context.xsd">
8
       http://www.springframework.org/schema/context/spring-context.xsd">
10
9
11
    <bean name="extractor" class="net.timbusproject.extractors.modules.tavernaextractor.TavernaExtractor"/>
10
    <bean name="extractor" class="net.timbusproject.extractors.modules.tavernaextractor.TavernaExtractorOSGi"/>
12
11
13
    <!-- Enable @AutoWire -->
14
    <context:annotation-config/>
12
    <context:annotation-config/>
13
15
</beans>
14
</beans>