]> git.argeo.org Git - gpl/argeo-tp.git/blob - META-INF/spring/org.argeo.tp.javax.xml
Argeo TP v2.1.2
[gpl/argeo-tp.git] / META-INF / spring / org.argeo.tp.javax.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="javax.annotation" p:version="3.0.0" parent="template.javax" />
12 <bean id="javax.el" p:version="2.2.0" parent="template.javax" />
13 <bean id="javax.servlet" p:version="3.0.0" parent="template.javax" />
14 <bean id="javax.servlet.jsp" p:version="2.2.0" parent="template.javax" />
15
16 <bean id="javax.inject" flow:as-flow="org.argeo.tp.javax/javax.inject"
17 p:version="1.0.0" p:groupId="org.argeo.tp.javax" p:sourceCoords="javax.inject:javax.inject:1"
18 parent="template.mavenWrapper" />
19
20 <bean id="javax.jcr" flow:as-flow="org.argeo.tp.javax/javax.jcr"
21 p:version="2.0.0" p:groupId="org.argeo.tp.javax" p:sourceCoords="javax.jcr:jcr:2.0"
22 parent="template.mavenWrapper" />
23
24 <!-- FACTORY -->
25 <bean id="template.javax" parent="template.bndWrapper" abstract="true">
26 <property name="groupId" value="org.argeo.tp.javax" />
27 <property name="license">
28 <util:constant static-field="org.argeo.slc.repo.FreeLicense.CDDL" />
29 </property>
30 </bean>
31 </beans>