package xdc.tools.closure

A command line tool that creates 100% self-contained configurations

This package contains a command line tool that creates a "closure" containing all packages loaded in the process of configuring an application and replaces all absolute path references with references withing the closure.
XDCspec declarations sourced in xdc/tools/closure/package.xdc
requires xdc.tools.path;
requires xdc.tools.repoman;
 
package xdc.tools.closure [1, 0, 0] {
 
    module Main;
    // Creates a directory containing all packages/files referenced by a configuration
}
generated on Wed, 09 Aug 2017 16:38:24 GMT