blob: c36f0094f2086d18e2fde9fcdcbc43148fea0fbb [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
#if( $jakartaEEVersion == '8.0.0')
#set( $xmlns = 'https://xmlns.jcp.org/xml/ns/javaee' )
#set( $xsiSchemaLocation = 'https://xmlns.jcp.org/xml/ns/javaee https://xmlns.jcp.org/xml/ns/javaee/beans_2_0.xsd' )
#set( $version = '2.0' )
#else
#set( $xmlns = 'https://jakarta.ee/xml/ns/jakartaee' )
#if( $jakartaEEVersion == '9.0.0' || $jakartaEEVersion == '9.1.0' )
#set( $xsiSchemaLocation = 'https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd' )
#set( $version = '3.0' )
#else
#set( $xsiSchemaLocation = 'https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd' )
#set( $version = '4.0' )
#end
#end
<beans xmlns="$xmlns"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="$xsiSchemaLocation"
bean-discovery-mode="all"
version="$version">
</beans>