| ############################################################################### |
| # Copyright (c) 2003, 2004 IBM Corporation and others. |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Common Public License v1.0 |
| # which accompanies this distribution, and is available at |
| # http://www.eclipse.org/legal/cpl-v10.html |
| # |
| # Contributors: |
| # IBM Corporation - initial API and implementation |
| ############################################################################### |
| ##################### |
| # Parameters describing how and where to execute the build. |
| # Typical users need only update the following properties: |
| # baseLocation - where things you are building against are installed |
| # bootclasspath - The base jars to compile against (typicaly rt.jar) |
| # configs - the list of {os, ws, arch} configurations to build. |
| # |
| # Of course any of the settings here can be overridden by spec'ing |
| # them on the command line (e.g., -DbaseLocation=d:/eclipse |
| |
| ############# CVS CONTROL ################ |
| |
| # This property file is used automatically by the PDE build process |
| |
| runPackager=true |
| |
| # The location underwhich all of the build output will be collected. |
| collectingFolder=eclipse |
| |
| # The prefix that will be used in the generated archive. |
| archivePrefix=eclipse |
| |
| # Whether or not to include debug info in the output jars |
| javacDebugInfo=true |
| |
| # Whether or not to fail the build if there are compiler errors |
| javacFailOnError=false |
| |
| sign=true |