diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/org.eclipse.cdt.core.tests/.project | 4 | ||||
-rw-r--r-- | core/org.eclipse.cdt.core.win32/.project | 1 | ||||
-rw-r--r-- | core/org.eclipse.cdt.ui.tests/.project | 3 | ||||
-rw-r--r-- | core/org.eclipse.cdt.ui/.project | 1 | ||||
-rw-r--r-- | core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties | 2 |
5 files changed, 1 insertions, 10 deletions
diff --git a/core/org.eclipse.cdt.core.tests/.project b/core/org.eclipse.cdt.core.tests/.project index 873e177f7c8..466f1c10b80 100644 --- a/core/org.eclipse.cdt.core.tests/.project +++ b/core/org.eclipse.cdt.core.tests/.project @@ -3,10 +3,6 @@ <name>org.eclipse.cdt.core.tests</name> <comment></comment> <projects> - <project>org.eclipse.cdt.core</project> - <project>org.eclipse.cdt.make.core</project> - <project>org.eclipse.cdt.managedbuilder.core</project> - <project>org.eclipse.cdt.ui</project> </projects> <buildSpec> <buildCommand> diff --git a/core/org.eclipse.cdt.core.win32/.project b/core/org.eclipse.cdt.core.win32/.project index 0c2dc05e8ad..09821b72158 100644 --- a/core/org.eclipse.cdt.core.win32/.project +++ b/core/org.eclipse.cdt.core.win32/.project @@ -3,7 +3,6 @@ <name>org.eclipse.cdt.core.win32</name> <comment></comment> <projects> - <project>org.eclipse.cdt.core</project> </projects> <buildSpec> <buildCommand> diff --git a/core/org.eclipse.cdt.ui.tests/.project b/core/org.eclipse.cdt.ui.tests/.project index 541f11085f0..4ba31c199ae 100644 --- a/core/org.eclipse.cdt.ui.tests/.project +++ b/core/org.eclipse.cdt.ui.tests/.project @@ -3,9 +3,6 @@ <name>org.eclipse.cdt.ui.tests</name> <comment></comment> <projects> - <project>org.eclipse.cdt.core</project> - <project>org.eclipse.cdt.core.tests</project> - <project>org.eclipse.cdt.ui</project> </projects> <buildSpec> <buildCommand> diff --git a/core/org.eclipse.cdt.ui/.project b/core/org.eclipse.cdt.ui/.project index 04403a7b87c..7b5064ca1f4 100644 --- a/core/org.eclipse.cdt.ui/.project +++ b/core/org.eclipse.cdt.ui/.project @@ -3,7 +3,6 @@ <name>org.eclipse.cdt.ui</name> <comment></comment> <projects> - <project>org.eclipse.cdt.core</project> </projects> <buildSpec> <buildCommand> diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties index 3b7457891d2..11d3c2dba3a 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties @@ -45,7 +45,7 @@ ErrorParserBlock.desc=Set the error parsers for this project BinaryParserBlock.label=Binary Parser BinaryParserBlock.desc=Set required binary parser for this project -BaseIndexerBlock.usePDOM=Use PDOM +BaseIndexerBlock.usePDOM=Use PDOM (Work in progress) BaseIndexerBlock.label=C/C++ Indexer BaseIndexerBlock.desc=C/C++ Indexer setting for this project. BaseIndexerBlock.comboLabel=Available indexers |