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 2.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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
  34. <ulink url="../progguide/index.html">The
  35. AspectJ Programming Guide</ulink>,
  36. the documentation available with the AspectJ support available for
  37. various integrated development environments (e.g., Eclipse, Emacs,
  38. JBuilder, and NetBeans),
  39. and the most-recent documentation available from
  40. the AspectJ project page, at
  41. <ulink url="http://eclipse.org/aspectj">
  42. http://eclipse.org/aspectj</ulink>.
  43. <!--
  44. <itemizedlist>
  45. <listitem><ulink url="../progguide/index.html">The
  46. AspectJ Programming Guide</ulink>
  47. </listitem>
  48. <listitem>the
  49. documentation available with the AspectJ support available for
  50. various integrated development environments (e.g., Eclipse, Emacs,
  51. JBuilder, and NetBeans)
  52. </listitem>
  53. <listitem>the most-recent documentation available from
  54. the AspectJ project page, at
  55. <ulink url="http://eclipse.org/aspectj">
  56. http://eclipse.org/aspectj</ulink>.
  57. </listitem>
  58. </itemizedlist>
  59. -->
  60. </para>
  61. </abstract>
  62. </bookinfo>
  63. <reference>
  64. &ajc;
  65. </reference>
  66. &ajbrowser;
  67. &antsupport;
  68. </book>
  69. <!--
  70. Local Variables:
  71. compile-command:"ant -quiet dev-html"
  72. fill-column: 79
  73. sgml-indent-step: 3
  74. sgml-local-ecat-files:devguide.ced
  75. sgml-namecase-general: t
  76. End:
  77. -->