org.cruxframework.crux.tools.crux-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> <!-- Tasks --> <taskdef name="cruxcompiler" classname="org.cruxframework.crux.tools.compile.CruxCompilerTask" /> <taskdef name="blockremove" classname="org.cruxframework.crux.tools.compile.utils.BlockRemoveTask" /> <taskdef name="generateSchemas" classname="org.cruxframework.crux.tools.schema.SchemaGeneratorTask" /> <taskdef name="serviceMapper" classname="org.cruxframework.crux.tools.servicemap.ServiceMapperTask" /> </antlib>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy