Ignore:
Timestamp:
2014-09-18T12:41:09+12:00 (10 years ago)
Author:
kjdon
Message:

added disabled attribute - used in security element

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSXML.java

    r28982 r29306  
    277277    //security tags and attributes
    278278    public static final String SECURITY_ELEM = "security";
     279        public static final String DISABLED_ATT = "disabled";
    279280    public static final String SCOPE_ATT = "scope";
    280281    public static final String DEFAULT_ACCESS_ATT = "default_access";
Note: See TracChangeset for help on using the changeset viewer.