On 12/16/2010 10:45 AM, [email protected] wrote:
Author: adrianc
Date: Thu Dec 16 16:45:47 2010
New Revision: 1050053
URL: http://svn.apache.org/viewvc?rev=1050053&view=rev
Log:
Moved some security related demo data from the applications/securityext folder
to the framework/security folder. This change accommodates logging in as admin
in a framework-only demo installation.
Added:
ofbiz/trunk/framework/security/data/PasswordSecurityData.xml (with props)
ofbiz/trunk/framework/security/data/SecurityDemoData.xml (with props)
Removed:
ofbiz/trunk/applications/securityext/data/PasswordSecurityData.xml
Modified:
ofbiz/trunk/applications/securityext/data/UserDemoData.xml
ofbiz/trunk/applications/securityext/ofbiz-component.xml
ofbiz/trunk/framework/security/ofbiz-component.xml
Minor nit-pick. It would have been better to do an svn mv of
PasswordSecurityData.xml. Git doesn't care about files changing their
name/location, but svn tries to track such rename metadata.