diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-07-20 14:58:05 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | 9ddd317779717bdb8f4eb1d61b7bca596a1846e3 (patch) | |
tree | 77d1238748127800c03bc912e455518171f97833 | |
parent | 6803c91210f78e6024109c8b9b46ae823131dc19 (diff) | |
download | aspectj-9ddd317779717bdb8f4eb1d61b7bca596a1846e3.tar.gz aspectj-9ddd317779717bdb8f4eb1d61b7bca596a1846e3.zip |
Remove outdated JDeveloper links from AsciiDocs
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r-- | docs/dist/doc/index.adoc | 8 | ||||
-rw-r--r-- | docs/faq/faq.adoc | 1 |
2 files changed, 1 insertions, 8 deletions
diff --git a/docs/dist/doc/index.adoc b/docs/dist/doc/index.adoc index 6e9c0196f..0d8f8e564 100644 --- a/docs/dist/doc/index.adoc +++ b/docs/dist/doc/index.adoc @@ -22,8 +22,7 @@ link:runtime-api/index.html[API] and link:examples/[example code]. |xref:#distributions[distributions] |http://eclipse.org/aspectj[AspectJ]; development environment support -for http://eclipse.org/ajdt[Eclipse] and -https://jdeveloperaop.dev.java.net/[JDeveloper]. +for http://eclipse.org/ajdt[Eclipse]. |xref:#resources[resources] |http://aosd.net[aosd.net]; http://eclipse.org/aspectj[AspectJ project] the bug @@ -142,11 +141,6 @@ project. See the faq.html#q:buildingsource[FAQ entry]. |http://eclipse.org/ajdt[AspectJ for Eclipse] |AspectJ Development Environment support for Eclipse is available under Eclipse Public License v 1.0 from the eclipse.org project site http://eclipse.org/ajdt - -|https://jdeveloperaop.dev.java.net/[Support for the JDeveloper IDE] -|Support for programming in AspectJ using the JDeveloper IDE is -available under the Apache Software License from the java.net project -site https://jdeveloperaop.dev.java.net/ |=== [[resources]] diff --git a/docs/faq/faq.adoc b/docs/faq/faq.adoc index 0c6333668..06377de04 100644 --- a/docs/faq/faq.adoc +++ b/docs/faq/faq.adoc @@ -1258,7 +1258,6 @@ developer communities to build the integration. * IDEA/IntelliJ has an enthusiastic community and the developers are working on an extensibility API - http://intellij.com * jEdit comes from a very active open-source community. -* Oracle JDeveloper is supported at https://jdeveloperaop.dev.java.net/. * Some have suggested Codeguide from Omnicore http://www.omnicore.com[http://www.omnicore.com/] |