Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.71 KB | None | 0 0
  1.     <action
  2.               class="de.rpgng.explorer.action.GoIntoAction"
  3.               definitionId="de.rpgng.explorer.action.goInto"
  4.               enablesFor="1"
  5.               id="de.rpgng.explorer.action.goInto"
  6.               label="Go Into"
  7.               menubarPath="object.start"
  8.               style="push">
  9.                <enablement>
  10.                     <and>
  11.                        <objectClass
  12.                              name="de.rpgng.explorer.model.I5File">
  13.                        </objectClass>
  14.                        <objectState
  15.                             name = "attr"
  16.                             value = "PF-SRC">                  
  17.                        </objectState>
  18.                     </and>
  19.             </enablement>
  20.          </action>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement