org.cruxframework.crux.tools.crux-module-tools.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crux-dev Show documentation
Show all versions of crux-dev Show documentation
Crux Core - Development components
<?xml version="1.0"?> <antlib> <taskdef name="cruxmodulecompiler" classname="org.cruxframework.crux.tools.compile.CruxModulesCompilerTask" /> <taskdef name="blockremove" classname="org.cruxframework.crux.tools.compile.utils.BlockRemoveTask" /> <taskdef name="generateSchemas" classname="org.cruxframework.crux.tools.schema.SchemaGeneratorModulesTask" /> <taskdef name="serviceMapper" classname="org.cruxframework.crux.tools.servicemap.ServiceMapperTask" /> </antlib>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy