1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

fixing ID for xlc feature in build file

This commit is contained in:
Chris Recoskie 2007-04-27 20:45:13 +00:00
parent e90661cfde
commit 163dfed423

View file

@ -374,7 +374,7 @@
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc"/>
</antcall>
<antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/c99/org.eclipse.cdt.xlc.feature"/>
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.feature"/>
</antcall>
</target>
</project>