diff options
author | Eike Stepper | 2012-08-08 06:57:56 +0000 |
---|---|---|
committer | Eike Stepper | 2012-08-08 06:57:56 +0000 |
commit | 9cd047c1c9fefe8030ca753afbf4824c028a7902 (patch) | |
tree | 9a175c802e7b6be759282b7672868c22cb733a21 /plugins/org.eclipse.emf.cdo.security/model | |
parent | 9ff04e5105cd3e098c0087dfabe646fefcb1d163 (diff) | |
download | cdo-9cd047c1c9fefe8030ca753afbf4824c028a7902.tar.gz cdo-9cd047c1c9fefe8030ca753afbf4824c028a7902.tar.xz cdo-9cd047c1c9fefe8030ca753afbf4824c028a7902.zip |
[384535] Develop Lucene-based IStore
https://bugs.eclipse.org/bugs/show_bug.cgi?id=384535
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.security/model')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.security/model/security.ecore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.security/model/security.ecore b/plugins/org.eclipse.emf.cdo.security/model/security.ecore index a733028ff1..5ac20dc9dd 100644 --- a/plugins/org.eclipse.emf.cdo.security/model/security.ecore +++ b/plugins/org.eclipse.emf.cdo.security/model/security.ecore @@ -20,6 +20,10 @@ derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultAccess" eType="#//AccessObject"/> + <eStructuralFeatures xsi:type="ecore:EReference" name="defaultUserDirectory" eType="#//Directory"/> + <eStructuralFeatures xsi:type="ecore:EReference" name="defaultGroupDirectory" + eType="#//Directory"/> + <eStructuralFeatures xsi:type="ecore:EReference" name="defaultRoleDirectory" eType="#//Directory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Directory" eSuperTypes="#//SecurityItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" |