blob: fb410be3d95b762da598f19d9f010d96eea640f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<html>
<head>
</head>
<body>
<h1>Exercises plugin for the tutorial</h1>
<p>Download the appropriate version and unzip it in your eclipse\plugins directory:</p>
<table>
<tr>
<td>For Eclipse 3.0 with AJDT 1.1.12 </td>
<td><a href="org.aspectj.tutorial.exercises_1.1.12.zip">org.aspectj.tutorial.exercises_1.1.12.zip</a></td>
</tr>
<tr>
<td>For Eclipse 3.0 with AJDT 1.2.0M2 </td>
<td><a href="org.aspectj.tutorial.exercises_1.2.0M2.zip">org.aspectj.tutorial.exercises_1.2.0M2.zip</a></td>
</tr>
<tr>
<td>For Eclipse 3.0 with AJDT 1.2.0 latest dev build </td>
<td><a href="org.aspectj.tutorial.exercises_1.2.0_301_Dev.zip">org.aspectj.tutorial.exercises_1.2.0_301_Dev.zip</a></td>
</tr>
<tr>
<td>For Eclipse 3.1M5 with AJDT 1.2.0 latest dev build </td>
<td><a href="org.aspectj.tutorial.exercises_1.2.0_31M5_Dev.zip">org.aspectj.tutorial.exercises_1.2.0_31M5_Dev.zip</a></td>
</tr>
</table>
</body>
</html>
|