1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 03:53:21 +02:00

missing commas

This commit is contained in:
Ted Williams 2007-05-31 21:53:33 +00:00
parent 41d29f059f
commit 905afac0b8

View file

@ -2,5 +2,5 @@ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
plugin.xml \ plugin.xml,\
about.html about.html