ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 1 | |
david_williams | 5d9c986 | 2007-11-19 04:42:55 +0000 | [diff] [blame] | 2 | # uncomment if its desired to skip unit tests |
| 3 | # (if not already defined from elsewhere) |
david_williams | 0c366d3 | 2006-12-10 07:08:39 +0000 | [diff] [blame] | 4 | # skipUnitTests=yes |
| 5 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 6 | # javacFailOnError must be false otherwise the |
| 7 | # build will terminated at the first compile error |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 8 | javacFailOnError=false |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 9 | javacDebugInfo=true |
| 10 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 11 | # Asks the compiler for verbose output. This should be set |
| 12 | # to true in order for *.bin.log files to be generated when |
| 13 | # using the JDT Compiler Adapter to compile. |
david_williams | 1548010 | 2006-09-02 03:58:16 +0000 | [diff] [blame] | 14 | javacVerbose=true |
| 15 | |
| 16 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 17 | # This is the eclipse releng driver |
| 18 | # It is only used to drive the build process |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 19 | # it must be relative to the build home |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 20 | # |
| 21 | # |
| 22 | # in 3.2 based builds, this version is no longer appended to |
| 23 | # pde builder directory name. |
| 24 | #eclipse.base.version=3.1.0 |
| 25 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 26 | eclipse.builder=org.eclipse.releng.basebuilder |
david_williams | eef2b01 | 2007-11-17 17:33:35 +0000 | [diff] [blame] | 27 | eclipse.builder.version=M3_34 |
david_williams | 5bc53f1 | 2007-11-19 05:17:01 +0000 | [diff] [blame] | 28 | #eclipse.builder.version=RC4_33 |
david_williams | fbadcb7 | 2007-09-23 02:37:06 +0000 | [diff] [blame] | 29 | #eclipse.builder.version=r322_v20070104 |
david_williams | 5045d5b | 2007-11-18 07:46:09 +0000 | [diff] [blame] | 30 | # uncomment if its desired to 'force' fetch of eclipse builder |
| 31 | # (if not already defined from elsewhere) |
| 32 | #eclipse.builder.fetch=true |
| 33 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 34 | |
david_williams | f8999d7 | 2007-07-01 03:26:27 +0000 | [diff] [blame] | 35 | # WTP specific builder |
david_williams | 8fe30a3 | 2007-11-17 08:21:05 +0000 | [diff] [blame] | 36 | wtpBuildTools.url=http://www.eclipse.org/external/webtools/wtpBuildTools/drops/R3.0/T-T200706302239-200706302239/updateSite/plugins |
david_williams | f8999d7 | 2007-07-01 03:26:27 +0000 | [diff] [blame] | 37 | wtpBuildTools.file=org.eclipse.wtp.releng.tools_1.0.0.v200706302235.jar |
| 38 | |
| 39 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 40 | archivesFormat=*,*,*-antZip |
| 41 | |
| 42 | # This parameter is specific to the compiler |
| 43 | # being used (JDT Compiler, in our case). |
| 44 | # 'showversion' causes the version of JDT Compiler to be |
| 45 | # printed to the compiler log file. |
david_williams | 0c366d3 | 2006-12-10 07:08:39 +0000 | [diff] [blame] | 46 | #compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw |
david_williams | 0b74c59 | 2007-04-09 06:11:35 +0000 | [diff] [blame] | 47 | compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial,raw,typeHiding,unchecked |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 48 | |
david_williams | 0b74c59 | 2007-04-09 06:11:35 +0000 | [diff] [blame] | 49 | logExtension=.xml |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 50 | # Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when |
| 51 | # using the JDT Compiler Adapter to compile. |
| 52 | javacVerbose=true |
| 53 | |
| 54 | ############################################################# |
| 55 | |
| 56 | |
| 57 | # Set this to the relative path for the |
| 58 | # directory to be use for the current build. |
| 59 | # It must be relative to the build home |
| 60 | # Final name will include the ditribution name and build type |
david_williams | e225478 | 2007-08-20 16:45:26 +0000 | [diff] [blame] | 61 | # e.g: projects/wtp-R3.0-I |
david_williams | 9ae13be | 2007-08-20 07:17:07 +0000 | [diff] [blame] | 62 | build.current=projects |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 63 | |
| 64 | |
| 65 | # Set this to the relative path for the |
| 66 | # directory to be use for the current test pass. |
| 67 | # It must be relative to the build home |
| 68 | # Final name will include the component and build type |
david_williams | e225478 | 2007-08-20 16:45:26 +0000 | [diff] [blame] | 69 | # e.g: tests/wtp-R3.0-I |
david_williams | 9ae13be | 2007-08-20 07:17:07 +0000 | [diff] [blame] | 70 | build.tests=tests |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 71 | |
| 72 | # Set this to the relative path for the |
| 73 | # directory to be used for the peformance test. |
| 74 | # It is relative to the build home. |
| 75 | build.perf.tests=perf-current |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 76 | |
| 77 | # This is the directory in which eclipse driver |
| 78 | # that will be used to compile the build will |
| 79 | # be installed into it is relative to the build.current |
| 80 | base.location=eclipse |
| 81 | |
| 82 | |
david_williams | 22bd49b | 2006-11-28 09:17:14 +0000 | [diff] [blame] | 83 | # This is the working directory in which |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 84 | # build process will do its job |
| 85 | # It is relative to the build.current |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 86 | build.directory=workdir |
| 87 | |
david_williams | d321374 | 2006-11-28 18:47:00 +0000 | [diff] [blame] | 88 | # Set this to the relative path for the |
| 89 | # directory that keeps the downloaded drivers (local repository) |
| 90 | # It must be relative to the buildHome |
| 91 | build.local.repository=downloads |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 92 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 93 | # This is the CVS Repository |
| 94 | # that is used during the build process |
| 95 | # |
lmandel | 0e3b5fe | 2005-10-01 04:44:12 +0000 | [diff] [blame] | 96 | cvsRoot=/cvsroot/webtools |
ndai | d7c6c4e | 2005-09-13 18:07:51 +0000 | [diff] [blame] | 97 | cvsServer=dev.eclipse.org |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 98 | cvsProtocol=ext |
| 99 | cvsUser=david_williams |
david_williams | 1548010 | 2006-09-02 03:58:16 +0000 | [diff] [blame] | 100 | |
david_williams | 22bd49b | 2006-11-28 09:17:14 +0000 | [diff] [blame] | 101 | # Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when |
| 102 | # using the JDT Compiler Adapter to compile. |
| 103 | javacVerbose=true |
| 104 | |
ndai | 1a032ed | 2005-09-13 18:29:51 +0000 | [diff] [blame] | 105 | |
| 106 | ############################################################# |
| 107 | # Other inline resolved properties |
david_williams | 1cff0e9 | 2006-11-23 00:40:29 +0000 | [diff] [blame] | 108 | pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder} |
david_williams | 54315a7 | 2007-02-14 22:50:44 +0000 | [diff] [blame] | 109 | # Beginning with 33M5, the startup.jar was removed. Currently, in basebuilder, |
| 110 | # this launcher is provided without version number. If we ever move to use plain |
| 111 | # eclipse, we'll need a bit of script find and rename (or set the variable). |
| 112 | # to ever "go backwards" this one variable could be ${pde.builder.path}/startup.jar |
| 113 | eclipse.launcher=${pde.builder.path}/plugins/org.eclipse.equinox.launcher.jar |
david_williams | fbadcb7 | 2007-09-23 02:37:06 +0000 | [diff] [blame] | 114 | #eclipse.launcher=${pde.builder.path}/startup.jar |
david_williams | 54315a7 | 2007-02-14 22:50:44 +0000 | [diff] [blame] | 115 | |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 116 | # in 3.2 based builds, pde's directory no longer has version number |
| 117 | #pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build_${eclipse.base.version}/scripts |
| 118 | pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts |
david_williams | 9ae13be | 2007-08-20 07:17:07 +0000 | [diff] [blame] | 119 | buildDirectory=${env.BUILD_HOME}/${build.current}/${build.distribution}-${buildBranch}-${buildType}/${build.directory} |
david_williams | 1cff0e9 | 2006-11-23 00:40:29 +0000 | [diff] [blame] | 120 | pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder} |