Where will I find the source for AJDT?

AJDT source is held in the Eclipse CVS repository under /home/technology, see the root of the AJDT source tree online. AJDT is organized in subdirectories under org.eclipse.ajdt. The main source tree is in the “AJDT_src” subdirectory, and contains the following plugins:

Plugins under “AJDT_src”
Description
org.aspectj.ajde
The AJDE plugin provided by the AspectJ project
org.aspectj.runtime
The AspectJ runtime classes
org.eclipse.ajdt.build
Automatic build plugin – only used by the build process
org.eclipse.ajdt.core
Non-UI parts of AJDT
org.eclipse.ajdt.core.tests
AJDT Core tests
org.eclipse.ajdt.examples      
AspectJ examples plugin
org.eclipse.ajdt.test
AJDT UI Tests
org.eclipse.ajdt.tests.performance
AJDT performance tests
org.eclipse.ajdt.ui
The AJDT UI plugin
org.eclipse.aspectj
The AspectJ feature
org.eclipse.aspectj.feature
The "feature" plugin
org.eclipse.contribution.visualiser
The Visualiser plugin
org.eclipse.contribution.visualiser.tests
Visualiser tests
org.eclipse.contribution.xref.core
The Cross References plugin (non-UI)
org.eclipse.contribution.xref.core.test
tests for the above
org.eclipse.contribution.xref.ui
The Cross References plugin UI
org.eclipse.contribution.xref.ui.test
tests for the above
UpdateSite     
Plugin used to build an update site

Legal notices