Many packaging fixes. Support for categories.
diff --git a/releng/org.eclipse.amp.releng/promote-N.properties b/releng/org.eclipse.amp.releng/promote-N.properties
new file mode 100644
index 0000000..1258936
--- /dev/null
+++ b/releng/org.eclipse.amp.releng/promote-N.properties
@@ -0,0 +1,17 @@
+# source dir
+sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-amp-nightly/lastSuccessful/archive/build/
+
+# target dir
+targetZipsDir=/home/data/httpd/download.eclipse.org/amp/drops/nightly/0.2.0
+
+# group owner of new files
+targetGroup=ampadmin
+
+# 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=add
+
+# 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/amp/updates/nightly