Yes, it would be best to strip out the classpath: prefix before saving it. I created https://liquibase.jira.com/browse/CORE-2766 to track fixing that.
For now, the easiest approach may be to add a <changeSet runAlways="true" runOrder="last"> with an <sql> tag that updates databasechangelog to strip off the "classpath:".
Nathan