org.cruxframework.crux.tools.crux-tools.xml Maven / Gradle / Ivy
<?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