You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

devguide.xml 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
  3. "../../lib/docbook/docbook-dtd/docbookx.dtd"
  4. [
  5. <!ENTITY ajc SYSTEM "ajc.xml">
  6. <!ENTITY ajdb SYSTEM "ajdb.xml">
  7. <!ENTITY ajdoc SYSTEM "ajdoc.xml">
  8. <!ENTITY antsupport SYSTEM "antsupport.xml">
  9. <!ENTITY ajbrowser SYSTEM "ajbrowser.xml">
  10. <!ENTITY ajdejbuilder SYSTEM "ajdejbuilder.xml">
  11. <!ENTITY ajdeforte SYSTEM "ajdeforte.xml">
  12. <!ENTITY aspectj-mode SYSTEM "aspectj-mode.xml">
  13. <!ENTITY ajdee SYSTEM "ajdee.xml">
  14. ]>
  15. <book>
  16. <bookinfo>
  17. <title>The AspectJ<superscript>tm</superscript> Development Environment Guide</title>
  18. <authorgroup>
  19. <author>
  20. <othername>the AspectJ Team</othername>
  21. </author>
  22. </authorgroup>
  23. <legalnotice>
  24. <para>Copyright (c) 1998-2001 Xerox Corporation,
  25. 2002 Palo Alto Research Center, Incorporated.
  26. All rights reserved.
  27. </para>
  28. </legalnotice>
  29. <abstract>
  30. <para>
  31. This user's guide describes the tools which are part of the
  32. AspectJ development environment. A companion guide describes the
  33. AspectJ language.
  34. </para>
  35. </abstract>
  36. </bookinfo>
  37. <reference>
  38. <title>Command Line Tools</title>
  39. &ajc;
  40. </reference>
  41. <reference>
  42. <title>Development Environment Support</title>
  43. &ajbrowser;
  44. &ajdejbuilder;
  45. &ajdeforte;
  46. &aspectj-mode;
  47. &ajdee;
  48. </reference>
  49. </book>
  50. <!--
  51. Local Variables:
  52. compile-command:"ant -quiet dev-html"
  53. fill-column: 79
  54. sgml-indent-step: 3
  55. sgml-local-ecat-files:devguide.ced
  56. sgml-namecase-general: t
  57. End:
  58. -->