commit | 6387d9af909d55ce4a9de9a461bf70a2d989b575 | [log] [tgz] |
---|---|---|
author | david_williams <david_williams> | Wed Oct 24 04:18:09 2007 +0000 |
committer | david_williams <david_williams> | Wed Oct 24 04:18:09 2007 +0000 |
tree | d6f934edbc5187c4fa2d7e4f75fa173c81330ea0 | |
parent | 1fe3b972f8163e81edef0524991dd2617ba2a4f8 [diff] [blame] |
cleanup and fixes
diff --git a/plugins/org.eclipse.wtp.releng.utilities/copyAndRemove.sh b/plugins/org.eclipse.wtp.releng.utilities/copyAndRemove.sh index d0d17d4..0414801 100755 --- a/plugins/org.eclipse.wtp.releng.utilities/copyAndRemove.sh +++ b/plugins/org.eclipse.wtp.releng.utilities/copyAndRemove.sh
@@ -20,3 +20,16 @@ fi return; } + +copyAndRemoveModule () { + + +oldBaseDir=$[1} +newBaseDir=$[2} +wtpmodule=${3} + +oldDir=${oldBaseDir}/${wtpmodule} +newDir=${newBaseDir} +copyAndRemove $oldDir $newDir +return; +} \ No newline at end of file