adjust for .git on git.eclipse.org
diff --git a/bootstrapScript/getRelengTools.sh b/bootstrapScript/getRelengTools.sh
index 3d1bbd7..6a44e25 100755
--- a/bootstrapScript/getRelengTools.sh
+++ b/bootstrapScript/getRelengTools.sh
@@ -109,11 +109,11 @@
 rm ${BRANCH_TOOLS}.zip* 2>/dev/null
 rm -fr ${TMPDIR_TOOLS} 2>/dev/null 
 
-wget --no-verbose -O  ${BRANCH_TOOLS}.zip ${CGITURL}/${BUILD_TOOLS}/snapshot/${BRANCH_TOOLS}.zip 2>&1
+wget --no-verbose -O  ${BRANCH_TOOLS}.zip ${CGITURL}/${BUILD_TOOLS}.git/snapshot/${BRANCH_TOOLS}.zip 2>&1
 RC=$?
 if [[ $RC != 0 ]] 
 then
-    echo "   ERROR: Failed to get ${BRANCH_TOOLS}.zip from  ${CGITURL}/${BUILD_TOOLS}/snapshot/${BRANCH_TOOLS}.zip"
+    echo "   ERROR: Failed to get ${BRANCH_TOOLS}.zip from  ${CGITURL}/${BUILD_TOOLS}.git/snapshot/${BRANCH_TOOLS}.zip"
     echo "   RC: $RC"
     exit $RC
 fi
diff --git a/build.xml b/build.xml
index 4f49644..7ad35e3 100644
--- a/build.xml
+++ b/build.xml
@@ -108,7 +108,7 @@
 
     	<!-- get raw files from git -->
     	  	
-    	<get src="${CGITURL}/${RELENG_TESTS}/snapshot/${BRANCH_TESTS}.zip" dest="${BUILD_HOME}" verbose="true" />
+    	<get src="${CGITURL}/${RELENG_TESTS}.git/snapshot/${BRANCH_TESTS}.zip" dest="${BUILD_HOME}" verbose="true" />
     	
     	<unzip src="${BUILD_HOME}/${BRANCH_TESTS}.zip" dest="${BUILD_HOME}/${TMPDIR_TESTS}"/>
     	
@@ -156,7 +156,7 @@
     	
     	<delete file="${BUILD_HOME}/${BRANCH_BUILD}.zip" failonerror="false" />
     	
-        <get src="${CGITURL}/${BUILD_MODEL}/snapshot/${BRANCH_BUILD}.zip" dest="${BUILD_HOME}" verbose="true" />
+        <get src="${CGITURL}/${BUILD_MODEL}.git/snapshot/${BRANCH_BUILD}.zip" dest="${BUILD_HOME}" verbose="true" />
          
          <unzip src="${BUILD_HOME}/${BRANCH_BUILD}.zip" dest="${BUILD_HOME}/${TMPDIR_BUILD}"/>