org.eclipse.ant.tests.core/build.properties

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.16 - (download) (annotate)
Thu May 29 16:14:25 2008 UTC (18 months ago) by mrennie
Branch: MAIN
CVS Tags: v20091118, v20090504, v20091109, v200911091122_r352, v20081103, R3_4, R3_5, v20091109_r342, v20090428, v20090126-0900, v20091110_r342, v20091109_r352, v20091110_r352, v20080818, v20080721, v20080723, R3_5_1, v20080529, R3_4_2, R3_4_1, HEAD
Branch point for: R3_4_maintenance, R3_5_maintenance
Changes since 1.15: +2 -2 lines
updated copyrights
###############################################################################
# Copyright (c) 2000, 2008 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
###############################################################################
bin.includes = plugin.xml,\
               plugin.properties,\
               test.xml,\
               about.html,\
               testbuildfiles/,\
               testresources/,\
               testlib/,\
               lib/,\
               lib/*.jar,\
               *.jar,\
               META-INF/
               
source.anttestscore.jar = test plugin/,\
                         tests/,\
                         buildfiles/
source.lib/antTestsSupport.jar = test support/
jars.compile.order=anttestscore.jar,lib/antTestsSupport.jar