david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 1 | # FROM DATE AND BUILD |
| 2 | # This must be set as the reference point. |
| 3 | # |
ndai | abc9ffb | 2006-10-27 09:55:46 +0000 | [diff] [blame] | 4 | whatisfixed.since.date=2006-09-23 05:08:00 GMT |
| 5 | whatisfixed.fromBuildId=R-1.5.1-200609230508 |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 6 | |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 7 | # TO DATE AND BUILD |
| 8 | # This is calculated at the time of the build. Is not set |
| 9 | # |
ndai | 3c9e072 | 2006-10-28 05:43:50 +0000 | [diff] [blame^] | 10 | whatisfixed.toBuildId=R-1.5.2-200610261841 |
| 11 | whatisfixed.to.date=2006-10-26 18:41:00 GMT |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 12 | |
| 13 | # This is not used due to wierd behavior by cvs rlog |
| 14 | #whatisfixed.to.branch |
| 15 | |
| 16 | # What is fixed list will only include bugs targeted to these |
| 17 | #(seperate them by commas, blanks are significant in a name) |
| 18 | # - means ignore target |
ndai | abc9ffb | 2006-10-27 09:55:46 +0000 | [diff] [blame] | 19 | whatisfixed.targetMilestones=1.5.1 M151,1.5.2 M152 |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 20 | |
ndai | 3c9e072 | 2006-10-28 05:43:50 +0000 | [diff] [blame^] | 21 | buildBranch=R1.5 |
| 22 | buildType=R |
| 23 | buildRelease=R1.5 |
| 24 | build.distribution=wtp |
| 25 | |
| 26 | whatisfixed.workdir=./tmp-wif |
| 27 | wtpBuilder=${whatisfixed.workdir}/releng.wtpbuilder/build.xml |
| 28 | wtp.cvsTag=HEAD |
| 29 | |
| 30 | mapCvsRoot=:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools |
| 31 | whatisfixed.dir=${whatisfixed.workdir}/results/whatisfixed |
| 32 | |
| 33 | |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 34 | |
| 35 | # These are the components under the cvs root to |
| 36 | # search for changes (seperate them by commas, blanks are significant in a name!) |
| 37 | whatisfixed.modules=wst,jst |
| 38 | |
| 39 | |
ndai | 5de544f | 2006-06-28 14:10:17 +0000 | [diff] [blame] | 40 | build.whatIsFixed=true |
ndai | 3c9e072 | 2006-10-28 05:43:50 +0000 | [diff] [blame^] | 41 | build.trial=false |
| 42 | |
| 43 | uploadUser=ndai |
| 44 | uploadPassword=This is not really used since ssh login is assumed (required) |
| 45 | uploadServer=download1.eclipse.org |
| 46 | uploadRemoteDirectory=/home/data/users/ndai/downloads/webtools/committers/drops/${buildBranch}/${whatisfixed.toBuildId} |