# Use this file to remove files on the users machine during an update.
#
# Line Format:
#
# <Target>
#
# Where <Target> is the fully qualified name of the file or folder to be
#  deleted. 
#
# Note:  Paths can contain environment variables enclosed in '%'.  %WORKSPACE%
#  can be used in paths to represent the fully qualified location of the users
#  workspace folder.
#
# For example, suppose that in a previous installation you installed a user
#  exit on the users machine and now you want to remove that user exit.  You
#  would use this file to remove the old user exit.  If the user exit to be
#  removed was named myexit.bat and was stored in the %TPFSHARE% folder, the 
#  following entry would delete the file:
#
#  %TPFSHARE%\myexit.bat
#
# Note:  DO NOT USE THIS FILE TO REMOVE FEATURES OR PLUG-INS.   
# Use ENT_feature_delete_list.txt to remove features (All plug-ins included by
#  a feature are removed when the feature is removed)