From: "Adrian Crum" <[email protected]>
On 12/16/2010 10:00 AM, Adam Heath wrote:
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.
I wanted to do that, but my SVN client didn't understand it. I'll try to get it
to work later, then do a revert and move.
Adrian, if ever you use Toirtoise, try right-click and drag and drop. The popup menu will have a 'SVN move versioned files here'
option.
Jacques