blob: e98e7b241882715a675d48e880deb8687d3cf29c [file] [log] [blame]
ndai91f5c9b2006-03-12 13:56:45 +00001###############################################################################
david_williams67d27702006-11-20 16:36:52 +00002# Copyright (c) 2005 Oracle Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
ndai91f5c9b2006-03-12 13:56:45 +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
ndai91f5c9b2006-03-12 13:56:45 +00007#
david_williams67d27702006-11-20 16:36:52 +00008# Contributors:
9# Oracle Corporation - initial API and implementation
10###############################################################################
ndai91f5c9b2006-03-12 13:56:45 +000011
david_williams26f83182007-12-09 06:56:43 +000012# This property file is used automatically by the PDE build process
david_williams67d27702006-11-20 16:36:52 +000013
david_williamsd913e922006-11-13 07:24:21 +000014runPackager=true
ndai91f5c9b2006-03-12 13:56:45 +000015
ndai91f5c9b2006-03-12 13:56:45 +000016# This is a subdirectory of $buildDirectory
17# Set collectingFolder and archivePrefix to . if you want to create archives without
18# trailing eclipse in the paths of the included files
19collectingFolder=eclipse
20
david_williams67d27702006-11-20 16:36:52 +000021# The prefix that will be used in the generated archive.
ndai91f5c9b2006-03-12 13:56:45 +000022# Does not make sense to use a different archivePrefix than collectingFolder,
23# because zip wouldn't find any files to include into the target zip otherwise
24archivePrefix=eclipse
david_williams0b74c592007-04-09 06:11:35 +000025logExtension=.xml
ndai91f5c9b2006-03-12 13:56:45 +000026# Whether or not to include debug info in the output jars
david_williams26f83182007-12-09 06:56:43 +000027javacDebugInfo=true
ndai91f5c9b2006-03-12 13:56:45 +000028
29# Whether or not to fail the build if there are compiler errors
david_williams373420d2007-12-13 08:37:55 +000030javacFailOnError=false
david_williams15480102006-09-02 03:58:16 +000031
32##################################################
33# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
34# using the JDT Compiler Adapter to compile.
35javacVerbose=true
david_williams8e6e8a72008-02-10 07:41:14 +000036
37sign=false