Switch to unified view

a/src/main/resources/META-INF/spring/bundle-context-osgi.xml b/src/main/resources/META-INF/spring/bundle-context-osgi.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:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
       xmlns:osgi="http://www.springframework.org/schema/osgi"
4
       xmlns:osgi="http://www.springframework.org/schema/osgi"
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-2.5.xsd
6
       http://www.springframework.org/schema/beans/spring-beans.xsd
8
       http://www.springframework.org/schema/osgi
7
       http://www.springframework.org/schema/osgi
9
       http://www.springframework.org/schema/osgi/spring-osgi.xsd">
8
       http://www.springframework.org/schema/osgi/spring-osgi.xsd">
10
9
11
    <!-- definitions using elements of the osgi namespace can be included
12
         in this file. There is no requirement to keep these definitions
13
         in a separate file if you do not want to. The rationale for
14
         keeping these definitions separate is to facilitate integration
15
         testing of the bundle outside of an OSGi container -->
16
17
    <osgi:service interface="net.timbusproject.extractors.core.IExtractor" ref="extractor"/>
10
    <osgi:service interface="net.timbusproject.extractors.core.IExtractor" ref="extractor"/>
18
11
19
    <osgi:service ref="LOGGER" interface="org.osgi.service.log.LogService"/>
20
21
</beans>
12
</beans>