From 969a6de968c2d19897ee1fcb399399c92c779847 Mon Sep 17 00:00:00 2001 From: jmoore Date: Sun, 27 Apr 2014 16:46:08 +0200 Subject: [PATCH] was: Change DEV-iceXY to SNAPSHOT Since the entire code has now been migrated to components/antlib/scripts this simply cleans up the dangling method on 5.1. Conflicts: build.py --- build.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build.py b/build.py index 07be840aa5c..8d3bb87d88a 100755 --- a/build.py +++ b/build.py @@ -58,7 +58,6 @@ def java_omero(args): command.append(BUILD_PY) command.extend( calculate_memory_args() ) command.extend(["omero"]) - command.extend(choose_omero_version()) if isinstance(args,str): command.append(args) else: @@ -71,12 +70,6 @@ def find_java(): def calculate_memory_args(): return "-Xmx600M -XX:MaxPermSize=256m".split(" ") -def choose_omero_version(): - """ - No-op. Now handled by components/antlib/resources/version.{py,xml} - """ - return [] - def handle_tools(args): _ = os.path.sep.join additions = []