]> git.argeo.org Git - gpl/argeo-tp.git/blob - META-INF/spring/distribution.xml
Update Apache Commons.
[gpl/argeo-tp.git] / 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.25-SNAPSHOT" />
18 <property name="modules">
19 <list>
20 <!-- Javax -->
21 <ref bean="javax.jcr" />
22 <ref bean="javax.transaction" />
23 <ref bean="javax.mail" />
24 <ref bean="javax.websocket" />
25
26 <!-- Builder -->
27 <ref bean="biz.aQute.bnd" />
28 <!-- <ref bean="eclipse/org.eclipse.jdt.core.compiler.batch" /> -->
29
30 <!-- Standalone projects -->
31 <ref bean="misc/org.slf4j" />
32 <ref bean="org.aopalliance" />
33 <ref bean="org.junit" />
34 <!-- <ref bean="org.joda.time" /> -->
35 <ref bean="com.jcraft.jsch" />
36 <ref bean="EDU.oswego.cs.dl.util.concurrent" />
37 <ref bean="org.objectweb.asm" />
38 <ref bean="org.aspectj.weaver" />
39 <ref bean="misc/org.bouncycastle" />
40 <!-- <ref bean="org.quartz-scheduler.quartz" /> -->
41 <!-- <ref bean="org.quartz-scheduler.quartz.jobs" /> -->
42 <ref bean="bitronix.tm" />
43 <!-- <ref bean="misc/org.w3c.css.sac" /> -->
44 <!-- <ref bean="com.steadystate.css" /> -->
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
50 <!-- Apache -->
51 <ref bean="apache/org.apache.log4j" />
52 <ref bean="apache/org.apache.xmlgraphics" />
53 <ref bean="apache/org.apache.batik" />
54 <ref bean="apache/org.apache.httpcomponents.httpcore" />
55 <ref bean="apache/org.apache.httpcomponents.httpclient" />
56 <ref bean="org.apache.mina.core" />
57 <ref bean="apache/org.apache.sshd" />
58 <ref bean="org.apache.tomcat.jni" />
59 <!-- <ref bean="org.apache.aries.util" /> -->
60 <!-- <ref bean="org.apache.aries.spifly.dynamic.bundle" /> -->
61
62 <!-- Apache Commons -->
63 <ref bean="apache/org.apache.commons.io" />
64 <ref bean="apache/org.apache.commons.fileupload" />
65 <ref bean="apache/org.apache.commons.collections" />
66 <ref bean="apache/org.apache.commons.collections4" />
67 <ref bean="apache/org.apache.commons.dbcp" />
68 <ref bean="apache/org.apache.commons.pool" />
69 <ref bean="apache/org.apache.commons.codec" />
70 <ref bean="apache/org.apache.commons.httpclient" />
71 <ref bean="apache/org.apache.commons.vfs" />
72 <ref bean="apache/org.apache.commons.net" />
73 <ref bean="apache/org.apache.commons.exec" />
74 <ref bean="apache/org.apache.commons.math3" />
75 <ref bean="apache/org.apache.commons.cli" />
76 <!-- <ref bean="apache/org.apache.commons.jxpath" /> -->
77 <!-- <ref bean="apache/org.apache.commons.jci" /> -->
78 <ref bean="apache/org.apache.commons.compress" />
79 <ref bean="apache/org.apache.commons.lang3" />
80
81 <!-- Google -->
82 <ref bean="com.google.guava" />
83 <ref bean="com.google.gson" />
84
85 <!-- Eclipse -->
86 <ref bean="eclipse/org.argeo.tp.jetty" />
87 <ref bean="eclipse/org.argeo.tp.equinox" />
88
89 <!-- Jackrabbit -->
90 <ref bean="apache/org.apache.tika" />
91 <ref bean="apache/org.apache.lucene" />
92 <ref bean="apache/org.apache.jackrabbit" />
93 <ref bean="apache/org.apache.jackrabbit.vault" />
94
95 <!-- Document generation and management -->
96 <ref bean="net.sf.jxl" />
97 <ref bean="apache/org.apache.pdfbox" />
98 <ref bean="org.apache.xml.security" />
99 <ref bean="org.apache.xmlbeans" />
100 <ref bean="org.apache.xalan" />
101 <ref bean="org.apache.xalan.serializer" />
102 <ref bean="org.apache.xml.resolver" />
103 <ref bean="org.apache.xerces" />
104 <ref bean="apache/org.apache.poi" />
105 <ref bean="org.jsoup" />
106 <ref bean="misc/com.vladsch.flexmark" />
107 <ref bean="org.freemarker" />
108
109 <!-- Databases -->
110 <ref bean="org.postgresql.jdbc42" />
111 <ref bean="org.h2" />
112 <!-- <ref bean="org.dbunit" /> -->
113 <!-- ALM -->
114 <ref bean="org.redline-rpm" />
115 <ref bean="org.eclipse.jgit" />
116 <!-- <ref bean="misc/org.tmatesoft.svnkit" /> -->
117 </list>
118 </property>
119 </bean>
120
121 <bean id="argeo-tp-rap-e4"
122 class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl"
123 init-method="init" destroy-method="destroy">
124 <constructor-arg
125 value="org.argeo.tp:argeo-tp-rap-e4:2.1.25-SNAPSHOT" />
126 <property name="modules">
127 <list>
128 <ref bean="eclipse/org.argeo.tp.rap.e4" />
129 </list>
130 </property>
131 </bean>
132
133 <bean id="argeo-tp-rcp-e4"
134 class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl"
135 init-method="init" destroy-method="destroy">
136 <constructor-arg
137 value="org.argeo.tp:argeo-tp-rcp-e4:2.1.25-SNAPSHOT" />
138 <property name="modules">
139 <list>
140 <ref bean="eclipse/org.argeo.tp.rcp.e4" />
141 </list>
142 </property>
143 </bean>
144
145 <bean id="argeo-tp-rap-e3"
146 class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl"
147 init-method="init" destroy-method="destroy">
148 <constructor-arg
149 value="org.argeo.tp:argeo-tp-rap-e3:2.1.25-SNAPSHOT" />
150 <property name="modules">
151 <list>
152 <ref bean="eclipse/org.argeo.tp.rap.platform" />
153 </list>
154 </property>
155 </bean>
156
157 <!-- Factory -->
158 <bean id="osgiFactory"
159 class="org.argeo.slc.repo.osgi.OsgiFactoryImpl" init-method="init"
160 destroy-method="destroy">
161 <property name="workspace" value="argeo-2.1" />
162 <property name="nodeIndexers">
163 <list>
164 <bean class="org.argeo.slc.repo.ModularDistributionIndexer" />
165 <bean class="org.argeo.slc.repo.JarFileIndexer" />
166 <bean class="org.argeo.slc.repo.ArtifactIndexer" />
167 <bean class="org.argeo.slc.repo.PdeSourcesIndexer" />
168 </list>
169 </property>
170 <property name="mirrors">
171 <map>
172 <entry key="http://archive.apache.org/dist">
173 <list>
174 <value>http://mirror.netcologne.de/apache.org</value>
175 <value>http://archive.apache.org/dist</value>
176 </list>
177 </entry>
178 <entry key="http://www.eclipse.org/downloads">
179 <list>
180 <value>http://ftp-stud.hs-esslingen.de/Mirrors/eclipse/</value>
181 <value>http://ftp.fau.de/eclipse/</value>
182 <!-- <value>http://eclipse.mirror.garr.it/mirrors/eclipse</value> -->
183 <!-- <value>http://mirror.netcologne.de/eclipse</value> -->
184 <!-- <value>http://mirror.selfnet.de/eclipse</value> -->
185 <!-- <value><![CDATA[http://www.eclipse.org/downloads/download.php?file=]]></value> -->
186 </list>
187 </entry>
188 </map>
189 </property>
190 <property name="mavenRepositories">
191 <list>
192 <value>http://repo1.maven.org/maven2/</value>
193 <value>http://download.eclipse.org/gemini/mvn/</value>
194 </list>
195 </property>
196 <property name="javaRepository" ref="javaRepository" />
197 <property name="distRepository" ref="distRepository" />
198 </bean>
199
200 <flow:flow name="processDistribution">
201 <bean class="org.argeo.slc.repo.osgi.ProcessDistribution">
202 <property name="osgiDistribution" ref="argeo-tp" />
203 <property name="osgiFactory" ref="osgiFactory" />
204 </bean>
205 <bean class="org.argeo.slc.repo.osgi.ProcessDistribution">
206 <property name="osgiDistribution" ref="argeo-tp-rap-e4" />
207 <property name="osgiFactory" ref="osgiFactory" />
208 </bean>
209 <bean class="org.argeo.slc.repo.osgi.ProcessDistribution">
210 <property name="osgiDistribution" ref="argeo-tp-rcp-e4" />
211 <property name="osgiFactory" ref="osgiFactory" />
212 </bean>
213 <bean class="org.argeo.slc.repo.osgi.ProcessDistribution">
214 <property name="osgiDistribution" ref="argeo-tp-rap-e3" />
215 <property name="osgiFactory" ref="osgiFactory" />
216 </bean>
217 </flow:flow>
218
219 <!-- Security -->
220 <bean
221 class="org.argeo.cms.spring.AuthenticatedApplicationContextInitialization" />
222 </beans>