diff --git a/build.xml b/build.xml
index 341c8dd9235c00ea5a92a4c5f77a837b8254c1ec..766917586fecdfe8fe874eb5ae54dcb0624d123b 100644
--- a/build.xml
+++ b/build.xml
@@ -159,7 +159,7 @@
   <target name="zip" depends="init">
     <echo message="Ziping..."/>
     <!--echo message="Are you sure that everything is OK (update/ci/compile)?"/-->
-    <antcall target="commit"/>
+    <!--antcall target="commit"/-->
     <antcall target="compileall"/>
     <antcall target="jar"/>
     <!-- may be useful to change directory -->