- 
    Type:Defect 
- 
    Resolution: Duplicate
- 
    Priority:Major 
- 
    Affects Version/s: 1.1.0
- 
    Component/s: Distribution Packaging
- 
    None
                    The liquibase update script and associated and task does not run correctly when using the Scripts/Gateway/configure_database.sh script.  This appears to be due to an inconsistent directory name for <webapps>/liquibase.  The war files generated for the 1.1.0 release contain a "Liquibase" directory with an upper-case "L".  The underlying ant task in liquibase-tasks.ant.xml references "liquibase" with a lower-case "l".  The correct directory should be "liquibase".