diff options
Diffstat (limited to 'docs/teaching/exercises/plugins/index.html')
-rw-r--r-- | docs/teaching/exercises/plugins/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/teaching/exercises/plugins/index.html b/docs/teaching/exercises/plugins/index.html new file mode 100644 index 000000000..fb410be3d --- /dev/null +++ b/docs/teaching/exercises/plugins/index.html @@ -0,0 +1,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> |