You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/02/03 10:49:01 UTC

svn commit: r740261 - /ofbiz/trunk/build.xml

Author: jacopoc
Date: Tue Feb  3 09:49:01 2009
New Revision: 740261

URL: http://svn.apache.org/viewvc?rev=740261&view=rev
Log:
Fixed bug created during my last commit.

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=740261&r1=740260&r2=740261&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Tue Feb  3 09:49:01 2009
@@ -342,7 +342,6 @@
     <target name="prompt-user-login-name" if="userLoginId.notSet"
         description="Prompts for a user name.">
         <input addproperty="userLoginId" message="Enter user name (log in with the temporary password 'ofbiz'):"/>
-        <antcall target="create-admin-user-login"/>
     </target>
 
     <target name="run-debug" depends="build">