blob: 116195784b7c273e94a34b946d734fc63b89abb9 [file] [log] [blame]
david_williamsae0e4cb2006-11-11 02:55:51 +00001###############################################################################
2# Copyright (c) 2006 Oracle.
3# 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
david_williamsae0e4cb2006-11-11 02:55:51 +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
david_williamsae0e4cb2006-11-11 02:55:51 +00007#
8# Contributors:
9# Oracle - initial API and implementation
10###############################################################################
david_williamsae0e4cb2006-11-11 02:55:51 +000011
david_williamsae0e4cb2006-11-11 02:55:51 +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_williamsd913e922006-11-13 07:24:21 +000015runPackager=true
david_williamsae0e4cb2006-11-11 02:55:51 +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
david_williamsae0e4cb2006-11-11 02:55:51 +000020collectingFolder=eclipse
21
david_williams67d27702006-11-20 16:36:52 +000022# The prefix that will be used in the generated archive.
23# 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
david_williamsae0e4cb2006-11-11 02:55:51 +000025archivePrefix=eclipse
26
david_williamsae0e4cb2006-11-11 02:55:51 +000027# Whether or not to include debug info in the output jars
28javacDebugInfo=false
david_williams0b74c592007-04-09 06:11:35 +000029logExtension=.xml
david_williamsae0e4cb2006-11-11 02:55:51 +000030# Whether or not to fail the build if there are compiler errors
david_williams67d27702006-11-20 16:36:52 +000031javacFailOnError=true
david_williamsae0e4cb2006-11-11 02:55:51 +000032
33##################################################
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
37