Bug 550630 - Please don't use absolute URLs for child location

attributes, e.g., not in 2019-09

Change-Id: I819f7e88172a2a1df345f8bbf7b3fcd0b5827958
Signed-off-by: Frederic Gurr <frederic.gurr@eclipse-foundation.org>
diff --git a/promoteUtils/writeComposites.sh b/promoteUtils/writeComposites.sh
index 5f1087b..7d8516c 100755
--- a/promoteUtils/writeComposites.sh
+++ b/promoteUtils/writeComposites.sh
@@ -16,7 +16,7 @@
   # this number is just used to allocate an initial array (or, something) so would be a very minor
   # performance hit to have to "grow" it. But, could be improved in future.
   printf "%s\n" "  <children size='4'>" >> ${outfile}
-  printf "%s\n" "     <child location='https://download.eclipse.org/technology/epp/packages/$stream/'/>" >> ${outfile}
+  printf "%s\n" "     <child location='../../technology/epp/packages/${stream}/'/>" >> ${outfile}
 
 
 }
@@ -36,8 +36,8 @@
   # Note: size will not always be accurate here, for 'update releases' there can be more, but 
   # this number is just used to allocate an initial array (or, something) so would be a very minor
   # performance hit to have to "grow" it. But, could be improved in future.  
-  printf "%s\n" "  <children size='3'>" >> ${outfile}
-  printf "%s\n" "     <child location='https://download.eclipse.org/technology/epp/packages/$stream/'/>" >> ${outfile}
+  printf "%s\n" "  <children size='4'>" >> ${outfile}
+  printf "%s\n" "     <child location='../../technology/epp/packages/${stream}/'/>" >> ${outfile}
 
 }