mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
Removed refrences to non-existant source directories
This commit is contained in:
parent
08e1ac4c22
commit
bcdc287e0c
2 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src/"/>
|
||||
<classpathentry kind="src" path="ui/"/>
|
||||
<classpathentry kind="src" path="core/"/>
|
||||
<classpathentry kind="src" path="model/"/>
|
||||
<classpathentry kind="src" path="/org.apache.xerces"/>
|
||||
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
|
||||
<classpathentry kind="src" path="/org.eclipse.core.resources"/>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
source.cdttests.jar = src/, ui/, core/, model/
|
||||
source.cdttests.jar = src/,\
|
||||
core/
|
||||
|
|
Loading…
Add table
Reference in a new issue