1 2 3 4 5 6 7 8 9 10 11
12
13 requires xdc.tools.path;
14 requires xdc.tools.repoman;
15
16 /*!
17 * ======== xdc.tools.closure ========
18 * A command line tool that creates 100% self-contained configurations
19 *
20 * This package contains a command line tool that creates a "closure"
21 * containing all packages loaded in the process of configuring an
22 * application and replaces all absolute path references with references
23 * withing the closure.
24 */
25 package xdc.tools.closure [1, 0, 0] {
26 module Main;
27 }
28
29 30 31
32