releng: Transition to jdt.annotation 2.0
[deliverable/tracecompass.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index fbd5a5c763d402f0c58dad981510e09359b6d729..1674eb44a741b71624e52073121d634141cc5aa4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                         <version>2.0.0</version>
                       </artifact>
                     </target>
-                    <filters>
-                      <filter>
-                        <type>eclipse-plugin</type>
-                        <id>org.eclipse.jdt.annotation</id>
-                        <restrictTo>
-                          <versionRange>[1.0,2.0)</versionRange>
-                        </restrictTo>
-                      </filter>
-                    </filters>
                 </configuration>
             </plugin>
             <plugin>
           <configuration>
             <encoding>UTF-8</encoding>
             <useProjectSettings>true</useProjectSettings>
+            <compilerArguments>
+              <annotationpath>common/org.eclipse.tracecompass.common.core/annotations</annotationpath>
+            </compilerArguments>
           </configuration>
         </plugin>
         <plugin>
This page took 0.023352 seconds and 5 git commands to generate.