blob: d97f7df4fca2f54c282fbe57d683496f29fd1d01 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
Where will I find the source for AJDT?
</title>
<link rel="stylesheet" href="../../book.css" charset="ISO-8859-1" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
</head>
<body>
<h1>
Where will I find the source for AJDT?
</h1>
<p>
AJDT source is held in the Eclipse CVS repository under /home/technology, see the <a
href="http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.ajdt/"> root
of the AJDT source tree online</a>.
AJDT is organized in subdirectories under org.eclipse.ajdt. The main source
tree is in the &#8220;AJDT_src&#8221; subdirectory.
The source code for AJDT 1.3 for Eclipse 3.1 is contained in
the "ajdt1_3" branch.
Here is a description of the various AJDT
plug-ins:
</p>
<table>
<tr>
<td><strong>Plug-ins under &#8220;AJDT_src&#8221;</strong></td>
<td ><strong>Description</strong></td>
</tr>
<tr>
<td>org.aspectj.ajde</td>
<td>The AspectJ compiler and related classes</td>
</tr>
<tr>
<td>org.aspectj.runtime<o:p></td>
<td>The AspectJ runtime classes</td>
</tr>
<tr>
<td>org.aspectj.weaver<o:p></td>
<td>The AspectJ weaver</td>
</tr>
<tr>
<td>org.eclipse.ajdt.core</td>
<td>Non-UI parts of AJDT</td>
</tr>
<tr>
<td>org.eclipse.ajdt.core.tests</td>
<td>AJDT Core tests</td>
</tr>
<tr>
<td>org.eclipse.ajdt.examples</td>
<td>AspectJ examples plug-in</td>
</tr>
<tr>
<td>org.eclipse.ajdt.source</td>
<td>Source code for AJDT plug-ins - only populated by the build process</td>
</tr>
<tr>
<td>org.eclipse.ajdt.ui.tests</td>
<td>AJDT UI Tests</td>
</tr>
<tr>
<td>org.eclipse.ajdt.tests.performance</td>
<td>AJDT performance tests</td>
</tr>
<tr>
<td>org.eclipse.ajdt.ui</td>
<td>The AJDT UI plug-in</td>
</tr>
<tr>
<td>org.eclipse.aspectj</td>
<td>The AspectJ feature</td>
</tr>
<tr>
<td >org.eclipse.aspectj.feature</td>
<td>The &quot;feature&quot; plug-in</td>
</tr>
<tr>
<td>org.eclipse.contribution.visualiser</td>
<td>The Visualiser plug-in</td>
</tr>
<tr>
<td>org.eclipse.contribution.visualiser.tests</td>
<td>Visualiser tests</td>
</tr>
<tr>
<td>org.eclipse.contribution.xref.core</td>
<td >The Cross References plug-in (non-UI)</td>
</tr>
<tr>
<td>org.eclipse.contribution.xref.core.tests</td>
<td>Tests for the above</td>
</tr>
<tr>
<td>org.eclipse.contribution.xref.ui</td>
<td>The Cross References UI plug-in</td>
</tr>
<tr>
<td>org.eclipse.contribution.xref.ui.tests</td>
<td>Tests for the above</td>
</tr>
<tr>
<td>UpdateSite</td>
<td>Plug-in used to build an update site</td>
</tr>
</table>
<p>
<a href="../../notices.html"><img src="../../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</body>
</html>