mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
[cleanup] Add .options file for tracing
This commit is contained in:
parent
f3e5316831
commit
6381384dce
1 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
||||||
# Wind River Systems, Inc. - initial API and implementation
|
# Wind River Systems, Inc. - initial API and implementation
|
||||||
# Ted Williams (Wind River) - refactored into org.eclipse.tm.terminal
|
# Ted Williams (Wind River) - refactored into org.eclipse.tm.terminal
|
||||||
# Michael Scharf (Wind River) - separated into core, serial and view plugins
|
# Michael Scharf (Wind River) - separated into core, serial and view plugins
|
||||||
|
# Martin Oberhuber (Wind River) - fix copyrights, legal docs, missing files
|
||||||
################################################################################
|
################################################################################
|
||||||
bin.includes = .,\
|
bin.includes = .,\
|
||||||
src/,\
|
src/,\
|
||||||
|
@ -19,7 +20,8 @@ bin.includes = .,\
|
||||||
build.properties,\
|
build.properties,\
|
||||||
plugin.properties,\
|
plugin.properties,\
|
||||||
schema/,\
|
schema/,\
|
||||||
.settings/
|
.settings/,\
|
||||||
|
.options
|
||||||
|
|
||||||
source.. = src/
|
source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
|
|
Loading…
Add table
Reference in a new issue