diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-12-22 10:58:49 +0100 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-12-22 10:58:49 +0100 |
commit | a1ce3d6bb52093cfc3de3756a420526b78e7c132 (patch) | |
tree | e21b693dcca905454068d6986ef8acf5c2f53c5f /docs | |
parent | cfeda34565a1a2e302f7cb3c3401f190a2029d71 (diff) | |
download | aspectj-a1ce3d6bb52093cfc3de3756a420526b78e7c132.tar.gz aspectj-a1ce3d6bb52093cfc3de3756a420526b78e7c132.zip |
IDE.md: update AJDT version info
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/developer/IDE.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/developer/IDE.md b/docs/developer/IDE.md index 2dc560008..8c4093344 100644 --- a/docs/developer/IDE.md +++ b/docs/developer/IDE.md @@ -31,8 +31,8 @@ projects using AspectJ Maven Plugin. #### AspectJ Development Tools (AJDT) -Use an update sites corresponding to your Eclipse version (minimal version listed): -* Eclipse 2022-03 (4.23), AspectJ 1.9.9, Java 18: https://download.eclipse.org/tools/ajdt/423/dev/update +Use an update site corresponding to your Eclipse version (minimal version listed): +* Eclipse 2022-03 (4.23), AspectJ 1.9.19, Java 19: https://download.eclipse.org/tools/ajdt/423/dev/update * Eclipse 2021-09 (4.21), AspectJ 1.9.8, Java 17: https://download.eclipse.org/tools/ajdt/421/dev/update * Eclipse 2021-03 (4.19), AspectJ 1.9.7, Java 16: https://download.eclipse.org/tools/ajdt/419/dev/update * Eclipse 2018-12 (4.10), AspectJ 1.9.6, Java 14: https://download.eclipse.org/tools/ajdt/410/dev/update |