svn commit: r422413 - /incubator/ofbiz/trunk/framework/entity/dtd/entity-eca.xsd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r422413 - /incubator/ofbiz/trunk/framework/entity/dtd/entity-eca.xsd

jonesde
Author: jonesde
Date: Sun Jul 16 01:57:05 2006
New Revision: 422413

URL: http://svn.apache.org/viewvc?rev=422413&view=rev
Log:
Changed admin to system to follow current pattern

Modified:
    incubator/ofbiz/trunk/framework/entity/dtd/entity-eca.xsd

Modified: incubator/ofbiz/trunk/framework/entity/dtd/entity-eca.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entity/dtd/entity-eca.xsd?rev=422413&r1=422412&r2=422413&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/entity/dtd/entity-eca.xsd (original)
+++ incubator/ofbiz/trunk/framework/entity/dtd/entity-eca.xsd Sun Jul 16 01:57:05 2006
@@ -212,7 +212,7 @@
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
-        <xs:attribute type="xs:string" name="run-as-user" default="admin"/>
+        <xs:attribute type="xs:string" name="run-as-user" default="system"/>
         <xs:attribute type="xs:string" name="value-attr"/>
     </xs:attributeGroup>
 </xs:schema>