Skip to content

Commit

Permalink
was: Change DEV-iceXY to SNAPSHOT
Browse files Browse the repository at this point in the history
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
  • Loading branch information
joshmoore committed May 1, 2014
1 parent 4b44007 commit 969a6de
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 = []
Expand Down

0 comments on commit 969a6de

Please sign in to comment.