All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.integration.ant.antlib.xml Maven / Gradle / Ivy

There is a newer version: 4.29.2
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<antlib>
    <!--
     Import all pre-1.7 tasks for compatibility. Please do not add new tasks to the properties file. Add them here by
     adding a <taskdef> element.

     <taskdef name="newtask" classname="liquibase.integration.ant.NewTask"/>
    -->
    <taskdef resource="liquibasetasks.properties"/>

    <typedef name="database" classname="liquibase.integration.ant.type.DatabaseType"/>
    <typedef name="changelogparameters" classname="liquibase.integration.ant.type.ChangeLogParametersType"/>
</antlib>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy