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