diff --git a/releng.control/addRepoProperties.sh b/releng.control/addRepoProperties.sh
index 42c08dea9d977d4766ae779d6c904df8754611c1..f2a2fe81c0d02c5bd08e1bbf18e7cb489d19aa54 100644
--- a/releng.control/addRepoProperties.sh
+++ b/releng.control/addRepoProperties.sh
@@ -80,5 +80,5 @@ $devJRE -version
 echo
 
 
-${ECLIPSE_EXE}  -debug -nosplash -consolelog -console -data $devworkspace --launcher.suppressErrors -application ${APP_NAME} ${OTHER_ARGS} -vm $devJRE -vmargs $devArgs
+${ECLIPSE_EXE} -nosplash -console -data $devworkspace --launcher.suppressErrors -application ${APP_NAME} ${OTHER_ARGS} -vm $devJRE -vmargs $devArgs
 
diff --git a/releng.control/promote.sh b/releng.control/promote.sh
index a1fe8ddaac1fcdcbce7f01d38528ea9ec3c46f66..e62d4fc49e074db84f3e2b409e63e8814ec5d81e 100755
--- a/releng.control/promote.sh
+++ b/releng.control/promote.sh
@@ -184,9 +184,14 @@ then
        fi 
 fi 
 
+# Remember, add properties should be called after process artifacts. 
 # TODO: we currently do not add properties to tests repo ... maybe should? for mirror URL, at least. 
-# TODO: a fourth argument can be specified to provide stats suffix 
-# such as _helios_SR2, _indigo_SR0 ... but, takes some customization updated fairly often, to be accurate. 
+# TODO: a fourth and fifth argument can be specified to addRepoProperties.sh to provide better stats marking. 
+# A version indicator that becomes part of URI, such as /helios, /indigo, etc, and
+# a suffix, to signify releases, such as  
+# such as _helios_SR2, _indigo_SR0 ... but, these will take some customization, and remember to update them fairly often, to be accurate.
+# And, we do not particularly use anyway. 
+# Also, the addProperties app has some ability to add name property (but not in our releng repo yet). 
 if [[ $addProperties ]] 
 then 
    repoDirLocation=$FROMDIR/repository