ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 1 | |
david_williams | 0c366d3 | 2006-12-10 07:08:39 +0000 | [diff] [blame] | 2 | # comment out, if you want tests to run |
| 3 | # skipUnitTests=yes |
| 4 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 5 | mapVersionTag=HEAD |
| 6 | buildType=I |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 7 | build.distribution=wtp |
| 8 | |
| 9 | |
david_williams | 22bd49b | 2006-11-28 09:17:14 +0000 | [diff] [blame] | 10 | relengroot= |
| 11 | releng=releng |
| 12 | releng.builder=releng.wtpbuilder |
| 13 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 14 | # javacFailOnError must be false otherwise the |
| 15 | # build will terminated at the first compile error |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 16 | javacFailOnError=false |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 17 | javacDebugInfo=true |
| 18 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 19 | # Asks the compiler for verbose output. This should be set |
| 20 | # to true in order for *.bin.log files to be generated when |
| 21 | # using the JDT Compiler Adapter to compile. |
david_williams | 1548010 | 2006-09-02 03:58:16 +0000 | [diff] [blame] | 22 | javacVerbose=true |
| 23 | |
| 24 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 25 | # This is the eclipse releng driver |
| 26 | # It is only used to drive the build process |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 27 | # it must be relative to the build home |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 28 | # |
| 29 | # |
| 30 | # in 3.2 based builds, this version is no longer appended to |
| 31 | # pde builder directory name. |
| 32 | #eclipse.base.version=3.1.0 |
| 33 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 34 | eclipse.builder=org.eclipse.releng.basebuilder |
david_williams | 3237bbd | 2006-01-10 18:36:56 +0000 | [diff] [blame] | 35 | #eclipse.builder.version=r311_vM20050914-1235 |
david_williams | 4773062 | 2006-02-13 04:29:04 +0000 | [diff] [blame] | 36 | #eclipse.builder.version=vI20051215-1506 |
david_williams | 5a86f48 | 2006-02-22 20:37:22 +0000 | [diff] [blame] | 37 | #eclipse.builder.version=vI20060210-1640 |
david_williams | 601fd4e | 2006-11-23 04:17:13 +0000 | [diff] [blame] | 38 | eclipse.builder.version=M3_33 |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 39 | eclipse.builder.fetch=true |
| 40 | |
david_williams | 0c366d3 | 2006-12-10 07:08:39 +0000 | [diff] [blame] | 41 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 42 | archivesFormat=*,*,*-antZip |
| 43 | |
| 44 | # This parameter is specific to the compiler |
| 45 | # being used (JDT Compiler, in our case). |
| 46 | # 'showversion' causes the version of JDT Compiler to be |
| 47 | # printed to the compiler log file. |
david_williams | 0c366d3 | 2006-12-10 07:08:39 +0000 | [diff] [blame] | 48 | #compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw |
david_williams | e46b0ab | 2006-11-29 20:50:59 +0000 | [diff] [blame] | 49 | compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw,typeHiding,unchecked |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 50 | |
| 51 | |
| 52 | # Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when |
| 53 | # using the JDT Compiler Adapter to compile. |
| 54 | javacVerbose=true |
| 55 | |
| 56 | ############################################################# |
| 57 | |
| 58 | |
| 59 | # Set this to the relative path for the |
| 60 | # directory to be use for the current build. |
| 61 | # It must be relative to the build home |
| 62 | # Final name will include the ditribution name and build type |
| 63 | # e.g: build-wtp-I |
| 64 | build.current=build |
| 65 | |
| 66 | |
| 67 | # Set this to the relative path for the |
| 68 | # directory to be use for the current test pass. |
| 69 | # It must be relative to the build home |
| 70 | # Final name will include the component and build type |
| 71 | # e.g: test-wtp-I |
| 72 | build.tests=test |
| 73 | |
| 74 | # Set this to the relative path for the |
| 75 | # directory to be used for the peformance test. |
| 76 | # It is relative to the build home. |
| 77 | build.perf.tests=perf-current |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 78 | |
| 79 | # This is the directory in which eclipse driver |
| 80 | # that will be used to compile the build will |
| 81 | # be installed into it is relative to the build.current |
| 82 | base.location=eclipse |
| 83 | |
| 84 | |
david_williams | 22bd49b | 2006-11-28 09:17:14 +0000 | [diff] [blame] | 85 | # This is the working directory in which |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 86 | # build process will do its job |
| 87 | # It is relative to the build.current |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 88 | build.directory=workdir |
| 89 | |
david_williams | d321374 | 2006-11-28 18:47:00 +0000 | [diff] [blame] | 90 | # Set this to the relative path for the |
| 91 | # directory that keeps the downloaded drivers (local repository) |
| 92 | # It must be relative to the buildHome |
| 93 | build.local.repository=downloads |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 94 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 95 | # This is the CVS Repository |
| 96 | # that is used during the build process |
| 97 | # |
lmandel | 0e3b5fe | 2005-10-01 04:44:12 +0000 | [diff] [blame] | 98 | cvsRoot=/cvsroot/webtools |
ndai | d7c6c4e | 2005-09-13 18:07:51 +0000 | [diff] [blame] | 99 | cvsServer=dev.eclipse.org |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 100 | cvsProtocol=ext |
| 101 | cvsUser=david_williams |
david_williams | 1548010 | 2006-09-02 03:58:16 +0000 | [diff] [blame] | 102 | |
david_williams | 22bd49b | 2006-11-28 09:17:14 +0000 | [diff] [blame] | 103 | # Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when |
| 104 | # using the JDT Compiler Adapter to compile. |
| 105 | javacVerbose=true |
| 106 | |
ndai | 1a032ed | 2005-09-13 18:29:51 +0000 | [diff] [blame] | 107 | |
| 108 | ############################################################# |
| 109 | # Other inline resolved properties |
david_williams | 1cff0e9 | 2006-11-23 00:40:29 +0000 | [diff] [blame] | 110 | pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder} |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 111 | # in 3.2 based builds, pde's directory no longer has version number |
| 112 | #pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build_${eclipse.base.version}/scripts |
| 113 | pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts |
david_williams | 1cff0e9 | 2006-11-23 00:40:29 +0000 | [diff] [blame] | 114 | buildDirectory=${env.BUILD_HOME}/${build.current}-${build.distribution}-${buildBranch}-${buildType}/${build.directory} |
| 115 | pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder} |