Ignore:
Timestamp:
Nov 28, 2009, 2:17:34 PM (14 years ago)
Author:
gav
Message:

Upgrade quartz plugin to 0.4.1 propper.
Refactor and enable quartz scheduling for recurring tasks.
Adjust svn ignores to ignore all log files.
Create a pseudo system person for automated insertions.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 stacktrace.log
         1*.log
        22*.war
  • trunk/grails-app/domain/Period.groovy

    r136 r199  
    33    String period
    44    boolean isActive = true
    5 
    6     static hasMany = [taskRecurringSchedules: TaskRecurringSchedule]
    7    
    8     static mappedBy = [taskRecurringSchedules:"recurPeriod"]
    95
    106//     static belongsTo = []
Note: See TracChangeset for help on using the changeset viewer.