blob: 814138bdf3d2245850b31cf91ff34b56e7a52d0f [file] [log] [blame]
ndaib8cedc82005-09-13 18:00:32 +00001###############################################################################
david_williams67d27702006-11-20 16:36:52 +00002# Copyright (c) 2003, 2006 IBM Corporation and others.
ndaib8cedc82005-09-13 18:00:32 +00003# All rights reserved. This program and the accompanying materials
david_williams67d27702006-11-20 16:36:52 +00004# are made available under the terms of the Eclipse Public License v1.0
ndaib8cedc82005-09-13 18:00:32 +00005# which accompanies this distribution, and is available at
david_williams67d27702006-11-20 16:36:52 +00006# http://www.eclipse.org/legal/epl-v10.html
ndaib8cedc82005-09-13 18:00:32 +00007#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
ndaib8cedc82005-09-13 18:00:32 +000011
ndaib8cedc82005-09-13 18:00:32 +000012# The CVS tag to use when fetching the map files from the repository
13mapVersionTag=HEAD
david_williams67d27702006-11-20 16:36:52 +000014
david_williamsa0aec8e2006-05-23 00:29:00 +000015runPackager=true
ndaib8cedc82005-09-13 18:00:32 +000016
david_williams67d27702006-11-20 16:36:52 +000017# This is a subdirectory of $buildDirectory
18# Set collectingFolder and archivePrefix to . if you want to create archives without
19# trailing eclipse in the paths of the included files
ndaib8cedc82005-09-13 18:00:32 +000020collectingFolder=eclipse
david_williams0b74c592007-04-09 06:11:35 +000021logExtension=.xml
ndaib8cedc82005-09-13 18:00:32 +000022# The prefix that will be used in the generated archive.
david_williams67d27702006-11-20 16:36:52 +000023# Does not make sense to use a different archivePrefix than collectingFolder,
24# because zip wouldn't find any files to include into the target zip otherwise
ndaib8cedc82005-09-13 18:00:32 +000025archivePrefix=eclipse
26
ndaib8cedc82005-09-13 18:00:32 +000027# Whether or not to include debug info in the output jars
28javacDebugInfo=false
29
30# Whether or not to fail the build if there are compiler errors
david_williams67d27702006-11-20 16:36:52 +000031javacFailOnError=true
ndaib8cedc82005-09-13 18:00:32 +000032
david_williams15480102006-09-02 03:58:16 +000033##################################################
34# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
35# using the JDT Compiler Adapter to compile.
36javacVerbose=true