2005-06-23 16:02:46 +00:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2005 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-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/,\
|
|
|
|
META-INF/
|
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/,\
|
|
|
|
indexer/,\
|
2004-03-17 13:48:54 +00:00
|
|
|
search/,\
|
2005-02-02 20:19:14 +00:00
|
|
|
misc/,\
|
|
|
|
regression/
|