Author: jacopoc
Date: Tue Feb 3 09:49:01 2009
New Revision: 740261
URL:
http://svn.apache.org/viewvc?rev=740261&view=revLog:
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">