mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
Fix broken N-build after moving filters to core
This commit is contained in:
parent
a0ce5e63f6
commit
6f881aa488
2 changed files with 1 additions and 3 deletions
|
@ -28,7 +28,6 @@
|
||||||
;../org.eclipse.rse.subsystems.shells.dstore/src
|
;../org.eclipse.rse.subsystems.shells.dstore/src
|
||||||
;../org.eclipse.rse.subsystems.shells.local/src
|
;../org.eclipse.rse.subsystems.shells.local/src
|
||||||
;../org.eclipse.rse.subsystems.shells.ssh/src
|
;../org.eclipse.rse.subsystems.shells.ssh/src
|
||||||
;../org.eclipse.rse.ui/filters
|
|
||||||
;../org.eclipse.rse.ui/model
|
;../org.eclipse.rse.ui/model
|
||||||
;../org.eclipse.rse.ui/UI
|
;../org.eclipse.rse.ui/UI
|
||||||
;../org.eclipse.rse.ui/subsystems
|
;../org.eclipse.rse.ui/subsystems
|
||||||
|
|
|
@ -19,8 +19,7 @@ bin.includes = HelpContexts.xml,\
|
||||||
META-INF/,\
|
META-INF/,\
|
||||||
schema/
|
schema/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
source.. = filters/,\
|
source.. = model/,\
|
||||||
model/,\
|
|
||||||
subsystems/,\
|
subsystems/,\
|
||||||
systems/,\
|
systems/,\
|
||||||
UI/
|
UI/
|
||||||
|
|
Loading…
Add table
Reference in a new issue