# Use this file to copy files to the users machine during an update or to copy
#  files from one location to another on the users machine.  
#
# Line Format:
#
# <Source>=<Destination>
#
# Where <Source> is the relative path of a file in the install handler feature
#  or the fully qualified path of a file on the users machine. 
# Where <Destination> is the fully qualified path of the destination folder
#  on the users machine.
#
# 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 you want to backup the users current LPEX
#  preferences and replace them with some new preferences you have provided
#  in the install handler feature.  The following lines would backup the old
#  file and copy the new file to the correct location:
#
# %WORKSPACE%\.metadata\.plugins\com.ibm.lpex\Editor.properties=%TPFHOME%\backup\UpdatedIn2.0.7
# Editor.properties=%WORKSPACE%\.metadata\.plugins\com.ibm.lpex

TPFToolkit.bat=%TPFHOME%
