1
0
Fork 0
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:
Doug Schaefer 2003-09-17 13:15:14 +00:00
parent 9f68b6cf5e
commit 276c84505a
2 changed files with 10 additions and 4 deletions

View file

@ -1,4 +1,7 @@
source.cdtmakecore.jar = src/
bin.includes = plugin.xml,\ bin.includes = plugin.xml,\
*.jar,\ *.jar,\
cdtmakecore.jar cdtmakecore.jar,\
*.html,\
plugin.properties,\
schema/
source.cdtmakecore.jar = src/

View file

@ -1,4 +1,7 @@
source.cdtmakeui.jar = src/
bin.includes = plugin.xml,\ bin.includes = plugin.xml,\
*.jar,\ *.jar,\
cdtmakeui.jar cdtmakeui.jar,\
icons/,\
*.html,\
plugin.properties
source.cdtmakeui.jar = src/