#!/bin/sh
##############################################################################
#
#  Copyright (c) 2005, Doremi Labs, Inc.
#    All rights reserved.
#
#  Redistribution in source or binary forms, with or without
#  modification, are NOT permitted.
#
#    Doremi Labs, Inc.
#    306 East Alameda Avenue
#    Burbank, CA 91502
#    Tel : (818) 562 1101
#    Fax : (818) 562 1109
#
#  version 1.0: hmorillon, August 11th 2010
#  
##############################################################################

# Remove invalid files
rm -f /doremi/share/wsdl/RecordLegacy.wsdl
rm -f /doremi/share/wsdl/RecordLegacy.xsd
rm -f /doremi/share/wsdl/Marriage.wsdl
rm -f /doremi/share/wsdl/Marriage.xsd

exit 0
