2005-06-23 16:02:46 +00:00
|
|
|
###############################################################################
|
2007-04-26 17:07:39 +00:00
|
|
|
# Copyright (c) 2005, 2007 IBM Corporation and others.
|
2005-06-23 16:02:46 +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:
|
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
2003-06-18 21:29:47 +00:00
|
|
|
bin.includes = plugin.xml,\
|
|
|
|
about.html,\
|
2003-07-18 18:45:45 +00:00
|
|
|
cdtcoretests.jar,\
|
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/,\
|
|
|
|
parser/org/eclipse/cdt/core/parser/tests/ast2/
|
2006-03-31 20:14:02 +00:00
|
|
|
|
2004-03-17 13:48:54 +00:00
|
|
|
output.cdtcoretests.jar = bin/
|
2005-03-18 19:17:42 +00:00
|
|
|
source.cdtcoretests.jar = failures/,\
|
2003-06-24 19:56:34 +00:00
|
|
|
model/,\
|
|
|
|
parser/,\
|
2003-07-14 19:54:17 +00:00
|
|
|
suite/,\
|
2005-02-02 20:19:14 +00:00
|
|
|
misc/,\
|
2007-04-26 17:07:39 +00:00
|
|
|
regression/,\
|
|
|
|
templateengine/
|
2006-10-09 09:34:30 +00:00
|
|
|
|
|
|
|
jre.compilation.profile=J2SE-1.4
|
|
|
|
javacSource=1.4
|
|
|
|
javacTarget=1.4
|
|
|
|
|