tmf.chart: Link plugins to the external annotations
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Wed, 10 Aug 2016 19:00:08 +0000 (15:00 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Wed, 10 Aug 2016 21:05:34 +0000 (17:05 -0400)
These plugins were not making use of our external annotations at all!

Change-Id: I10bf42080deb1b11eda7cd6a1f939124c15036fa
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/78798
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Reviewed-by: Hudson CI
tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.classpath
tmf/org.eclipse.tracecompass.tmf.chart.core/.classpath
tmf/org.eclipse.tracecompass.tmf.chart.ui/.classpath

index eca7bdba8f03f22510b7980a94dbfe10c16c0901..5480bc80152d9604a26638ad3345b275e8994da7 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="output" path="bin"/>
 </classpath>
index eca7bdba8f03f22510b7980a94dbfe10c16c0901..5480bc80152d9604a26638ad3345b275e8994da7 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="output" path="bin"/>
 </classpath>
index eca7bdba8f03f22510b7980a94dbfe10c16c0901..5480bc80152d9604a26638ad3345b275e8994da7 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="output" path="bin"/>
 </classpath>
This page took 0.026569 seconds and 5 git commands to generate.