mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
added missing plugin xml and source build
This commit is contained in:
parent
3e3b57e1d1
commit
6c3addbb62
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
||||||
source.. = src/
|
source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
.
|
.,\
|
||||||
|
plugin.xml
|
||||||
|
src.includes = src/,\
|
||||||
|
plugin.xml,\
|
||||||
|
build.properties,\
|
||||||
|
META-INF/
|
||||||
|
|
Loading…
Add table
Reference in a new issue