mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[releng] fixed build.properties.
This commit is contained in:
parent
86c93fa076
commit
f73c17153d
1 changed files with 16 additions and 3 deletions
|
@ -1,7 +1,20 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
################################################################################
|
||||
# Copyright (c) 2006, 2010 Wind River Systems, Inc. and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# Martin Oberhuber - initial API and implementation
|
||||
# Anna Dushistova(Mentor Graphics) - adapted from files.ssh
|
||||
################################################################################
|
||||
bin.includes = META-INF/,\
|
||||
about.html,\
|
||||
icons/,\
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
about.html
|
||||
.
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
src.includes = about.html
|
||||
|
|
Loading…
Add table
Reference in a new issue