Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3019

Show
Ignore:
Timestamp:
12/10/07 13:45:31 (1 year ago)
Author:
schveiguy
Message:

fixed dsss.conf to use tango/time instead of tango/util/time
updated comments in DefaultCalendar?.d

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dsss.conf

    r2956 r3019  
    6464[tango/util] 
    6565 
     66[tango/time] 
     67 
    6668[tango/group] 
    6769 
  • trunk/tango/time/chrono/DefaultCalendar.d

    r2978 r3019  
    11/** 
    2  * Default calendar.  Use this module to have a system-wide calendar.  By 
    3  * default, the calendar instance is set to GregorianCalendar.  To change it, 
    4  * simply assign it. 
     2 * Default calendar.  Use this module to have a system-wide calendar. 
    53 */ 
    64 
     
    108               tango.time.chrono.Gregorian; 
    119 
     10/** 
     11 * System-wide default calendar instance.  By default, the calendar instance 
     12 * is set to GregorianCalendar.  To change it, simply assign it. 
     13 */ 
    1214public static Calendar DefaultCalendar; 
    1315