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.

readme-aspectj-attic-module.html 944B

12345678910111213141516171819202122232425262728
  1. <html>
  2. <title>AspectJ attic</title>
  3. <body>
  4. <h1>AspectJ attic</h1>
  5. The AspectJ attic includes code that is unused now but might
  6. be part of at least investigations for future solutions.
  7. None of this code is used or distributed with AspectJ binaries.
  8. Some of it depends on code under other licenses. That code is
  9. not included here, so this project does not compile.
  10. Dependencies not specified in the .project file:
  11. <ul>
  12. <li>ajdoc depends on the J2SE 1.3 tools.jar.
  13. Other versions will not work.</li>
  14. <li>ajdoc depends on the AspectJ 1.0 compiler.
  15. The 1.1 compiler will not work.</li>
  16. <li>The testing file-comparison uses jdiff code,
  17. available from the JEdit sourceforge project
  18. (http://sourceforge.net/projects/jedit) under GPL.
  19. (Not to be confused with the jdiff sourceforge
  20. project, which produces API differences.)
  21. </li>
  22. </ul>
  23. See also any development notes in the respective source directories.
  24. </body>
  25. </html>