mparker | fe51ca8 | 2009-08-12 23:30:08 +0000 | [diff] [blame^] | 1 | # source dir |
| 2 | sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-emft-mwe-0.7/lastSuccessful/archive/build/ |
| 3 | |
| 4 | # target dir |
| 5 | targetZipsDir=/home/data/httpd/download.eclipse.org/modeling/emft/updates/nightly/0.7.0 |
| 6 | |
| 7 | # group owner of new files |
| 8 | targetGroup=emftadmin |
| 9 | |
| 10 | # type(s) to copy (N, I, M, S, R; default to all) |
| 11 | buildTypes=N |
| 12 | |
| 13 | # synch method method (add or replace; add = keep adding new builds; replace = keep 1 build per branch) |
| 14 | synchMethod=replace |
| 15 | |
| 16 | # if set, update zip will be unpacked into destination dir and use synchMethod above to add or replace contents |
| 17 | targetUpdateDir=/home/data/httpd/download.eclipse.org/modeling/emft/updates/nightly |