1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00
cdt/core/org.eclipse.cdt.ui/build.properties

33 lines
1.1 KiB
Properties
Raw Normal View History

###############################################################################
# Copyright (c) 2003, 2007 IBM Corporation 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:
# IBM Corporation - initial API and implementation
###############################################################################
2003-01-06 19:46:51 +00:00
bin.includes = about.html,\
plugin.xml,\
2002-07-16 01:52:35 +00:00
icons/,\
plugin.properties,\
templates/,\
.,\
2006-02-10 15:54:48 +00:00
META-INF/,\
.options
2003-01-06 19:46:51 +00:00
src.includes = about.html,\
schema/
2003-01-06 19:46:51 +00:00
javadoc.packages = org.eclipse.cdt.ui.*,\
org.eclipse.cdt.ui.wizards.*,\
org.eclipse.cdt.ui.wizards.conversion.*
source.. = src/,\
browser/,\
utils.ui/,\
templateengine/
jre.compilation.profile=J2SE-1.4
javacSource=1.4
javacTarget=1.4