1 2 3 4 5 6 7 8 9 10 11
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>antlr.jar</td>
37 <td>3.1.1</td>
38 <td><a href="./doc-files/antlr/LICENSE.txt">BSD</a></td>
39 <td><a href="http://www.antlr.org">http://www.antlr.org</a></td>
40 <td>LR parser generator used to implement the RTSC IDL</td>
41 </tr>
42 <tr>
43 <td>tar.jar</td>
44 <td>2.5</td>
45 <td>Public Domain</td>
46 <td><a href="http://www.trustice.com/java/tar">
47 http://www.trustice.com/java/tar</a></td>
48 <td>tar file reader</td>
49 </tr>
50 </table>
51
52 * @p
53 * In addition to the jars above, XDCtools requires the following
54 * third-party software:
55 * @p(html)
56
57 <table border="1">
58 <tr>
59 <th>Name</th>
60 <th>Version</th>
61 <th>License</th>
62 <th>From</th>
63 <th>Description</th>
64 </tr>
65 <tr>
66 <td>gmake</td>
67 <td>3.81</td>
68 <td><a href="./doc-files/gmake/COPYING">GPL v2</a></td>
69 <td><a href="http://savannah.gnu.org/projects/make">
70 http://savannah.gnu.org/projects/make</a></td>
71 <td>command run by the `xdc` command to create and build packages</td>
72 </tr>
73 <tr>
74 <td>J2SE Runtime Environment(JRE)</td>
75 <td>1.5.0_22</td>
76 <td><a href="./doc-files/java/LICENSE.rtf">Sun Microsystems, Inc. Binary Code License Agreement</a></td>
77 <td><a href="http://java.sun.com/j2se/1.5.0">
78 http://java.sun.com/j2se/1.5.0</a></td>
79 <td>XDCtools core functionality is implemented in Java. Also required by the Rhino JavaScript engine shipped with XDCtools.</td>
80 </tr>
81 </table>
82 * @p
83 *
84 * Although the following tools are not required, they are optionally shipped
85 * with XDCtools distributions to ensure consistent behavior across various
86 * development platforms.
87 * @p(html)
88 <table border="1">
89 <tr>
90 <th>Exe</th>
91 <th>Version</th>
92 <th>License</th>
93 <th>From</th>
94 <th>Description</th>
95 </tr>
96 <tr>
97 <td>zip, unzip</td>
98 <td>2.3 and 5.50</td>
99 <td><a href="./doc-files/zip/LICENSE.txt">info-zip</a></td>
100 <td><a href="http://www.info-zip.org">http://www.info-zip.org</a></td>
101 <td>command line utilities to zip and unzip package releases</td>
102 </tr>
103 <tr>
104 <td>tar</td>
105 <td>1.13</td>
106 <td><a href="./doc-files/tar/COPYING">GPL v2</a></td>
107 <td><a href="http://www.gnu.org/software/tar">
108 http://www.gnu.org/software/tar</a></td>
109 <td>command line utilities to archive package directories</td>
110 </tr>
111 <tr>
112 <td>sh</td>
113 <td>cygwin 1.5.25-15</td>
114 <td><a href="./doc-files/cygwin/COPYING.txt">GPL v2</a></td>
115 <td><a href="http://cygwin.com">http://cygwin.com</a></td>
116 <td>(Windows only) korn shell compatible shell used by GNU make</td>
117 </tr>
118 </table>
119 * @p
120 * All other files that are part of XDCtools are licensed under either
121 * {@link ./doc-files/eclipse/epl-v10.html EPL v1.0} or dual-licensed under
122 * {@link ./doc-files/eclipse/edl-v10.html EDL v1.0}.
123 */
124 package xdc.shelf [1, 0, 0] {
125 }