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     *  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     *  @(#) xdc.tools.closure; 1, 0, 0,3; 2-18-2019 11:03:12; /db/ztree/library/trees/xdctools/xdctools-h03/src/
    31     */
    32