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:
parent
5b674d912a
commit
e426a8658a
1 changed files with 18 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue