mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Fix up the build properties for the make plugins.
This commit is contained in:
parent
9f68b6cf5e
commit
276c84505a
2 changed files with 10 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
|||
source.cdtmakecore.jar = src/
|
||||
bin.includes = plugin.xml,\
|
||||
*.jar,\
|
||||
cdtmakecore.jar
|
||||
cdtmakecore.jar,\
|
||||
*.html,\
|
||||
plugin.properties,\
|
||||
schema/
|
||||
source.cdtmakecore.jar = src/
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
source.cdtmakeui.jar = src/
|
||||
bin.includes = plugin.xml,\
|
||||
*.jar,\
|
||||
cdtmakeui.jar
|
||||
cdtmakeui.jar,\
|
||||
icons/,\
|
||||
*.html,\
|
||||
plugin.properties
|
||||
source.cdtmakeui.jar = src/
|
||||
|
|
Loading…
Add table
Reference in a new issue