Procedure syntax varies enough between databases that createProcedure is at the edge of what liquibase tries to support. It's basically just a <sql> tag passing whatever you have in it to the database directly. We don't try to generate a rollback statement because I'm not sure that a simple "drop" would necessarily be right since we don't know what you're doing in the SQL.
Nathan