some cleanup and corrections
diff --git a/plugins/org.eclipse.wtp.releng.utilities/movesourceediting.sh b/plugins/org.eclipse.wtp.releng.utilities/movesourceediting.sh
index 2ed17bf..8265346 100755
--- a/plugins/org.eclipse.wtp.releng.utilities/movesourceediting.sh
+++ b/plugins/org.eclipse.wtp.releng.utilities/movesourceediting.sh
@@ -9,23 +9,23 @@
newDir=${newcvsdir}/sourceediting
-oldDir=${oldcvsdir}/wst/components/sse/
+oldDir=${oldcvsdir}/wst/components/sse
copyAndRemove $oldDir $newDir
-oldDir=${oldcvsdir}/wst/components/xml/
+oldDir=${oldcvsdir}/wst/components/xml
copyAndRemove $oldDir $newDir
-oldDir=${oldcvsdir}/wst/components/xsd/
+oldDir=${oldcvsdir}/wst/components/xsd
copyAndRemove $oldDir $newDir
-oldDir=${oldcvsdir}/wst/components/dtd/
+oldDir=${oldcvsdir}/wst/components/dtd
copyAndRemove $oldDir $newDir
-oldDir=${oldcvsdir}/wst/components/javascript/
+oldDir=${oldcvsdir}/wst/components/javascript
copyAndRemove $oldDir $newDir
-oldDir=${oldcvsdir}/wst/components/jsdt/
+oldDir=${oldcvsdir}/wst/components/jsdt
copyAndRemove $oldDir $newDir
-oldDir=${oldcvsdir}/wst/components/css/
+oldDir=${oldcvsdir}/wst/components/css
copyAndRemove $oldDir $newDir
-oldDir=${oldcvsdir}/wst/components/html/
+oldDir=${oldcvsdir}/wst/components/html
copyAndRemove $oldDir $newDir
-oldDir=${oldcvsdir}/jst/components/jsp/
+oldDir=${oldcvsdir}/jst/components/jsp
copyAndRemove $oldDir $newDir
oldDir=${oldcvsdir}/wst/components/web/plugins/org.eclipse.wst.standard.schemas
@@ -81,3 +81,9 @@
newDir=${newBaseDir}
copyAndRemove $oldDir $newDir
+oldBaseDir=${oldcvsdir}/jst/components/doc/plugins
+newBaseDir=${newcvsdir}/sourceediting/docs
+wtpmodule=org.eclipse.jst.jsp.ui.infopop
+oldDir=${oldBaseDir}/${wtpmodule}
+newDir=${newBaseDir}
+copyAndRemove $oldDir $newDir