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:
parent
e7864031ca
commit
e4f34ad3b5
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
Loading…
Add table
Reference in a new issue