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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.14 - (download) (annotate)
Thu May 29 16:13:26 2008 UTC (18 months ago) by mrennie
Branch: MAIN
CVS Tags: v20090504, v20091023, v20090706, v20090126-0950, v20091028_r34x_264388, v20081103, bug_264338_pre_branch, v20090428-1200, R3_4, R3_5, v20081117, Root_R3_4_bug_264338, v20080707, v20091012, v20090428, v20090126-0900, R3_5_1, v20091008-1330, v20090817, v20080818, v20080721, v20080723, v20080529, R3_4_2, R3_4_1, HEAD
Branch point for: R3_4_bug_264338
Changes since 1.13: +2 -2 lines
updated copyrights
###############################################################################
# Copyright (c) 2004, 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/,\
               lib/,\
               lib/*.jar,\
               *.jar,\
               META-INF/
               
source.anttestsui.jar = test plugin/,\
						Ant Editor Tests/,\
						Ant Debug Tests/,\
						External Tools/,\
						Ant Tests/,\
                        buildfiles/
						
source.lib/antUITestsSupport.jar = test support/
jars.compile.order=anttestsui.jar,lib/antUITestsSupport.jar