diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-03 14:03:53 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | 4403dd934b17ecec6fee95906d0ffa3187759811 (patch) | |
tree | 413d8d16a8fa7517b9b4e1356c7814c920ed5753 /docs/sandbox/ubc-design-patterns | |
parent | 217df7e0bfef4aea30453ad2595702abecca57d7 (diff) | |
download | aspectj-4403dd934b17ecec6fee95906d0ffa3187759811.tar.gz aspectj-4403dd934b17ecec6fee95906d0ffa3187759811.zip |
Remove references and docs about obsolete tools
- AspectJ Browser (ajbrowser)
- Forte IDE integration
- JBuilder IDE integration
- Emacs integration
All this information was old and outdated. Ajbrowser was removed from
AspectJ a while ago. If the other tools even still exist, any possibly
existing AspectJ support is not part of AspectJ itself.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/sandbox/ubc-design-patterns')
-rw-r--r-- | docs/sandbox/ubc-design-patterns/patterns-readme.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sandbox/ubc-design-patterns/patterns-readme.adoc b/docs/sandbox/ubc-design-patterns/patterns-readme.adoc index 501677747..ade559c2d 100644 --- a/docs/sandbox/ubc-design-patterns/patterns-readme.adoc +++ b/docs/sandbox/ubc-design-patterns/patterns-readme.adoc @@ -12,7 +12,7 @@ Build options * To build the code manually with ajc, use the corresponding build.lst files, creating the aspect library first (to create lib.jar). -* Ajbrowser and the other IDE support does not support options like +* IDE support does not support options like sourceroots or -outjar in the .lst files, so you'll have to create new .lst files if you want to build portions of the project in an IDE. * To build with eclipse, there are .project and .classpath files, but |