Corrected the BranchReadMe.txt file and added some missing seed data.


git-svn-id: https://svn.apache.org/repos/asf/ofbiz/branches/executioncontext20091231@931442 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/BranchReadMe.txt b/BranchReadMe.txt
index 2343689..805894d 100644
--- a/BranchReadMe.txt
+++ b/BranchReadMe.txt
@@ -85,7 +85,7 @@
 it references 3 or 4 components.
 
 The workaround I came up with was to have the lowest level methods
-declared in the api component, then have each component extend
+declared in the base component, then have each component extend
 the interface and add their methods. It's not pretty, but it works.
 
 This is where you can find the interfaces:
diff --git a/framework/security/data/SecurityData.xml b/framework/security/data/SecurityData.xml
index 5ef76ac..0bbd223 100644
--- a/framework/security/data/SecurityData.xml
+++ b/framework/security/data/SecurityData.xml
@@ -69,6 +69,7 @@
     <ArtifactPath artifactPath="ofbiz/?/ServerHit" description="All Applications - Server hit"/>
 
     <ArtifactPermission permissionValue="access=true" description="Access granted"/>
+    <ArtifactPermission permissionValue="access=false" description="Access denied"/>
     <ArtifactPermission permissionValue="admin=true" description="Admin access granted"/>
     <ArtifactPermission permissionValue="create=true" description="Create access granted"/>
     <ArtifactPermission permissionValue="create=false" description="Create access denied"/>