mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 20:55:44 +02:00
24 lines
900 B
Properties
24 lines
900 B
Properties
###############################################################################
|
|
# Copyright (c) 2010 Mirko Raner 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:
|
|
# Mirko Raner - initial implementation for Eclipse Bug 196337
|
|
###############################################################################
|
|
source.. = src/
|
|
output.. = bin/
|
|
bin.includes = plugin.xml,\
|
|
plugin.properties,\
|
|
about.html,\
|
|
about.ini,\
|
|
about.mappings,\
|
|
about.properties,\
|
|
dsdp32.png,\
|
|
icons/,\
|
|
META-INF/,\
|
|
.
|
|
src.includes = about.html
|
|
jre.compilation.profile = J2SE-1.4
|