cleanup
diff --git a/releng.control/localBuildExample/upload.properties b/releng.control/localBuildExample/upload.properties
index 266bd48..d275e5a 100644
--- a/releng.control/localBuildExample/upload.properties
+++ b/releng.control/localBuildExample/upload.properties
@@ -1,22 +1,19 @@
-# upload.properties
-
-# These are some properties needed to upload builds from the build machine to the download machine.
-# The actual task that does that is in wtp.upload in releng.wtpBuidler.
-# Its better to set here, "outside" of wtpBuilder, since it can be machine and user specific
+# upload.properties
-# Use care with "true" unless you really
-# have a place for the builds to go. You
-# would not want them to accidently go to eclipse.org
-build.upload=false
-
+
+# These are some properties needed to upload builds from
+# a build machine to some download machine. These are
+# ignored if UPLOAD_BUILD environment variable is set to false.
+#
uploadUser=davidw
uploadPassword="This is not really used since ssh login is assumed (required)"
uploadServer=localhost
uploadRemoteDirectory=/var/www/html/buildhome/webtools/${site-sub-dir}/drops/${buildBranch}
-# rsyncRootPrefix should be empty for Linux machines.
-# But, Windows using cygwin will needs something like /cygdrive/G/
-# for what ever drive or directory is parent of build home
+# rsyncRootPrefix should be empty for Linux machines.
+# But, Windows using cygwin will need something like /cygdrive/G/
+# for what ever drive or directory is parent of build home.
+# This is allow rsync to work (using cygwin).
+#
# rsyncRootPrefix=
-