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 software:
    72     *  @p(html)
    73    
    74         <table border="1">
    75         <tr>
    76           <th>Name</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         <tr>
    91           <td>J2SE Runtime Environment(JRE)</td>
    92           <td>1.5.0_22</td>
    93           <td><a href="./doc-files/java/LICENSE.rtf">Sun Microsystems, Inc. Binary Code License Agreement</a></td>
    94           <td><a href="http://java.sun.com/j2se/1.5.0">
    95               http://java.sun.com/j2se/1.5.0</a></td>
    96           <td>XDCtools core functionality is implemented in Java. Also required by the Rhino JavaScript engine shipped with XDCtools.</td>
    97         </tr>
    98         </table>
    99     *  @p
   100     *
   101     *  Although the following tools are not required, they are optionally shipped
   102     *  with XDCtools distributions to ensure consistent behavior across various
   103     *  development platforms.
   104     *  @p(html)
   105         <table border="1">
   106         <tr>
   107           <th>Exe</th>
   108           <th>Version</th>
   109           <th>License</th>
   110           <th>From</th>
   111           <th>Description</th>
   112         </tr>
   113         <tr>
   114           <td>zip, unzip</td>
   115           <td>2.3 and 5.50</td>
   116           <td><a href="./doc-files/zip/LICENSE.txt">info-zip</a></td>
   117           <td><a href="http://www.info-zip.org">http://www.info-zip.org</a></td>
   118           <td>command line utilities to zip and unzip package releases</td>
   119         </tr>
   120         <tr>
   121           <td>tar</td>
   122           <td>1.13</td>
   123           <td><a href="./doc-files/tar/COPYING">GPL v2</a></td>
   124           <td><a href="http://www.gnu.org/software/tar">
   125               http://www.gnu.org/software/tar</a></td>
   126           <td>command line utilities to archive package directories</td>
   127         </tr>
   128         <tr>
   129           <td>sh</td>
   130           <td>cygwin 1.5.25-15</td>
   131           <td><a href="./doc-files/cygwin/COPYING.txt">GPL v2</a></td>
   132           <td><a href="http://cygwin.com">http://cygwin.com</a></td>
   133           <td>(Windows only) korn shell compatible shell used by GNU make</td>
   134         </tr>
   135         </table>
   136     *  @p
   137     *  All other files that are part of XDCtools are licensed under either
   138     *  {@link ./doc-files/eclipse/epl-v10.html EPL v1.0} or dual-licensed under
   139     *  {@link ./doc-files/eclipse/edl-v10.html EDL v1.0}.
   140     */
   141    package xdc.shelf [1, 0, 0] {
   142    }