remove support for emulating annotation types.
Instead tests come with their own library of annotation types.
diff --git a/contrib/org.eclipse.objectteams.jdt.nullity.tests/.classpath b/contrib/org.eclipse.objectteams.jdt.nullity.tests/.classpath
index c24f8de..aa04ac1 100644
--- a/contrib/org.eclipse.objectteams.jdt.nullity.tests/.classpath
+++ b/contrib/org.eclipse.objectteams.jdt.nullity.tests/.classpath
@@ -3,6 +3,7 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="OTRE"/>
<classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="annotations"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>