1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 21:05:37 +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"/> <param name="tagmodule" value="org.eclipse.cdt/all/org.eclipse.cdt.testing-feature"/>
</antcall> </antcall>
<antcall target="tagone"> <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>
<antcall target="tagone"> <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>
<antcall target="tagone"> <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>
<antcall target="tagone"> <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> </antcall>
</target> </target>
</project> </project>