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 *
19 * The command line tool for building closed bundles
20 *
21 * This package contains an experimental version of the command line
22 * tool that creates a bundle containing all packages loaded in the
23 * process of configuring an application.
24 *
25 * Functionality of the closure tool, as well as command line options,
26 * could be changed significantly in future releases.
27 */
28 package xdc.tools.closure [1, 0, 0] {
29 module Main;
30 }
31
32 33 34
35