org.eclipse.ant.core/build.properties

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.38 - (download) (annotate)
Wed Apr 25 00:14:47 2007 UTC (2 years, 7 months ago) by darins
Branch: MAIN
CVS Tags: v20080128, v20071004, v20080512-1620, R3_3, v20080908, v20081117, v20091012, v20081201, v20081103, v20080303, v20091110_r342, v20091118, v20090505, v20081124, R3_3_1_1, v20080514-1542, v20090320, v20090323, R3_4, R3_5, pre_R3_3, v20090428, v20090429, v20080425, v20091008-1330, v20091110_r352, v20070729, v20080721, R3_5_1, v20070426, v20080509, v20070511, v20091109, v20090511, v20090817, v20090504, v20090203, v20091109_r342, v20090817_r351, R3_3_1, v20090413, v20070522, v20080818, v20071212, R3_4_2, R3_4_1, v20070826, v20090112-1500, v20090706, v20091028_r34x_264388, v20090520, v20080319, v20080318, v20080707, v20080508-1600, v20091109_r352, v20080630, v20090406, v20080529, R3_3_2, HEAD
Branch point for: R3_4_maintenance, R3_5_maintenance
Changes since 1.37: +2 -2 lines
Bug 177667 - Include Ant from Orbit in Platform build
###############################################################################
# Copyright (c) 2000, 2007 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
###############################################################################
source.. =src/
source.lib/antsupportlib.jar=src_ant/
src.includes = about.html,\
               schema/,\
               about_files/
bin.includes = plugin.xml,\
               plugin.properties,\
               about.html,\
               .,\
               lib/*.jar,\
               META-INF/,\
               about_files/
jars.compile.order=.,lib/antsupportlib.jar
jars.extra.classpath=platform:/plugin/org.apache.ant/lib/ant.jar,platform:/plugin/org.apache.ant/lib/ant-launcher.jar
javadoc.packages=org.eclipse.*