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