Merge Argeo TP Extras to Argeo Distribution.
[gpl/argeo-tp.git] / org.argeo.tp.factory.extras / META-INF / spring / graalvm.xml
diff --git a/org.argeo.tp.factory.extras/META-INF/spring/graalvm.xml b/org.argeo.tp.factory.extras/META-INF/spring/graalvm.xml
new file mode 100644 (file)
index 0000000..f924a3d
--- /dev/null
@@ -0,0 +1,22 @@
+<?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"
+       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-1.2.xsd">
+
+       <bean id="org.graalvm.sdk"
+               p:sourceCoords="org.graalvm.sdk:graal-sdk:19.2.0.1"
+               p:version="19.2.0.1" parent="template.mavenWrapper">
+               <!-- <property name="license"> -->
+               <!-- <util:constant -->
+               <!-- static-field="org.argeo.slc.repo.FreeLicense.UPL" /> -->
+               <!-- </property> -->
+               <property name="groupId" value="org.argeo.tp.graalvm" />
+       </bean>
+
+</beans>
\ No newline at end of file