]> git.argeo.org Git - gpl/argeo-tp.git/blob - META-INF/spring/org.argeo.tp.javax.xml
1fc9ecd4d58956f745e5b27b4e55095bb60349ca
[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 <!-- FACTORY -->
21 <bean id="template.javax" parent="template.bndWrapper" abstract="true">
22 <property name="groupId" value="org.argeo.tp.javax" />
23 <property name="license">
24 <util:constant static-field="org.argeo.slc.repo.FreeLicense.CDDL" />
25 </property>
26 </bean>
27 </beans>