1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

added tagging for EDC.

This commit is contained in:
Doug Schaefer 2010-01-18 21:04:57 +00:00
parent 5b674d912a
commit e426a8658a

View file

@ -626,5 +626,23 @@
<antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/p2/org.eclipse.cdt.p2"/>
</antcall>
<antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/edc/org.eclipse.cdt.edc.debug.edc"/>
</antcall>
<antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/edc/org.eclipse.cdt.edc.debug.edc.linux.x86"/>
</antcall>
<antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/edc/org.eclipse.cdt.edc.debug.edc.ui"/>
</antcall>
<antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/edc/org.eclipse.cdt.edc.debug.edc.windows"/>
</antcall>
<antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/edc/org.eclipse.cdt.edc.debug.edc.windows.ui"/>
</antcall>
<antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/edc/org.eclipse.cdt.edc.debug.edc-feature"/>
</antcall>
</target>
</project>