Ignore:
Timestamp:
2008-07-02T09:04:06+12:00 (16 years ago)
Author:
davidb
Message:

Support for 'collectgroup' added, whereby Greenstone 2 collections can be grouped into different sets of collections. Thought I had all the angles covered but it turns out I've overlooked the case of 'base this on' collection feature of GLI, which currently doesn't know about the collectgroup feature. Committing what I have for now, as since there are no instructions on how to use this feature, no one is going to activating it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/util/StaticStrings.java

    r15882 r16267  
    7373    static final public String COLLECTIONMETADATA_PUBLIC_ELEMENT = "Public";
    7474    static final public String COLLECTIONMETADATA_PUBLIC_STR = "public";
     75    static final public String COLLECTIONMETADATA_COLLECTGROUP_STR = "collectgroup";
    7576    static final public String COLLECTIONMETADATA_STR = "collectionmeta";
    7677    static final public String COLON_CHARACTER = ":";
Note: See TracChangeset for help on using the changeset viewer.