blob: ec5c0bcc21f9021cbe031df3f6f24078ac0df853 [file] [log] [blame]
david_williams06e43382008-06-10 01:20:21 +00001###############################################################################
2# Copyright (c) 2003, 2006 IBM 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
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11
david_williamsef87ecf2008-09-01 03:45:21 +000012product=${buildDirectory}/plugins/org.eclipse.wtp.xml.dev/xml.config.product
david_williams06e43382008-06-10 01:20:21 +000013
david_williamsef87ecf2008-09-01 03:45:21 +000014# This property file is used automatically by the PDE build process
david_williams06e43382008-06-10 01:20:21 +000015runPackager=true
16
17# 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
20collectingFolder=eclipse
21logExtension=.xml
22# 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
25archivePrefix=eclipse
26
27# Whether or not to include debug info in the output jars
28javacDebugInfo=true
29
30# Whether or not to fail the build if there are compiler errors
31javacFailOnError=false
32
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
38sign=true
david_williams726e0512008-09-01 05:00:01 +000039
40generate.p2.metadata=true
41p2.metadata.repo = file:${buildDirectory}/repo
42p2.artifact.repo = file:${buildDirectory}/repo
43p2.metadata.repo.name = Meta Repo Name
44p2.artifact.repo.name = Artifact Repo Name
45p2.flavor = tooling
46p2.publish.artifacts=true