ASSIGNED - bug 284916: Convert Update Site and Download Releng
https://bugs.eclipse.org/bugs/show_bug.cgi?id=284916

Basic settings.
diff --git a/releng/org.eclipse.amp.releng/promote.properties b/releng/org.eclipse.amp.releng/promote.properties
new file mode 100644
index 0000000..9e8880d
--- /dev/null
+++ b/releng/org.eclipse.amp.releng/promote.properties
@@ -0,0 +1,17 @@
+# source dir
+sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-emft-mwe-0.7/lastSuccessful/archive/build/
+
+# target dir
+targetZipsDir=/home/data/httpd/download.eclipse.org/modeling/emft/updates/nightly/0.7.0
+
+# group owner of new files
+targetGroup=emftadmin
+
+# type(s) to copy (N, I, M, S, R; default to all)
+buildTypes=N
+
+# synch method method (add or replace; add = keep adding new builds; replace = keep 1 build per branch)
+synchMethod=replace
+
+# if set, update zip will be unpacked into destination dir and use synchMethod above to add or replace contents 
+targetUpdateDir=/home/data/httpd/download.eclipse.org/modeling/emft/updates/nightly