Hello all, I am wondering about separating the classes under org.apache.ddlutils.task into their own package, for example org.apache.ddlutils.operations.
And keep Ant specific commands in the same package. This will allow reusing the commands in different context (for example loading initial data from java code, or creating a maven plugin).
