Link all plugins to the external annotation location
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui.swtbot.tests / .classpath
index 1d94a676f77d9e5fecc74ea5fe45392e26ce63c3..20df5fc0e818e03e4b79a23d8726aaafbda70791 100644 (file)
@@ -1,7 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
-       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+               <attributes>
+                       <attribute name="annotationpath" value="/org.eclipse.tracecompass.common.core/annotations"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
+               <attributes>
+                       <attribute name="annotationpath" value="/org.eclipse.tracecompass.common.core/annotations"/>
+               </attributes>
+       </classpathentry>
        <classpathentry kind="src" path="src"/>
        <classpathentry kind="src" path="shared"/>
        <classpathentry kind="output" path="bin"/>
This page took 0.025214 seconds and 5 git commands to generate.