This function reads the .package file created by a JAVAC Task.
USAGE:
@Packages = ReadPackagesFile ( $TargetDeps);
$TargetDeps is a reserved Variable.
RETURNS:
A list of compiled packages @Packages. Entries in @Packages will be in the form:
com/openmake/server/*