This deployer exists to prevent deployment of packages whose deployers are not yet
deployed. It will accept only jar/zip format files or directories that don't
have a META-INF directory, or if they do, don't have any .xml files there. It
assumes any package with a META-INF/*.xml file needs a specialized deployer.
author: Scott Stark author: David Jencks author: Dimitris Andreadis version: $Revision: 57205 $
The accepts method is called by MainDeployer to
determine which deployer is suitable for a DeploymentInfo.
Parameters: di - a DeploymentInfo value a boolean value