ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 1 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 2 | # This is the eclipse releng driver |
| 3 | # It is only used to drive the build process |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 4 | # it must be relative to the build home |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 5 | # |
david_williams | c8c15e3 | 2007-12-12 15:34:00 +0000 | [diff] [blame] | 6 | |
david_williams | 612b96c | 2009-01-29 02:50:18 +0000 | [diff] [blame] | 7 | # allow the build to be forgiving of resolution problems |
| 8 | # note, this means things can be built that won't run, but, |
| 9 | # in some cases, the packaging "fixes" the problem. |
| 10 | # in some cases, this is required, such as when building multiple |
| 11 | # versions of singletons |
| 12 | resolution.devMode=true |
| 13 | |
david_williams | c8c15e3 | 2007-12-12 15:34:00 +0000 | [diff] [blame] | 14 | # uncomment if its desired to skip unit tests |
| 15 | # (if not already defined from elsewhere) |
| 16 | # skipUnitTests=yes |
| 17 | |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 18 | # |
david_williams | 536b595 | 2007-12-09 06:03:17 +0000 | [diff] [blame] | 19 | # in 3.2 based builds, this version is no longer appended to |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 20 | # pde builder directory name. |
| 21 | #eclipse.base.version=3.1.0 |
| 22 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 23 | archivesFormat=*,*,*-antZip |
| 24 | |
david_williams | 07af753 | 2007-12-13 09:11:10 +0000 | [diff] [blame] | 25 | logExtension=.xml |
david_williams | 9e7f584 | 2011-03-06 03:32:03 +0000 | [diff] [blame] | 26 | # Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when |
| 27 | # using the JDT Compiler Adapter to compile. |
david_williams | 07af753 | 2007-12-13 09:11:10 +0000 | [diff] [blame] | 28 | javacVerbose=true |
david_williams | 9e7f584 | 2011-03-06 03:32:03 +0000 | [diff] [blame] | 29 | # javacFailOnError must be false otherwise the |
| 30 | # build will terminated at the first compile error |
david_williams | 6740d68 | 2011-01-25 03:42:17 +0000 | [diff] [blame] | 31 | javacFailOnError=false |
david_williams | dd21a9c | 2007-12-13 09:14:36 +0000 | [diff] [blame] | 32 | javacDebugInfo=true |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 33 | |
david_williams | 9e7f584 | 2011-03-06 03:32:03 +0000 | [diff] [blame] | 34 | # Asks the compiler for verbose output. This should be set |
david_williams | dd21a9c | 2007-12-13 09:14:36 +0000 | [diff] [blame] | 35 | # to true in order for *.bin.log files to be generated when |
david_williams | 9e7f584 | 2011-03-06 03:32:03 +0000 | [diff] [blame] | 36 | # using the JDT Compiler Adapter to compile. |
david_williams | dd21a9c | 2007-12-13 09:14:36 +0000 | [diff] [blame] | 37 | javacVerbose=true |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 38 | ############################################################# |
david_williams | 8e6e8a7 | 2008-02-10 07:41:14 +0000 | [diff] [blame] | 39 | |
david_williams | 1f7ed5c | 2008-10-28 05:04:22 +0000 | [diff] [blame] | 40 | # Properties introduced in 3.5 M3 (PDE base builder R35_M2). See |
| 41 | # http://aniefer.blogspot.com/2008/10/sorting-bundles-and-parallel.html |
| 42 | |
| 43 | flattenDependencies=true |
| 44 | parallelCompilation=true |
david_williams | 061c3e2 | 2010-04-29 03:25:24 +0000 | [diff] [blame] | 45 | |
| 46 | generateSourceReferences=true |
david_williams | d4454b3 | 2011-03-31 06:09:21 +0000 | [diff] [blame] | 47 | # default is 28, so using +12, to 40 to help avoid lost digits |
| 48 | generatedVersionLength=40 |
david_williams | 33d2fa3 | 2010-05-22 04:22:18 +0000 | [diff] [blame] | 49 | |
david_williams | 3e3ae9b | 2010-05-22 05:29:35 +0000 | [diff] [blame] | 50 | #repoBaseLocation=${buildDirectory}/${buildLabel}/repository |
david_williams | 92d5991 | 2010-06-07 16:07:48 +0000 | [diff] [blame] | 51 | transformedRepoLocation=${buildDirectory}/transformedRepo |
Carl Anderson | 3cf4340 | 2012-08-15 12:27:17 -0400 | [diff] [blame] | 52 | fetchCacheLocation=${buildDirectory}/fetchCacheLocation |
david_williams | ff60b32 | 2011-03-06 07:15:01 +0000 | [diff] [blame] | 53 | |
| 54 | cvs.reallyquiet=true |
Carl Anderson | 5509ad9 | 2013-05-20 18:35:37 -0400 | [diff] [blame] | 55 | |
| 56 | allowBinaryCycles=true |