Merge TP extras
[gpl/argeo-tp.git] / META-INF / spring / distribution.xml
index afbf0c5fe2a9045d96111ccee953d40aed2f9f6a..c1cb5b83598860b3c35a4b2d2a86cadfd2c6bae8 100644 (file)
@@ -10,7 +10,7 @@
        <!-- 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.13" />
+               <constructor-arg value="org.argeo.tp:argeo-tp:2.1.14" />
                <property name="modules">
                        <list>
                                <!-- Javax -->
                                
                                <!-- 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>
@@ -83,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" />
        <!-- Security -->
        <bean
                class="org.argeo.security.core.AuthenticatedApplicationContextInitialization">
-               <property name="beanNames">
-                       <list>
-                               <value>osgiFactory</value>
-                       </list>
-               </property>
+<!--           <property name="beanNames"> -->
+<!--                   <list> -->
+<!--                           <value>osgiFactory</value> -->
+<!--                           <value>argeo-tp</value> -->
+<!--                   </list> -->
+<!--           </property> -->
        </bean>
 </beans>
\ No newline at end of file