mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Tag the whole org.eclipse.cdt tree.
This commit is contained in:
parent
e37c94c358
commit
a7ced67bcb
1 changed files with 2 additions and 352 deletions
|
@ -355,359 +355,9 @@
|
||||||
</mail>
|
</mail>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="tagone">
|
|
||||||
<cvs cvsroot="/cvsroot/tools" command="rtag ${tagbranch} ${tagname} ${tagmodule}"/>
|
|
||||||
</target>
|
|
||||||
|
|
||||||
<target name="tag" depends="init">
|
<target name="tag" depends="init">
|
||||||
<property name="cdtTag" value="${tagname}"/>
|
<property name="cdtTag" value="${tagname}"/>
|
||||||
<antcall target="tagone">
|
<cvs cvsroot="/cvsroot/tools" command="rtag ${tagbranch} ${tagname} org.eclipse.cdt"/>
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.core"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.core.aix"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.core.linux"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.core.linux.ia64"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.core.linux.ppc"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.core.linux.x86"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.core.linux.x86_64"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.core.macosx"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.core.qnx"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.core.solaris"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.core.tests"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.core.win32"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.ui.tests"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.make.core"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.make.core.tests"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.make.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.core"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.core.tests"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.gnu.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.ui.tests"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.debug.core"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.debug.core.tests"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.debug.mi.core"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.debug.mi.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.debug.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.debug.ui.tests"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.doc.isv"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.doc.user"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.launch"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.platform-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.gnu.build-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.gnu.debug-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.releng"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.sdk"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.sdk-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.testing"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.testing-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.core"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/lrparser/org.eclipse.cdt.core.lrparser.tests"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.sdk.feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/upc/org.eclipse.cdt.core.parser.upc.tests"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.core"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlc.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.errorparsers.xlc.tests"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.core.lrparser.xlc.tests"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.make.xlc.core"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/xlc/org.eclipse.cdt.xlc.sdk-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/util/org.eclipse.cdt.util"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/util/org.eclipse.cdt.util-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/mylyn/org.eclipse.cdt.mylyn"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/mylyn/org.eclipse.cdt.mylyn.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/mylyn/org.eclipse.cdt.mylyn-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/releng/org.eclipse.cdt.master"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.traditional"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.transport"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/dsf/org.eclipse.cdt.dsf"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf.pda.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/dsf/org.eclipse.cdt.tests.dsf"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/dsf/org.eclipse.cdt.examples.dsf-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/dsf-gdb/org.eclipse.cdt.gnu.dsf-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/cross/org.eclipse.cdt.launch.remote-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/cross/org.eclipse.cdt.launch.remote"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/cross/org.eclipse.cdt.build.crossgcc-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/cross/org.eclipse.cdt.build.crossgcc"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/p2/org.eclipse.cdt.p2-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<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.debug.edc"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc.linux.x86"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc.x86"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc.tcf.extension"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc.windows"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc.windows.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc.doc.user"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/edc/org.eclipse.cdt.debug.edc-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/edc/org.eclipse.cdt.scripting"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/upc/org.eclipse.cdt.managedbuilder.bupc.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/upc/org.eclipse.cdt.bupc-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/codan/org.eclipse.cdt.codan.checkers.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/codan/org.eclipse.cdt.codan.core"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.tests"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.cxx"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/codan/org.eclipse.cdt.codan.ui.cxx"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/codan/org.eclipse.cdt.codan.examples"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/codan/org.eclipse.cdt.codan-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/codan/org.eclipse.cdt.codan.core.test"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.gdb-feature"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.gdb"/>
|
|
||||||
</antcall>
|
|
||||||
<antcall target="tagone">
|
|
||||||
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.gdb.ui"/>
|
|
||||||
</antcall>
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Add table
Reference in a new issue