mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Cleaned up some reference problems in cdt-core plugin.xml; refactoring tests BaseTestFramework.java
This commit is contained in:
parent
8cb9d02dae
commit
79386d0400
1 changed files with 0 additions and 7 deletions
|
@ -530,17 +530,10 @@
|
|||
<extension
|
||||
point="org.eclipse.cdt.core.CIndexer">
|
||||
<indexer
|
||||
indexStorageID="org.eclipse.cdt.core.cindexstorage"
|
||||
class="org.eclipse.cdt.internal.core.index.sourceindexer.SourceIndexer"
|
||||
name="Original C/C++ Indexer"
|
||||
id="org.eclipse.cdt.core.originalsourceindexer">
|
||||
</indexer>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.core.runtime.applications">
|
||||
<application>
|
||||
<run class="org.eclipse.cdt.core.index2.IndexRunner"/>
|
||||
</application>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue