mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00

cdt.core: - Modified ICSearchConstants to use classes (SearchFor & LimitTo) instead of int for constants - Modified MatchLocator to actually invoke the parser to do the search cdt.core.tests: - Added new source Folder search - Added search/ClassDeclarationPatternTests::testMatchSimpleDeclaration - Added search/ClassDeclarationPatternTests::testMatchNamespaceNestedDeclaration - Added new resource folder search & containing file classDecl.cpp - Added new failures package ord.eclipse.cdt.core.search.failedTests - Added new failing test PatternsFailedTests::testBug39652 * Note that both the ClassDeclarationPatternTests and PatternsFailedTests must be run as Plugin Tests * cdt.ui: - Updated Search classes to reflect changes to ICSearchConstants.
26 lines
1.4 KiB
XML
26 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="build/"/>
|
|
<classpathentry kind="src" path="failures/"/>
|
|
<classpathentry kind="src" path="model/"/>
|
|
<classpathentry kind="src" path="parser/"/>
|
|
<classpathentry kind="src" path="resources/"/>
|
|
<classpathentry kind="src" path="suite/"/>
|
|
<classpathentry kind="src" path="indexer"/>
|
|
<classpathentry kind="src" path="/org.apache.xerces"/>
|
|
<classpathentry kind="src" path="/org.eclipse.core.resources"/>
|
|
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
|
|
<classpathentry kind="src" path="/org.eclipse.cdt.core"/>
|
|
<classpathentry kind="src" path="/org.eclipse.cdt.core.linux"/>
|
|
<classpathentry kind="src" path="/org.eclipse.cdt.core.qnx"/>
|
|
<classpathentry kind="src" path="/org.eclipse.cdt.core.solaris"/>
|
|
<classpathentry kind="src" path="/org.eclipse.cdt.core.win32"/>
|
|
<classpathentry kind="src" path="/org.eclipse.cdt.ui"/>
|
|
<classpathentry kind="src" path="/org.eclipse.swt"/>
|
|
<classpathentry kind="src" path="/org.eclipse.ui"/>
|
|
<classpathentry kind="src" path="/org.junit"/>
|
|
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="src" path="search"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|