2004-06-24 19:29:42 +00:00
|
|
|
###############################################################################
|
2008-02-01 08:54:58 +00:00
|
|
|
# Copyright (c) 2003, 2008 IBM Corporation and others.
|
2004-06-24 19:29:42 +00:00
|
|
|
# All rights reserved. This program and the accompanying materials
|
2005-06-23 16:02:46 +00:00
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
2004-06-24 19:29:42 +00:00
|
|
|
# which accompanies this distribution, and is available at
|
2005-06-23 16:02:46 +00:00
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
#
|
2004-06-24 19:29:42 +00:00
|
|
|
# Contributors:
|
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
2003-01-06 19:46:51 +00:00
|
|
|
bin.includes = about.html,\
|
2003-06-14 21:14:56 +00:00
|
|
|
plugin.xml,\
|
2002-07-16 01:52:35 +00:00
|
|
|
icons/,\
|
2003-11-25 18:24:55 +00:00
|
|
|
plugin.properties,\
|
2007-12-03 00:09:20 +00:00
|
|
|
dictionaries/,\
|
2005-11-15 21:33:43 +00:00
|
|
|
templates/,\
|
2006-01-18 18:16:35 +00:00
|
|
|
.,\
|
2006-02-10 15:54:48 +00:00
|
|
|
META-INF/,\
|
2008-02-09 12:23:25 +00:00
|
|
|
.options,\
|
2008-06-09 16:21:33 +00:00
|
|
|
doxygenTags.csv,\
|
2014-05-06 12:39:03 -04:00
|
|
|
about_files/,\
|
|
|
|
css/
|
2003-01-06 19:46:51 +00:00
|
|
|
src.includes = about.html,\
|
2008-02-09 12:23:25 +00:00
|
|
|
schema/,\
|
2008-06-09 16:21:33 +00:00
|
|
|
doxygenTags.csv,\
|
|
|
|
about_files/
|
2003-01-06 19:46:51 +00:00
|
|
|
javadoc.packages = org.eclipse.cdt.ui.*,\
|
|
|
|
org.eclipse.cdt.ui.wizards.*,\
|
2003-06-14 21:14:56 +00:00
|
|
|
org.eclipse.cdt.ui.wizards.conversion.*
|
2006-01-18 18:16:35 +00:00
|
|
|
|
|
|
|
source.. = src/,\
|
|
|
|
browser/,\
|
2007-04-26 17:07:39 +00:00
|
|
|
utils.ui/,\
|
|
|
|
templateengine/
|
2006-10-02 13:19:31 +00:00
|
|
|
|
2014-01-23 17:52:37 -08:00
|
|
|
jre.compilation.profile=JavaSE-1.7
|
|
|
|
javacSource=1.7
|
|
|
|
javacTarget=1.7
|