1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Refactor the indexer block to be in the same package

as the other block properties.
This commit is contained in:
Alain Magloire 2004-05-03 19:14:19 +00:00
parent 025a94c662
commit daf8e95a4e
4 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2004-05-03 Alain Magloire
Refactor the indexer block to be in the same
place as the others.
2004-05-03 Bogdan Gheorghe
Added indexer block property pages

View file

@ -9,11 +9,10 @@
* IBM Corp. - Rational Software - initial implementation
******************************************************************************/
package org.eclipse.cdt.ui.properties;
package org.eclipse.cdt.ui.dialogs;
import org.eclipse.cdt.core.CCorePlugin;
import org.eclipse.cdt.ui.CUIPlugin;
import org.eclipse.cdt.ui.dialogs.AbstractCOptionPage;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IProgressMonitor;

View file

@ -9,7 +9,7 @@
* IBM Corp. - Rational Software - initial implementation
******************************************************************************/
package org.eclipse.cdt.ui.properties;
package org.eclipse.cdt.ui.dialogs;
import org.eclipse.cdt.core.CCorePlugin;
import org.eclipse.cdt.core.ICDescriptor;

View file

@ -9,7 +9,7 @@
* IBM Corp. - Rational Software - initial implementation
******************************************************************************/
package org.eclipse.cdt.ui.properties;
package org.eclipse.cdt.ui.dialogs;
import org.eclipse.cdt.core.CCorePlugin;
import org.eclipse.cdt.core.ICDescriptor;