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

releng: Fix missing about.html

See https://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg12981.html

Change-Id: Ia285ef3a4c85961464432191389838d5a605f5cb
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
Marc-Andre Laperle 2016-02-03 22:33:28 -05:00 committed by Gerrit Code Review @ Eclipse.org
parent c0d2f222bd
commit 11e522d33d
3 changed files with 5 additions and 2 deletions

View file

@ -5,3 +5,4 @@ bin.includes = META-INF/,\
plugin.xml,\
about.html,\
schema/
src.includes = about.html

View file

@ -4,3 +4,4 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
about.html
src.includes = about.html

View file

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