aboutsummaryrefslogtreecommitdiffstats
path: root/docs/devGuideDB/devguide.xml
blob: 205af29dba3e0e45e12057a37e89b55751637b83 (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
<?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,
         2003 Contributors.  
         All rights reserved.
        </para>
      </legalnotice>

    <abstract>
      <para>
        This guide describes the tools in the AspectJ 1.1 development
        environment.  See also 
              <ulink url="../progguide/index.html">The
        				AspectJ Programming Guide</ulink>,       				
              the documentation available with the AspectJ support available for
		        various integrated development environments (e.g., Eclipse, Emacs,
		        JBuilder, and NetBeans), 
              and the most-recent documentation available from 
              the AspectJ project page, at
              	<ulink url="http://eclipse.org/aspectj">
              				http://eclipse.org/aspectj</ulink>.
        <!--
        <itemizedlist>
              <listitem><ulink url="../progguide/index.html">The
        				AspectJ Programming Guide</ulink>
              </listitem>
              <listitem>the
		        documentation available with the AspectJ support available for
		        various integrated development environments (e.g., Eclipse, Emacs,
		        JBuilder, and NetBeans)
              </listitem>
              <listitem>the most-recent documentation available from 
              the AspectJ project page, at
              	<ulink url="http://eclipse.org/aspectj">
              				http://eclipse.org/aspectj</ulink>.
              </listitem>
        </itemizedlist>
		-->
      </para>
    </abstract>
  </bookinfo>

  <reference>
      &ajc;
  </reference>
  
  &ajbrowser;
  &antsupport;

</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:
-->