summaryrefslogtreecommitdiffstats
path: root/docs/devGuideDB/devguide.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2002-12-16 17:58:19 +0000
committerwisberg <wisberg>2002-12-16 17:58:19 +0000
commitd842c4f1139629c1f062b74ba818d233b2c31043 (patch)
tree842d3871620bc0eb60edcd95e55804d67e0f61fa /docs/devGuideDB/devguide.xml
parent3ce247199704eae6b2c92c6e38c69584e3250c52 (diff)
downloadaspectj-d842c4f1139629c1f062b74ba818d233b2c31043.tar.gz
aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.zip
initial version
Diffstat (limited to 'docs/devGuideDB/devguide.xml')
-rw-r--r--docs/devGuideDB/devguide.xml69
1 files changed, 69 insertions, 0 deletions
diff --git a/docs/devGuideDB/devguide.xml b/docs/devGuideDB/devguide.xml
new file mode 100644
index 000000000..5b2b1ba30
--- /dev/null
+++ b/docs/devGuideDB/devguide.xml
@@ -0,0 +1,69 @@
+<?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 user's guide describes the tools which are part of the
+ AspectJ development environment. A companion guide describes the
+ AspectJ language.
+ </para>
+ </abstract>
+ </bookinfo>
+
+ <reference>
+ <title>The Command Line Tools</title>
+ &ajc;
+ &ajdb;
+ &ajdoc;
+ </reference>
+
+ <reference>
+ <title>The GUI Tools</title>
+ &ajbrowser;
+ &ajdejbuilder;
+ &ajdeforte;
+ &aspectj-mode;
+ &ajdee;
+ </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:
+-->