Adapt to changes in SLC.
[gpl/argeo-tp.git] / META-INF / spring / eclipse.rcp.e4.xml
index d149bf4b8971a0f871c7ffd002e13d323ded6caa..f67aa01cce19314f690f656995e47238b24f54b2 100644 (file)
@@ -1,19 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
-       xmlns:util="http://www.springframework.org/schema/util" xmlns:flow="http://www.argeo.org/schema/slc-flow"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns:p="http://www.springframework.org/schema/p"
+       xmlns:util="http://www.springframework.org/schema/util"
+       xmlns:flow="http://www.argeo.org/schema/slc-flow"
        xsi:schemaLocation="
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
        http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd
        http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-0.12.xsd">
 
-       <!-- RCP 3.8 -->
-       <flow:flow name="eclipse/org.argeo.tp.rcp.e4" parent="template.eclipseRcp">
-               <flow:arg name="version" value="4.7.2" />
-               <flow:arg name="release" value="R-4.7.2-201711300510" />
+       <flow:flow name="eclipse/org.argeo.tp.rcp.e4"
+               parent="template.eclipseRcp">
+               <flow:arg name="version" value="4.13" />
+               <flow:arg name="release" value="R-4.13-201909161045" />
        </flow:flow>
 
-       <!-- RAP specs and templates -->
+       <bean id="org.eclipse.jface.text" parent="template.eclipseMaven"
+               p:sourceCoords="org.eclipse.platform:org.eclipse.jface.text:3.15.300" />
+       <bean id="org.eclipse.text" parent="template.eclipseMaven"
+               p:sourceCoords="org.eclipse.platform:org.eclipse.text:3.9.0" />
+
+       <!-- RCP specs and templates -->
        <flow:spec id="spec.eclipseRcp">
                <flow:primitive name="version" isParameter="true" />
                <flow:primitive name="release" isParameter="true" />
                        <property name="osgiFactory" ref="osgiFactory" />
                </bean>
        </flow:flow>
+
+       <bean id="template.eclipseMaven" parent="template.mavenWrapper"
+               abstract="true">
+               <property name="groupId" value="org.argeo.tp.rcp.e4" />
+               <property name="license">
+                       <util:constant
+                               static-field="org.argeo.slc.repo.FreeLicense.EPL" />
+               </property>
+               <property name="doNotModify" value="true" />
+       </bean>
+
 </beans>
\ No newline at end of file