1    /* --COPYRIGHT--,EPL
     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     * --/COPYRIGHT--*/
    12    /*!
    13     *  ======== xdc.shelf ========
    14     *  Container for third party jars required by XDCtools
    15     *
    16     *  The following jars are part of this package:
    17     *  @p(html)
    18         <table border="1">
    19         <tr>
    20           <th>Jar</th>
    21           <th>Version</th>
    22           <th>License</th>
    23           <th>From</th>
    24           <th>Description</th>
    25         </tr>
    26         <tr>
    27           <td>js.jar</td>
    28           <td>1.6R6</td>
    29           <td><a href="./doc-files/rhino/MPL-1.1.txt">MPL 1.1</a> 
    30               (<a href="./doc-files/rhino/Rhino_License.htm">note</a>)</td>
    31           <td><a href="http://www.mozilla.org/rhino">
    32               http://www.mozilla.org/rhino</a></td>
    33           <td>Java implementation of JavaScript 1.5</td>
    34         </tr>
    35         <tr>
    36           <td>xbean.jar</td>
    37           <td>1.0.4</td>
    38           <td><a href="./doc-files/xmlbeans/LICENSE.txt">Apache 2.0</a>
    39               (<a href="./doc-files/xmlbeans/NOTICE.txt">note</a>)</td>
    40           <td><a href="http://svn.apache.org/repos/asf/xmlbeans/tags/1.0.4">
    41               http://svn.apache.org/repos/asf/xmlbeans/tags/1.0.4</a></td>
    42           <td>XML support for JavaScript's E4X capabilities</td>
    43         </tr>
    44         <tr>
    45           <td>jsr173_api.jar</td>
    46           <td>1.0.1</td>
    47           <td><a href="./doc-files/jsr173/ASF2.0.txt">Apache 2.0</a></td>
    48           <td><a href="http://dist.codehaus.org/stax">
    49               http://dist.codehaus.org/stax/distributions/stax-src-1.2.0.zip</a></td>
    50           <td>JSR173 support required by xmlbeans</td>
    51         </tr>
    52         <tr>
    53           <td>antlr.jar</td>
    54           <td>3.1.1</td>
    55           <td><a href="./doc-files/antlr/LICENSE.txt">BSD</a></td>
    56           <td><a href="http://www.antlr.org">http://www.antlr.org</a></td>
    57           <td>LR parser generator used to implement the RTSC IDL</td>
    58         </tr>
    59         <tr>
    60           <td>tar.jar</td>
    61           <td>2.5</td>
    62           <td>Public Domain</td>
    63           <td><a href="http://www.trustice.com/java/tar">
    64               http://www.trustice.com/java/tar</a></td>
    65           <td>tar file reader</td>
    66         </tr>
    67         </table> 
    68    
    69     *  @p
    70     *  In addition to the jars above, XDCtools requires the following
    71     *  third-party command line executables:
    72     *  @p(html)
    73    
    74         <table border="1">
    75         <tr>
    76           <th>Exe</th>
    77           <th>Version</th>
    78           <th>License</th>
    79           <th>From</th>
    80           <th>Description</th>
    81         </tr>
    82         <tr>
    83           <td>gmake</td>
    84           <td>3.81</td>
    85           <td><a href="./doc-files/gmake/COPYING">GPL v2</a></td>
    86           <td><a href="http://savannah.gnu.org/projects/make">
    87               http://savannah.gnu.org/projects/make</a></td>
    88           <td>command run by the `xdc` command to create and build packages</td>
    89         </tr>
    90         </table>
    91     *  @p
    92     *
    93     *  Although the following tools are not required, they are optionally shipped
    94     *  with XDCtools distributions to ensure consistent behavior across various
    95     *  development platforms.
    96     *  @p(html)
    97         <table border="1">
    98         <tr>
    99           <th>Exe</th>
   100           <th>Version</th>
   101           <th>License</th>
   102           <th>From</th>
   103           <th>Description</th>
   104         </tr>
   105         <tr>
   106           <td>zip, unzip</td>
   107           <td>2.3 and 5.50</td>
   108           <td><a href="./doc-files/zip/LICENSE.txt">info-zip</a></td>
   109           <td><a href="http://www.info-zip.org">http://www.info-zip.org</a></td>
   110           <td>command line utilities to zip and unzip package releases</td>
   111         </tr>
   112         <tr>
   113           <td>tar</td>
   114           <td>1.13</td>
   115           <td><a href="./doc-files/tar/COPYING">GPL v2</a></td>
   116           <td><a href="http://www.gnu.org/software/tar">
   117               http://www.gnu.org/software/tar</a></td>
   118           <td>command line utilities to archive package directories</td>
   119         </tr>
   120         <tr>
   121           <td>sh</td>
   122           <td>cygwin 1.5.25-15</td>
   123           <td><a href="./doc-files/cygwin/COPYING.txt">GPL v2</a></td>
   124           <td><a href="http://cygwin.com">http://cygwin.com</a></td>
   125           <td>(Windows only) korn shell compatible shell used by GNU make</td>
   126         </tr>
   127         </table>
   128     *  @p
   129     *  All other files that are part of XDCtools are licensed under either
   130     *  {@link ./doc-files/eclipse/epl-v10.html EPL v1.0} or dual-licensed under
   131     *  {@link ./doc-files/eclipse/edl-v10.html EDL v1.0}.
   132     */
   133    package xdc.shelf [1, 0, 0] {
   134    }