liquibase.integration.ant.antlib.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of liquibase-core Show documentation
Show all versions of liquibase-core Show documentation
Liquibase is a tool for managing and executing database changes.
<?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>