mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
25 lines
No EOL
936 B
Properties
25 lines
No EOL
936 B
Properties
################################################################################
|
|
# Copyright (c) 2006, 2009 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
|
|
################################################################################
|
|
source.. = src/
|
|
output.. = bin/
|
|
bin.includes = META-INF/,\
|
|
.,\
|
|
about.html,\
|
|
icons/,\
|
|
plugin.properties,\
|
|
plugin.xml,\
|
|
rseSamplesMessages.xml,\
|
|
about.ini,\
|
|
about.mappings,\
|
|
about.properties,\
|
|
tm32.png
|
|
src.includes = about.html
|
|
|