From 3cd9a1f4bd74b06b4a421a64c83e8aa94d1599c9 Mon Sep 17 00:00:00 2001 From: theli Date: Tue, 5 Jul 2005 09:00:35 +0000 Subject: [PATCH] *) correcting problems with wrong svn revision number - if the .svn directory exists, the entries file will be parsed to determine the revision number of the corrent working copy - then the revision number in the build.properties file will be overwritten with this value - if the .svn directory does not exists the value from the build.properties file will be used git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@376 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- build.xml | 74 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 61 insertions(+), 13 deletions(-) diff --git a/build.xml b/build.xml index 485ba29a9..022c96a38 100644 --- a/build.xml +++ b/build.xml @@ -66,24 +66,72 @@ - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + +