Argeo TP v2.1.16
[gpl/argeo-tp.git] / META-INF / spring / eclipse.equinox.xml
index b5baaaa3b3185b586765c2e602dcd92c3fd61d8f..29d20feb9bfe3cc0662a7652c0776a0574d5ec65 100644 (file)
@@ -8,8 +8,8 @@
        http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-0.12.xsd">
 
        <flow:flow name="eclipse/org.argeo.tp.equinox" parent="template.importEquinox">
-               <flow:arg name="equinoxRelease" value="LunaSR1" />
-               <flow:arg name="equinoxTimestamp" value="201409250400" />
+               <flow:arg name="equinoxRelease" value="Neon.1" />
+               <flow:arg name="equinoxTimestamp" value="201609071200" />
        </flow:flow>
 
        <!-- Equinox specs and templates -->
@@ -47,6 +47,7 @@
                                        <entry key="plugins/org.eclipse.equinox.console.source_*.jar"
                                                value="org.argeo.tp.equinox" />
                                        <entry key="plugins/org.eclipse.equinox.ds*.jar" value="org.argeo.tp.equinox" />
+                                       <entry key="plugins/org.eclipse.equinox.metatype*.jar" value="org.argeo.tp.equinox" />
                                        <entry key="plugins/org.eclipse.equinox.event*.jar" value="org.argeo.tp.equinox" />
                                        <entry key="plugins/org.eclipse.equinox.http.jetty*.jar"
                                                value="org.argeo.tp.equinox" />
                        <property name="osgiFactory" ref="osgiFactory" />
                </bean>
        </flow:flow>
+
+       <flow:flow name="eclipse/org.eclipse.jdt.core.compiler.batch"
+               spec="equinoxVersion.spec">
+               <flow:arg name="equinoxRelease" value="4.4.1" />
+               <flow:arg name="equinoxTimestamp" value="201409250400" />
+               <bean id="org.eclipse.jdt.core.compiler.batch" class="org.argeo.slc.repo.osgi.UriWrapper">
+                       <!-- TODO URI wrapper should be able to read OSGi metadata -->
+                       <property name="version" value="3.10.0.v20140902-0626" />
+                       <property name="uri"
+                               value="http://www.eclipse.org/downloads/eclipse/downloads/drops4/R-@{equinoxRelease}-@{equinoxTimestamp}/ecj-@{equinoxRelease}.jar" />
+                       <property name="groupId" value="org.argeo.tp.equinox" />
+                       <property name="doNotModify" value="true" />
+                       <property name="license">
+                               <util:constant static-field="org.argeo.slc.repo.FreeLicense.EPL" />
+                       </property>
+                       <property name="osgiFactory" ref="osgiFactory" />
+                       <property name="sourcesProvider">
+                               <bean class="org.argeo.slc.repo.osgi.ArchiveSourcesProvider">
+                                       <property name="uri"
+                                               value="http://www.eclipse.org/downloads/eclipse/downloads/drops4/R-@{equinoxRelease}-@{equinoxTimestamp}/ecjsrc-@{equinoxRelease}.jar" />
+                                       <property name="osgiFactory" ref="osgiFactory" />
+                               </bean>
+                       </property>
+               </bean>
+       </flow:flow>
+
 </beans>
\ No newline at end of file