1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Oops, wrong folder for the gdbjtag projects.

This commit is contained in:
Doug Schaefer 2007-04-27 14:45:16 +00:00
parent 5f1be363ee
commit 696e4d156f

View file

@ -317,16 +317,16 @@
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.testing-feature"/>
</antcall>
<antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.debug.gdbjtag"/>
<param name="tagmodule" value="org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag"/>
</antcall>
<antcall target="tagone">
<param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.debug.gdbjtag.core"/>
<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/all/org.eclipse.cdt.debug.gdbjtag.ui"/>
<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/all/org.eclipse.cdt.debug.gdbjtag-feature"/>
<param name="tagmodule" value="org.eclipse.cdt/jtag/org.eclipse.cdt.debug.gdbjtag-feature"/>
</antcall>
</target>
</project>