1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Move TestLinkNameProvider.java to ...core.tests

This commit is contained in:
Leo Treggiari 2005-05-30 19:40:25 +00:00
parent e7864031ca
commit e4f34ad3b5
2 changed files with 2 additions and 2 deletions

View file

@ -1864,7 +1864,7 @@
<outputType
outputs=""
buildVariable="EXECUTABLES"
nameProvider="org.eclipse.cdt.managedbuilder.testplugin.TestLinkerNameProvider"
nameProvider="org.eclipse.cdt.managedbuilder.core.tests.TestLinkerNameProvider"
id="cdt.managedbuild.tool.testgnu30.c.linker.output">
</outputType>
</tool>

View file

@ -9,7 +9,7 @@
* Intel Corporation - Initial API and implementation
**********************************************************************/
package org.eclipse.cdt.managedbuilder.testplugin;
package org.eclipse.cdt.managedbuilder.core.tests;
import org.eclipse.cdt.managedbuilder.core.IManagedOutputNameProvider;
import org.eclipse.cdt.managedbuilder.core.ITool;