blob: 1c4071b55b55c971326caf2eae08d1ae4b58a03c (
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
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
"../../lib/docbook/docbook-dtd/docbookx.dtd"
[
<!ENTITY ajc SYSTEM "ajc.xml">
<!ENTITY ajdb SYSTEM "ajdb.xml">
<!ENTITY ajdoc SYSTEM "ajdoc.xml">
<!ENTITY antsupport SYSTEM "antsupport.xml">
<!ENTITY ajbrowser SYSTEM "ajbrowser.xml">
<!ENTITY ajdejbuilder SYSTEM "ajdejbuilder.xml">
<!ENTITY ajdeforte SYSTEM "ajdeforte.xml">
<!ENTITY aspectj-mode SYSTEM "aspectj-mode.xml">
<!ENTITY ajdee SYSTEM "ajdee.xml">
]>
<book>
<bookinfo>
<title>The AspectJ<superscript>tm</superscript> Development Environment Guide</title>
<authorgroup>
<author>
<othername>the AspectJ Team</othername>
</author>
</authorgroup>
<legalnotice>
<para>Copyright (c) 1998-2001 Xerox Corporation,
2002 Palo Alto Research Center, Incorporated.
All rights reserved.
</para>
</legalnotice>
<abstract>
<para>
This guide describes the tools which are part of the AspectJ
development environment. They currently describe the 1.0.6 versions of
the tools: See README-11.html in the distribution for a description of
changes. A companion guide describes the AspectJ language.
</para>
</abstract>
</bookinfo>
<reference>
&ajc;
&ajbrowser;
</reference>
</book>
<!--
Local Variables:
compile-command:"ant -quiet dev-html"
fill-column: 79
sgml-indent-step: 3
sgml-local-ecat-files:devguide.ced
sgml-namecase-general: t
End:
-->
|