mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-21 15:23:59 +02:00
fix for bug 279400
This commit is contained in:
parent
b65eeb737c
commit
1901362f0d
3 changed files with 8 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
#
|
||||
# Contributors:
|
||||
# Wind River Systems - initial API and implementation
|
||||
# IBM Corporation
|
||||
###############################################################################
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
|
@ -16,4 +17,4 @@ bin.includes = META-INF/,\
|
|||
plugin.xml,\
|
||||
about.html,\
|
||||
icons/
|
||||
|
||||
src.includes = about.html
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#
|
||||
# Contributors:
|
||||
# Wind River Systems - initial API and implementation
|
||||
# IBM Corporation
|
||||
###############################################################################
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
|
@ -16,4 +17,4 @@ bin.includes = META-INF/,\
|
|||
plugin.xml,\
|
||||
about.html,\
|
||||
icons/
|
||||
|
||||
src.includes = about.html
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#
|
||||
# Contributors:
|
||||
# Wind River Systems - initial API and implementation
|
||||
# IBM Corporation
|
||||
###############################################################################
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
|
@ -16,4 +17,6 @@ bin.includes = META-INF/,\
|
|||
plugin.xml,\
|
||||
build.properties,\
|
||||
plugin.properties,\
|
||||
icons/
|
||||
icons/,\
|
||||
about.html
|
||||
src.includes = about.html
|
||||
|
|
Loading…
Add table
Reference in a new issue