From 091281c9f2446dd66385cd08ca395f8baef2e82d Mon Sep 17 00:00:00 2001 From: lotus Date: Thu, 2 Sep 2010 08:01:01 +0000 Subject: [PATCH] Mac app ant task building a ready-to-distribute zip file extending r7080 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7089 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- addon/YaCy.app/Contents/Info.plist | 2 +- build.xml | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/addon/YaCy.app/Contents/Info.plist b/addon/YaCy.app/Contents/Info.plist index 576a78527..d2f6bf9ed 100644 --- a/addon/YaCy.app/Contents/Info.plist +++ b/addon/YaCy.app/Contents/Info.plist @@ -7,7 +7,7 @@ CFBundleIdentifier net.yacy.yacy CFBundleVersion - 0.96 + @REPL_VERSION@ CFBundleAllowMixedLocalizations true CFBundleExecutable diff --git a/build.xml b/build.xml index be14cd234..a2252052a 100644 --- a/build.xml +++ b/build.xml @@ -55,7 +55,7 @@ - + @@ -702,8 +702,13 @@ - - + + + + + + +