Argeo TP v2.1.16
[gpl/argeo-tp.git] / META-INF / spring / distribution.xml
index 01c3c92f9f22303f1d49823c7e438570a10f1a6b..ef0f16d476516633c26ca696aa755dddf3cb65a9 100644 (file)
        <!-- REGISTER -->
        <bean id="argeo-tp" class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl"
                init-method="init" destroy-method="destroy">
-               <constructor-arg value="org.argeo.tp:argeo-tp:2.1.2" />
+               <constructor-arg value="org.argeo.tp:argeo-tp:2.1.16" />
                <property name="modules">
                        <list>
+                               <!-- Javax -->
+                               <ref bean="javax.inject" />
+                               <ref bean="javax.jcr" />
+                               <ref bean="javax.mail" />
+                               <ref bean="javax.transaction" />
+
+                               <!-- Builder -->
+                               <ref bean="biz.aQute.bnd" />
+                               <ref bean="eclipse/org.eclipse.jdt.core.compiler.batch" />
+
+                               <!-- Standalone projects -->
                                <ref bean="apache/org.apache.log4j" />
                                <ref bean="misc/org.slf4j" />
                                <ref bean="org.aopalliance" />
                                <ref bean="org.junit" />
                                <ref bean="org.h2" />
-                               <ref bean="joda-time" />
+                               <ref bean="org.joda.time" />
                                <ref bean="com.jcraft.jsch" />
                                <ref bean="EDU.oswego.cs.dl.util.concurrent" />
-                               <ref bean="javax.el" />
-                               <ref bean="javax.inject" />
-                               <ref bean="misc/org.aspectj" />
+                               <ref bean="org.objectweb.asm" />
+                               <ref bean="org.aspectj.weaver" />
                                <ref bean="misc/org.bouncycastle" />
-                               <ref bean="spring/org.springframework" />
-                               <ref bean="org.springframework.ldap" />
-                               <ref bean="spring/org.springframework.security" />
                                <ref bean="apache/org.apache.ant" />
+                               <ref bean="org.quartz-scheduler.quartz" />
+                               <ref bean="org.quartz-scheduler.quartz.jobs" />
+                               <ref bean="bitronix.tm" />
+                               <ref bean="misc/org.w3c.css.sac" />
+                               <ref bean="com.steadystate.css" />
+
+                               <!-- Apache Commons -->
                                <ref bean="apache/org.apache.commons.io" />
                                <ref bean="apache/org.apache.commons.fileupload" />
                                <ref bean="apache/org.apache.commons.collections" />
                                <ref bean="apache/org.apache.commons.codec" />
                                <ref bean="apache/org.apache.commons.httpclient" />
                                <ref bean="apache/org.apache.commons.vfs" />
+                               <ref bean="apache/org.apache.commons.net" />
                                <ref bean="apache/org.apache.commons.exec" />
-                               <!-- Felix -->
-                               <!-- <ref bean="org.apache.felix.framework" /> -->
-                               <!-- <ref bean="org.apache.felix.bundlerepository" /> -->
-                               <!-- <ref bean="org.apache.felix.gogo.command" /> -->
-                               <!-- <ref bean="org.apache.felix.gogo.runtime" /> -->
-                               <!-- <ref bean="org.apache.felix.gogo.shell" /> -->
+                               <ref bean="apache/org.apache.commons.jci" />
+                               <ref bean="apache/org.apache.commons.compress" />
+
+                               <!-- Google -->
+                               <ref bean="com.google.guava" />
+                               <ref bean="com.google.gson" />
+
                                <!-- Eclipse -->
                                <ref bean="eclipse/org.argeo.tp.jetty" />
                                <ref bean="eclipse/org.argeo.tp.equinox" />
                                <ref bean="eclipse/org.argeo.tp.gemini" />
-                               <!-- <ref bean="org.argeo.tp.gemini/org.gemini.web" /> -->
-                               <!-- <ref bean="org.eclipse.gemini.web.core" /> -->
-                               <!-- <ref bean="org.eclipse.gemini.web.extender" /> -->
-                               <!-- <ref bean="org.eclipse.gemini.web.tomcat" /> -->
+
+                               <!-- Eclipse RAP -->
+                               <ref bean="eclipse/org.argeo.tp.rap.platform" />
+                               <!-- <ref bean="eclipse/org.argeo.tp.rap.addons" /> -->
+
                                <!-- Jackrabbit -->
-                               <ref bean="javax/javax.jcr" />
                                <ref bean="apache/org.apache.tika" />
                                <ref bean="apache/org.apache.lucene" />
                                <ref bean="apache/org.apache.jackrabbit" />
+
+                               <!-- Spring -->
+                               <ref bean="spring/org.springframework" />
+
+                               <!-- Document generation and management -->
+                               <ref bean="net.sf.jxl" />
+                               <ref bean="apache/org.apache.pdfbox" />
+                               <!-- Databases -->
+                               <ref bean="org.postgresql.postgresql" />
+                               <ref bean="org.dbunit" />
+                               <!-- ALM -->
+                               <ref bean="eclipse/org.eclipse.aether" />
+                               <ref bean="org.redline-rpm" />
+                               <!-- Needs https://code.google.com/p/javaewah/ -->
+                               <!-- <ref bean="org.eclipse.jgit" /> -->
+                               <ref bean="misc/org.tmatesoft.svnkit" />
                        </list>
                </property>
        </bean>
@@ -64,7 +96,7 @@
        <!-- Factory -->
        <bean id="osgiFactory" class="org.argeo.slc.repo.osgi.OsgiFactoryImpl"
                init-method="init" destroy-method="destroy">
-               <property name="workspace" value="argeo-tp-2.1" />
+               <property name="workspace" value="argeo-2.1" />
                <property name="nodeIndexers">
                        <list>
                                <bean class="org.argeo.slc.repo.ModularDistributionIndexer" />
                                </entry>
                                <entry key="http://www.eclipse.org/downloads">
                                        <list>
+                                               <value>http://eclipse.mirror.garr.it/mirrors/eclipse</value>
                                                <value>http://mirror.netcologne.de/eclipse</value>
                                                <value>http://mirror.selfnet.de/eclipse</value>
                                                <value><![CDATA[http://www.eclipse.org/downloads/download.php?file=]]></value>
 
        <!-- Security -->
        <bean
-               class="org.argeo.security.core.AuthenticatedApplicationContextInitialization">
-               <property name="authenticationManager" ref="authenticationManager" />
-               <property name="beanNames">
-                       <list>
-                               <value>osgiFactory</value>
-                       </list>
-               </property>
-       </bean>
+               class="org.argeo.cms.spring.AuthenticatedApplicationContextInitialization" />
 </beans>
\ No newline at end of file