GetClassPath ( $TargetDeps )
This function reads the .classpath files created by the Set
CLASSPATH Java Task.
USAGE:
$Classpath
= GetClassPath( $TargetDeps );
$TargetDeps
is a reserved Variable.
RETURNS:
A string $Classpath with the
combined list of classpaths.