]> git.argeo.org Git - gpl/argeo-tp.git/blob - org.argeo.tp.factory.core/META-INF/spring/distribution.xml
Prepare next development cycle
[gpl/argeo-tp.git] / org.argeo.tp.factory.core / META-INF / spring / distribution.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"
4 xmlns:p="http://www.springframework.org/schema/p"
5 xmlns:util="http://www.springframework.org/schema/util"
6 xmlns:flow="http://www.argeo.org/schema/slc-flow"
7 xsi:schemaLocation="
8 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
9 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd
10 http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd">
11
12 <!-- REGISTER -->
13 <bean id="argeo-tp"
14 class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl"
15 init-method="init" destroy-method="destroy">
16 <constructor-arg
17 value="org.argeo.tp:argeo-tp:2.1.28-SNAPSHOT" />
18 <property name="modules">
19 <list>
20 <!-- Javax -->
21 <ref bean="javax.jcr" />
22 <ref bean="javax.el-api" />
23 <ref bean="javax.interceptor-api" />
24 <ref bean="javax.enterprise.cdi-api" />
25 <ref bean="javax.transaction-api" />
26 <ref bean="javax.activation" />
27 <ref bean="javax.mail" />
28 <!-- Javax4hipsters -->
29 <ref bean="javax.websocket" />
30 <!-- <ref bean="javax.persistence" /> -->
31 <ref bean="javax.xml.bind" />
32 <!-- <ref bean="javax.ws.rs" /> -->
33 <!-- <ref bean="javax.annotation" /> -->
34
35 <!-- Standalone projects -->
36 <ref bean="misc/org.slf4j" />
37 <ref bean="slf4j.osgi" />
38 <ref bean="org.aopalliance" />
39 <ref bean="com.jcraft.jsch" />
40 <ref bean="EDU.oswego.cs.dl.util.concurrent" />
41 <ref bean="org.objectweb.asm" />
42 <ref bean="org.aspectj.weaver" />
43 <ref bean="misc/org.bouncycastle" />
44 <ref bean="bitronix.tm" />
45 <ref bean="com.googlecode.javaewah.JavaEWAH" />
46 <!-- <ref bean="org.w3c.dom.svg" /> -->
47 <ref bean="org.tukaani.xz" />
48 <ref bean="net.i2p.crypto.eddsa" />
49 <ref bean="org.yaml.snakeyaml" />
50
51 <!-- Apache -->
52 <ref bean="apache/org.apache.log4j" />
53 <!-- <ref bean="apache/org.apache.xmlgraphics" /> -->
54 <!-- <ref bean="apache/org.apache.batik" /> -->
55 <ref bean="apache/org.apache.httpcomponents.httpcore" />
56 <ref bean="apache/org.apache.httpcomponents.httpclient" />
57 <ref bean="org.apache.mina.core" />
58 <ref bean="apache/org.apache.sshd" />
59 <ref bean="org.apache.tomcat.jni" />
60
61 <!-- Apache Commons -->
62 <ref bean="apache/org.apache.commons.io" />
63 <ref bean="apache/org.apache.commons.fileupload" />
64 <ref bean="apache/org.apache.commons.collections" />
65 <ref bean="apache/org.apache.commons.collections4" />
66 <ref bean="apache/org.apache.commons.dbcp" />
67 <ref bean="apache/org.apache.commons.pool" />
68 <ref bean="apache/org.apache.commons.codec" />
69 <ref bean="apache/org.apache.commons.httpclient" />
70 <ref bean="apache/org.apache.commons.vfs" />
71 <ref bean="apache/org.apache.commons.net" />
72 <ref bean="apache/org.apache.commons.exec" />
73 <ref bean="apache/org.apache.commons.math3" />
74 <ref bean="apache/org.apache.commons.cli" />
75 <ref bean="apache/org.apache.commons.compress" />
76 <ref bean="apache/org.apache.commons.lang3" />
77
78 <!-- Web services -->
79 <ref bean="ws/jackson" />
80 <!-- <ref bean="ws/hk2" /> -->
81 <!-- <ref bean="ws/jersey" /> -->
82
83 <!-- Google -->
84 <ref bean="com.google.guava" />
85 <ref bean="com.google.guava.failureaccess" />
86 <ref bean="com.google.gson" />
87
88 <!-- Eclipse -->
89 <ref bean="eclipse/org.argeo.tp.jetty" />
90 <ref bean="eclipse/org.argeo.tp.equinox" />
91
92 <!-- Jackrabbit -->
93 <ref bean="apache/org.apache.tika" />
94 <ref bean="apache/org.apache.lucene" />
95 <ref bean="apache/org.apache.jackrabbit" />
96 <ref bean="apache/org.apache.jackrabbit.vault" />
97
98 <!-- Document generation and management -->
99 <ref bean="net.sf.jxl" />
100 <ref bean="apache/org.apache.pdfbox" />
101 <ref bean="org.apache.xml.security" />
102 <ref bean="org.apache.xmlbeans" />
103 <ref bean="org.apache.xalan" />
104 <ref bean="org.apache.xalan.serializer" />
105 <ref bean="org.apache.xml.resolver" />
106 <ref bean="org.apache.xerces" />
107 <ref bean="apache/org.apache.poi" />
108 <ref bean="org.jsoup" />
109 <ref bean="misc/com.vladsch.flexmark" />
110 <ref bean="org.freemarker" />
111
112 <!-- Databases -->
113 <ref bean="org.postgresql.jdbc42" />
114 <ref bean="org.h2" />
115
116 <!-- ALM -->
117 <ref bean="org.junit" />
118 <ref bean="org.hamcrest" />
119 <ref bean="osgi.annotation" />
120 <ref bean="org.osgi.service.metatype.annotations" />
121 <ref bean="org.osgi.service.component.annotations" />
122 <ref bean="biz.aQute.bndlib" />
123 <ref bean="org.redline-rpm" />
124 <ref bean="org.eclipse.jgit" />
125 </list>
126 </property>
127 </bean>
128
129 <bean id="argeo-tp-rap-e4"
130 class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl"
131 init-method="init" destroy-method="destroy">
132 <constructor-arg
133 value="org.argeo.tp:argeo-tp-rap-e4:2.1.28-SNAPSHOT" />
134 <property name="modules">
135 <list>
136 <ref bean="eclipse/org.argeo.tp.rap.e4" />
137 </list>
138 </property>
139 </bean>
140
141 <bean id="argeo-tp-rcp-e4"
142 class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl"
143 init-method="init" destroy-method="destroy">
144 <constructor-arg
145 value="org.argeo.tp:argeo-tp-rcp-e4:2.1.28-SNAPSHOT" />
146 <property name="modules">
147 <list>
148 <ref bean="eclipse/org.argeo.tp.rcp.e4" />
149 <ref bean="org.eclipse.text" />
150 <ref bean="org.eclipse.jface.text" />
151 </list>
152 </property>
153 </bean>
154
155 <bean id="argeo-tp-rap-e3"
156 class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl"
157 init-method="init" destroy-method="destroy">
158 <constructor-arg
159 value="org.argeo.tp:argeo-tp-rap-e3:2.1.28-SNAPSHOT" />
160 <property name="modules">
161 <list>
162 <ref bean="eclipse/org.argeo.tp.rap.platform" />
163 </list>
164 </property>
165 </bean>
166
167 <!-- Factory -->
168 <bean id="osgiFactory"
169 class="org.argeo.slc.repo.osgi.OsgiFactoryImpl" init-method="init"
170 destroy-method="destroy">
171 <property name="workspace" value="argeo-2.1" />
172 <property name="nodeIndexers">
173 <list>
174 <bean class="org.argeo.slc.repo.ModularDistributionIndexer" />
175 <bean class="org.argeo.slc.repo.JarFileIndexer" />
176 <bean class="org.argeo.slc.repo.ArtifactIndexer" />
177 <bean class="org.argeo.slc.repo.PdeSourcesIndexer" />
178 </list>
179 </property>
180 <property name="mirrors">
181 <map>
182 <entry key="http://archive.apache.org/dist">
183 <list>
184 <value>http://mirror.netcologne.de/apache.org</value>
185 <value>http://archive.apache.org/dist</value>
186 </list>
187 </entry>
188 <entry key="http://www.eclipse.org/downloads">
189 <list>
190 <value>https://archive.eclipse.org/</value>
191 <value>http://ftp-stud.hs-esslingen.de/Mirrors/eclipse/</value>
192 <value>http://ftp.fau.de/eclipse/</value>
193 <!-- <value>http://eclipse.mirror.garr.it/mirrors/eclipse</value> -->
194 <!-- <value>http://mirror.netcologne.de/eclipse</value> -->
195 <!-- <value>http://mirror.selfnet.de/eclipse</value> -->
196 <!-- <value><![CDATA[http://www.eclipse.org/downloads/download.php?file=]]></value> -->
197 </list>
198 </entry>
199 </map>
200 </property>
201 <property name="mavenRepositories">
202 <list>
203 <value>https://repo1.maven.org/maven2/</value>
204 <value>http://download.eclipse.org/gemini/mvn/</value>
205 </list>
206 </property>
207 <property name="javaRepository" ref="javaRepository" />
208 <property name="distRepository" ref="distRepository" />
209 </bean>
210
211 <flow:flow name="processDistribution">
212 <bean class="org.argeo.slc.repo.osgi.ProcessDistribution">
213 <property name="osgiDistribution" ref="argeo-tp" />
214 <property name="osgiFactory" ref="osgiFactory" />
215 </bean>
216 <bean class="org.argeo.slc.repo.osgi.ProcessDistribution">
217 <property name="osgiDistribution" ref="argeo-tp-rap-e4" />
218 <property name="osgiFactory" ref="osgiFactory" />
219 </bean>
220 <bean class="org.argeo.slc.repo.osgi.ProcessDistribution">
221 <property name="osgiDistribution" ref="argeo-tp-rcp-e4" />
222 <property name="osgiFactory" ref="osgiFactory" />
223 </bean>
224 <bean class="org.argeo.slc.repo.osgi.ProcessDistribution">
225 <property name="osgiDistribution" ref="argeo-tp-rap-e3" />
226 <property name="osgiFactory" ref="osgiFactory" />
227 </bean>
228 </flow:flow>
229
230 <!-- Security -->
231 <bean
232 class="org.argeo.slc.spring.auth.AuthenticatedApplicationContextInitialization" />
233 </beans>