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;
    // Utility that creates a closed bundle
}
generated on Wed, 24 Jun 2015 01:05:24 GMT