diff --git a/DataExtractionOSM/build.xml b/DataExtractionOSM/build.xml
index 7031006511..b1b21abcf8 100644
--- a/DataExtractionOSM/build.xml
+++ b/DataExtractionOSM/build.xml
@@ -102,6 +102,7 @@
+
diff --git a/OsmAnd/build.xml b/OsmAnd/build.xml
index a8de4d1d64..da352314cc 100644
--- a/OsmAnd/build.xml
+++ b/OsmAnd/build.xml
@@ -160,39 +160,6 @@
-
-
-
-
-
-
- Current revision: ${svn.info.rev}
-
-
-
-
-
- Updated to revision: ${svn.info.rev}
- Modyfing Version.java to include revision info: debug r${svn.info.rev}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ Current revision: ${svn.info.rev}
+
+
+
+
+
+ Updated to revision: ${svn.info.rev}
+ Modyfing Version.java to include revision info: debug r${svn.info.rev}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/build-scripts/daily_build.sh b/build-scripts/daily_build.sh
index 096a4da727..a8b668d02a 100755
--- a/build-scripts/daily_build.sh
+++ b/build-scripts/daily_build.sh
@@ -11,7 +11,7 @@ mkdir $LOG_DIR
# check build already run today
if [ -e "$LOG_FILE" ]; then
echo "Build already ran today"
- # exit
+ exit
fi
touch $LOG_FILE
@@ -23,7 +23,7 @@ touch $LOG_FILE
"${DIRECTORY}/build_branches.sh" &> $LOG_FILE
# 3. upload to ftp server
-#"${DIRECTORY}/upload_ftp.sh" &> $LOG_FILE
+"${DIRECTORY}/upload_ftp.sh" &> $LOG_FILE
# 4. Synchronize github with googlecode mercurial
"${DIRECTORY}/sync_git_hg.sh" &> $LOG_FILE