blob: f3624a8653ae06deeee99003a9bdc8f7ff6a4633 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
#include "include/layout.wml"
##
#
# Special Tags
#
<define-tag tool endtag=required>
<preserve maintainer>
<preserve name>
<preserve url>
<set-var %attributes>
<boxtitle><a name="<get-var name>">Classpath External Tools::<get-var name></a></boxtitle>
<boxitem>
<table cellspacing="4">
<tr><td valign="top"><strong>Maintainer</strong></td><td><get-var maintainer></td></tr>
<tr><td valign="top"><strong>Link</strong></td><td><createlink name="<get-var url>" url="<get-var url>"></td></tr>
<tr><td valign="top"><strong>Description</strong></td><td>%body</td></tr>
</table>
</boxitem>
<restore url>
<restore name>
<restore maintainer>
</define-tag>
<set-var last-modified-author="prk">
<subject "GNU Classpath External Tools">
<box>
<boxtitle><a name="packages">Classpath::External Packages</a></boxtitle>
<boxitem>
<en>
<p>Below is a table of providers for free core packages not part of GNU Classpath
</p>
<project-list>
<project name="GNU ClasspathX" url="http://www.gnu.org/software/classpathx/">
<ul>
<li>javax.activation
<li>javax.infobus
<li>javax.xml
<li>javax.mail
<li>javax.servlet
<li>javax.speech
</ul>
</project>
<project name="GNU Crypto" url="http://www.gnu.org/software/gnu-crypto/">
<ul>
<li>javax.crypto
</ul>
</project>
<project name="Jessie" url="http://www.nongnu.org/jessie/">
<ul>
<li>javax.net.ssl
</ul>
</project>
<project name="Tritonus" url="http://tritonus.org/">
<ul>
<li>javax.sound
</ul>
</project>
</project-list>
</en>
</boxitem>
<tool
name="Jalopy"
maintainer="Tom Tromey"
url="ftp://sources.redhat.com/pub/java/jalopy-console-1.0.4.tar.gz"
>
Jalopy is a pretty-printer to format Java code. To do our coding style you also need this
<a href="ftp://sources.redhat.com/pub/java/GNU.xml">style definition file</a>.
</tool>
</box>
|