You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2015/11/12 11:30:34 UTC

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

Author: jleroux
Date: Thu Nov 12 10:30:33 2015
New Revision: 1714007

URL: http://svn.apache.org/viewvc?rev=1714007&view=rev
Log:
No functional change, "load-tenant-admin-user-login" is not a main target and should be only used being called by other targets. Then there should not be a description, it's confusing! See this comment and comments above https://issues.apache.org/jira/browse/OFBIZ-5757?focusedCommentId=14338165

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1714007&r1=1714006&r2=1714007&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Thu Nov 12 10:30:33 2015
@@ -1069,8 +1069,7 @@ under the License.
         <input addproperty="continueYN" message="Continue Y or N" validargs="N,n,Y,y"/>
 
     </target>
-    <target name="load-tenant-admin-user-login"
-        description="Create the admin login for the tenant with admin privileges, and a temporay password equal to 'ofbiz'. Password must be changed on first login">
+    <target name="load-tenant-admin-user-login">
         <echo>------------------------------------</echo>
         <echo message="Installing the admin for the tenant"/>
         <echo message="Delegator = ${delegatorId}"/>