return HotDeploymentStrategy.createInstance("org.jboss.seam.deployment.GroovyHotDeploymentStrategy", classLoader, hotDeployDirectory, hotDeployEnabled);
}
else
{
log.debug("Using Java hot deploy");
return new HotDeploymentStrategy(classLoader, hotDeployDirectory, hotDeployEnabled);
}
}