Ignore:
Timestamp:
2003-12-02T17:28:05+13:00 (20 years ago)
Author:
jmt12
Message:

Moved the special folder 'shortcuts' from collection based to shared for the installation of gli. This caused some added fun when it turned out one of the workspace tree refreshes was blocking the AWTEvent thread, despite me putting tests in place to stop that from happening. It had never reared its ugly head before, as there were never any shortcut collections being mapped when a collection had been closed, or when GLI was exiting before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/classes/xml/config.xml

    r6031 r6098  
    11<?xml version="1.0" encoding="UTF-8" ?>
    22<!DOCTYPE Configuration [
    3   <!ELEMENT Configuration  (GathererConfig, Other)>
     3  <!ELEMENT Configuration  (GathererConfig, Other, DirectoryMappings)>
    44  <!ELEMENT GathererConfig (Argument*)>
    55  <!ELEMENT Argument       (#PCDATA)>
     
    1717  <!ELEMENT Name           (#PCDATA)>
    1818  <!ELEMENT Desc           (#PCDATA)>
     19  <!ELEMENT DirectoryMappings (Mapping*)>
     20  <!ELEMENT Mapping           (#PCDATA)>
     21  <!ATTLIST Mapping
     22            name              CDATA #REQUIRED
     23        file              CDATA #REQUIRED>
    1924]>
    2025
     
    117122  </GathererConfig>
    118123  <Other/>
     124  <DirectoryMappings/>
    119125</Configuration>
Note: See TracChangeset for help on using the changeset viewer.