summaryrefslogtreecommitdiffstats
path: root/docs/devGuideDB/devguide.xml
blob: 8107eaa90130d86297f66f6eebd02b980459ca41 (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
<?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 for the AspectJ 
      <ulink url="../ant-tasks.html">Ant tasks</ulink>,
    and the documentation available with the AspectJ support available for
    various integrated development environments 
    (e.g., Eclipse, Emacs, JBuilder, and NetBeans).
      </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:
-->