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:
parent
025a94c662
commit
daf8e95a4e
4 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
Loading…
Add table
Reference in a new issue