diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-24 23:16:09 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2022-03-24 23:16:09 +0700 |
commit | cde74b890dc45e6523b895dda71f87287bdc933f (patch) | |
tree | 8314868802131b423e38f54c6ab43899ae50646f /docs | |
parent | 8b83f579fe653ebaa452239eb40c3b666494adf0 (diff) | |
download | aspectj-cde74b890dc45e6523b895dda71f87287bdc933f.tar.gz aspectj-cde74b890dc45e6523b895dda71f87287bdc933f.zip |
IDE.md: update AJDT update site infos for 4.23
Also add some Eclipse, AspectJ and Java version information to the
existing update sites.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/developer/IDE.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/developer/IDE.md b/docs/developer/IDE.md index 98a74dafd..70a090980 100644 --- a/docs/developer/IDE.md +++ b/docs/developer/IDE.md @@ -32,9 +32,10 @@ projects using AspectJ Maven Plugin. #### AspectJ Development Tools (AJDT) Use an update sites corresponding to your Eclipse version (minimal version listed): -* Eclipse 2021-09 (4.21): https://download.eclipse.org/tools/ajdt/421/dev/update -* Eclipse 2021-03 (4.19): https://download.eclipse.org/tools/ajdt/419/dev/update -* Eclipse 2018-12 (4.10): https://download.eclipse.org/tools/ajdt/410/dev/update +* Eclipse 2022-03 (4.23), AspectJ 1.9.9, Java 18: 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 * For older versions, please refer to https://www.eclipse.org/ajdt/downloads (page was not updated in a long time, and I have no write access). |