diff --git a/build.xml b/build.xml index 044e6dd91ad..fa759af4840 100644 --- a/build.xml +++ b/build.xml @@ -255,7 +255,7 @@ To get started using Eclipse, execute "ant build-dev" and import the top-level - + diff --git a/components/antlib/resources/global.xml b/components/antlib/resources/global.xml index 07b8f604932..06e14334f5d 100644 --- a/components/antlib/resources/global.xml +++ b/components/antlib/resources/global.xml @@ -451,7 +451,7 @@ Building with SLICE2CPP=${ice.slice2cpp} Building with SLICE2HTML=${ice.slice2html} Building with SLICEPATH=${ice.slicepath} - + @@ -470,7 +470,7 @@ - + diff --git a/components/tools/python.xml b/components/tools/python.xml index 3a11092d155..c8e4783e0c4 100644 --- a/components/tools/python.xml +++ b/components/tools/python.xml @@ -24,7 +24,7 @@ build_year = "${python_build_year}" - + diff --git a/docs/hudson/OMERO.sh b/docs/hudson/OMERO.sh index 7a892b93c65..54cd02814b7 100644 --- a/docs/hudson/OMERO.sh +++ b/docs/hudson/OMERO.sh @@ -12,10 +12,10 @@ set -x source docs/hudson/functions.sh echo Building $OMERO_BRANCH -./build.py build-dev release-all +python3 ./build.py build-dev release-all if [ -d .git ] then - ./build.py release-src + python3 ./build.py release-src fi # Log information