commit | 1fe3b972f8163e81edef0524991dd2617ba2a4f8 | [log] [tgz] |
---|---|---|
author | david_williams <david_williams> | Wed Oct 24 02:03:47 2007 +0000 |
committer | david_williams <david_williams> | Wed Oct 24 02:03:47 2007 +0000 |
tree | cd4f2d3695e0c1981e746b7e6024f3b3419b743a | |
parent | 3326b6c7d8a22176b9972029ae8484d94910ac51 [diff] |
some cleanup and corrections
diff --git a/plugins/org.eclipse.wtp.releng.utilities/moveejb.sh b/plugins/org.eclipse.wtp.releng.utilities/moveejb.sh index 4aea2c2..21d5a0a 100755 --- a/plugins/org.eclipse.wtp.releng.utilities/moveejb.sh +++ b/plugins/org.eclipse.wtp.releng.utilities/moveejb.sh
@@ -1,7 +1,6 @@ #!/bin/sh . mainparams.shsource - . copyAndRemove.sh
diff --git a/plugins/org.eclipse.wtp.releng.utilities/movejee.sh b/plugins/org.eclipse.wtp.releng.utilities/movejee.sh index c7f6c9f..4f50375 100755 --- a/plugins/org.eclipse.wtp.releng.utilities/movejee.sh +++ b/plugins/org.eclipse.wtp.releng.utilities/movejee.sh
@@ -208,12 +208,6 @@ newDir=${newBaseDir} copyAndRemove $oldDir $newDir -newBaseDir=${newcvsdir}/ejbtools/docs -wtpmodule=org.eclipse.jst.ejb.doc.user -oldDir=${oldBaseDir}/${wtpmodule} -newDir=${newBaseDir} -copyAndRemove $oldDir $newDir - oldBaseDir=${oldcvsdir}/wst/components/web/features newBaseDir=${newcvsdir}/jeetools/features
diff --git a/plugins/org.eclipse.wtp.releng.utilities/moveservertools.sh b/plugins/org.eclipse.wtp.releng.utilities/moveservertools.sh index e2c0ad3..3183c1c 100755 --- a/plugins/org.eclipse.wtp.releng.utilities/moveservertools.sh +++ b/plugins/org.eclipse.wtp.releng.utilities/moveservertools.sh
@@ -19,7 +19,7 @@ newDir=${newBaseDir} copyAndRemove $oldDir $newDir -wtpmodule=org.eclipse.wst.internet.monitor.core.ui +wtpmodule=org.eclipse.wst.internet.monitor.ui oldDir=${oldBaseDir}/${wtpmodule} newDir=${newBaseDir} copyAndRemove $oldDir $newDir