mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
binary build needs to include plugin.xml
This commit is contained in:
parent
fe4d14e4d3
commit
dbe3e0bb2a
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
about.html,\
|
about.html,\
|
||||||
plugin.properties,\
|
plugin.properties,\
|
||||||
.
|
.,\
|
||||||
|
plugin.xml
|
||||||
source.. = src/
|
source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
src.includes = about.html
|
src.includes = about.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue