david_williams | 4e08c5c | 2007-10-23 22:32:49 +0000 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
| 3 | # These scripts pretty much have to be ran in this order, to work correctly, |
| 4 | # since some copy and remove whole sub-trees, where as others copy and remove |
| 5 | # individual pieces of those subtrees |
| 6 | |
david_williams | 9826bfe | 2007-11-05 00:58:00 +0000 | [diff] [blame] | 7 | ./movejsf.sh |
david_williams | b1a981c | 2007-10-23 19:55:06 +0000 | [diff] [blame] | 8 | ./moverdb.sh |
| 9 | ./movecommon.sh |
| 10 | ./moveservertools.sh |
| 11 | ./movewebservices.sh |
| 12 | ./movesourceediting.sh |
| 13 | ./movereleng.sh |
| 14 | ./movemaps.sh |
| 15 | ./moveejb.sh |
| 16 | ./movejee.sh |
| 17 | ./moveCleanup.sh |