improve build componentization
diff --git a/releng.control/getFromCVS-relengControl.sh b/releng.control/getFromCVS-relengControl.sh
index 14c7af5..22b7b00 100644
--- a/releng.control/getFromCVS-relengControl.sh
+++ b/releng.control/getFromCVS-relengControl.sh
@@ -1,11 +1,14 @@
-
-# This bat file is to help get builds started "fresh".
-# The -f means do not use ~/.cvsrc file -- this is just to ensure no "hidden options"
-
-# export is used, instead of checkout, just to avoid the CVS directories and since this code
-# for a local build, there should never be a need to check it back in to CVS.
-#
-
-cvs -f -d :pserver:anonymous@dev.eclipse.org:/cvsroot/webtools export -r HEAD releng.control
-
-
+
+# This bat file is to help get builds started "fresh".
+# The -f means do not use ~/.cvsrc file -- this is just to ensure no "hidden options"
+
+# export is used, instead of checkout, just to avoid the CVS directories and since this code
+# for a local build, there should never be a need to check it back in to CVS.
+#
+
+rm -fr releng.control
+
+cvs -f -d :pserver:anonymous@dev.eclipse.org:/cvsroot/webtools export -r HEAD releng.control
+
+chmod +x releng.control/*.sh
+