]> git.argeo.org Git - gpl/argeo-tp.git/blob - META-INF/spring/apache.felix.xml
Argeo TP v2.1.18
[gpl/argeo-tp.git] / META-INF / spring / apache.felix.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4 xmlns:util="http://www.springframework.org/schema/util" xmlns:flow="http://www.argeo.org/schema/slc-flow"
5 xsi:schemaLocation="
6 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
7 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd
8 http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd">
9
10 <!-- REGISTER -->
11 <bean id="org.apache.felix.framework" p:version="4.2.1"
12 parent="template.org.apache.felix">
13 </bean>
14 <bean id="org.apache.felix.bundlerepository" p:version="1.6.6"
15 parent="template.org.apache.felix">
16 </bean>
17 <bean id="org.apache.felix.gogo.command" p:version="0.12.0"
18 parent="template.org.apache.felix">
19 </bean>
20 <bean id="org.apache.felix.gogo.runtime" p:version="0.10.0"
21 parent="template.org.apache.felix">
22 </bean>
23 <bean id="org.apache.felix.gogo.shell" p:version="0.10.0"
24 parent="template.org.apache.felix">
25 </bean>
26
27 <!-- FACTORY -->
28 <!-- TODO sources -->
29 <bean id="template.org.apache.felix" class="org.argeo.slc.repo.osgi.UriWrapper"
30 abstract="true">
31 <property name="baseUri" value="http://archive.apache.org/dist/felix" />
32 <property name="groupId" value="org.argeo.tp.apache.felix" />
33 <property name="doNotModify" value="true" />
34 <property name="license">
35 <util:constant static-field="org.argeo.slc.repo.FreeLicense.APACHE" />
36 </property>
37 <property name="osgiFactory" ref="osgiFactory" />
38 </bean>
39 </beans>