1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Fix PDA plugin messages.

This commit is contained in:
Pawel Piech 2009-03-16 18:25:10 +00:00
parent 1517fb3e03
commit d37ea1f54c
2 changed files with 4 additions and 3 deletions

View file

@ -11,9 +11,9 @@
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = plugin.xml,\ bin.includes = plugin.xml,\
bin/,\
about.html,\ about.html,\
META-INF/,\ META-INF/,\
.,\ .,\
icons/ icons/,\
plugin.properties
src.includes = about.html src.includes = about.html

View file

@ -19,5 +19,6 @@ bin.includes = plugin.xml,\
.,\ .,\
readme.html,\ readme.html,\
samples/,\ samples/,\
.options .options,\
plugin.properties
src.includes = about.html src.includes = about.html