]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.support.equinox/META-INF/spring/osgi.xml
Start repairing SLC console command
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.equinox / META-INF / spring / osgi.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org> Licensed under
3 the Apache License, Version 2.0 (the "License"); you may not use this file
4 except in compliance with the License. You may obtain a copy of the License
5 at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
6 law or agreed to in writing, software distributed under the License is distributed
7 on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
8 express or implied. See the License for the specific language governing permissions
9 and limitations under the License. -->
10
11 <beans:beans xmlns="http://www.springframework.org/schema/osgi"
12 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"
13 xsi:schemaLocation="http://www.springframework.org/schema/osgi
14 http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd
15 http://www.springframework.org/schema/beans
16 http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
17 <!-- SERVICES -->
18 <service interface="org.eclipse.osgi.framework.console.CommandProvider"
19 ref="commandProvider" />
20 </beans:beans>