| java.lang.Object com.finalist.jaggenerator.LibCopier
LibCopier | public class LibCopier (Code) | | Helper class for copying jar files to the generated build file to prevent unnecessary downloads.
User: Rudie Ekkelenkamp
Date: Apr 16, 2004
Time: 9:13:55 PM
|
Method Summary | |
public static HashMap | copyJars(String libXmlFile, String targetDir) Reads the libraries from the JAG generated libXmlFile and copy them if needed
from the local lib directory to the generated lib directory. | public static void | main(String[] args) |
|
|