1    /* 
     2     *Copyright (c) 2008 Texas Instruments and others.
     3     *  All rights reserved. This program and the accompanying materials
     4     *  are made available under the terms of the Eclipse Public License v1.0
     5     *  which accompanies this distribution, and is available at
     6     *  http://www.eclipse.org/legal/epl-v10.html
     7     *
     8     *  Contributors:
     9     *      Texas Instruments - initial implementation
    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     *  @(#) xdc.tools.closure; 1, 0, 0,172; 2-5-2015 14:11:30; /db/ztree/library/trees/xdctools/xdctools-f59x/src/
    34     */
    35