META-INF.magnolia.yaml-extensions.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of light-yaml Show documentation
Show all versions of light-yaml Show documentation
Enhances extension capabilities of Yaml configuration files (~ to JCR 'extends' property),
provides connection to the JCR config workspace and to all the registries as well
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module SYSTEM "module.dtd" > <module> <name>yaml-extensions</name> <displayName>${project.name}</displayName> <description>${project.description}</description> <class>org.mgnlconfig.YamlExtensions</class> <version>${project.version}</version> <components> <id>main</id> <component> <type>info.magnolia.config.source.ConfigurationSourceFactory</type> <implementation>org.mgnlconfig.ExtendedConfigSourceFactory</implementation> <scope>singleton</scope> </component> </components> <dependencies> <dependency> <name>core</name> <version>5.4.6/*</version> </dependency> <dependency> <name>config</name> <version>5.4.6/*</version> </dependency> <dependency> <name>resource-loader</name> <version>5.4.6/*</version> </dependency> </dependencies> </module>