2005-06-23 16:02:46 +00:00
|
|
|
###############################################################################
|
2010-06-03 16:41:41 +00:00
|
|
|
# Copyright (c) 2005, 2010 IBM Corporation and others.
|
2009-05-26 21:34:15 +00:00
|
|
|
# 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:
|
2005-06-23 16:02:46 +00:00
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
2003-06-18 21:29:47 +00:00
|
|
|
bin.includes = plugin.xml,\
|
|
|
|
about.html,\
|
2008-12-15 21:19:31 +00:00
|
|
|
.,\
|
2003-06-18 21:29:47 +00:00
|
|
|
test.xml,\
|
2005-11-15 21:33:43 +00:00
|
|
|
resources/,\
|
2006-10-25 13:09:56 +00:00
|
|
|
META-INF/,\
|
2006-11-17 07:38:20 +00:00
|
|
|
parser/org/eclipse/cdt/internal/index/tests/,\
|
2006-11-17 08:03:15 +00:00
|
|
|
parser/org/eclipse/cdt/internal/pdom/tests/,\
|
2007-10-30 15:59:24 +00:00
|
|
|
parser/org/eclipse/cdt/core/parser/tests/ast2/,\
|
2009-03-12 17:02:25 +00:00
|
|
|
parser/org/eclipse/cdt/core/parser/tests/scanner/,\
|
|
|
|
parser/org/eclipse/cdt/core/parser/tests/prefix/
|
2006-03-31 20:14:02 +00:00
|
|
|
|
2008-12-15 21:19:31 +00:00
|
|
|
output.. = bin/
|
|
|
|
source.. = model/,\
|
|
|
|
parser/,\
|
|
|
|
suite/,\
|
|
|
|
misc/,\
|
2011-12-23 15:57:35 -08:00
|
|
|
regression/
|
2006-10-09 09:34:30 +00:00
|
|
|
|
2014-01-23 17:52:37 -08:00
|
|
|
jre.compilation.profile=JavaSE-1.7
|
|
|
|
javacSource=1.7
|
|
|
|
javacTarget=1.7
|
2010-05-14 08:45:48 +00:00
|
|
|
javacProjectSettings=true
|
2009-04-09 19:51:46 +00:00
|
|
|
src.includes = about.html
|
2006-10-09 09:34:30 +00:00
|
|
|
|