mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-06 15:55:47 +02:00
Fix build pathes of persistence/ after refactoring
This commit is contained in:
parent
c9f749182e
commit
7282dc4cad
2 changed files with 2 additions and 2 deletions
|
@ -8,5 +8,6 @@ bin.includes = META-INF/,\
|
||||||
about.ini,\
|
about.ini,\
|
||||||
about.mappings,\
|
about.mappings,\
|
||||||
eclipse32.png
|
eclipse32.png
|
||||||
source.. = src/
|
source.. = src/,\
|
||||||
|
persistence/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
|
|
|
@ -13,5 +13,4 @@ source.. = filters/,\
|
||||||
model/,\
|
model/,\
|
||||||
subsystems/,\
|
subsystems/,\
|
||||||
systems/,\
|
systems/,\
|
||||||
persistence/,\
|
|
||||||
UI/
|
UI/
|
||||||
|
|
Loading…
Add table
Reference in a new issue