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.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. 2003 Contributors.
  27. All rights reserved.
  28. </para>
  29. </legalnotice>
  30. <abstract>
  31. <para>
  32. This guide describes the tools in the AspectJ 1.1 development
  33. environment. See also <ulink url="../progguide/index.html">The
  34. AspectJ Programming Guide</ulink>, the documentation for the
  35. AspectJ <ulink url="../ant-tasks.html">Ant tasks</ulink>, and the
  36. documentation available with the AspectJ support available for
  37. various integrated development environments (e.g., Eclipse, Emacs,
  38. JBuilder, and NetBeans).
  39. </para>
  40. </abstract>
  41. </bookinfo>
  42. <reference>
  43. &ajc;
  44. &ajbrowser;
  45. </reference>
  46. </book>
  47. <!--
  48. Local Variables:
  49. compile-command:"ant -quiet dev-html"
  50. fill-column: 79
  51. sgml-indent-step: 3
  52. sgml-local-ecat-files:devguide.ced
  53. sgml-namecase-general: t
  54. End:
  55. -->