Ignore:
Timestamp:
May 7, 2010, 6:05:50 PM (14 years ago)
Author:
gav
Message:

Refactor UpadateRev script to fix classNotFound exception and make script re-usable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/_Events.groovy

    r522 r526  
    1 includeTargets << grailsScript("UpdateRev")
     1
     2includeTargets << new File("${basedir}/scripts/_UpdateRev.groovy")
    23
    34eventCompileStart = { msg ->
     5    println "Compile started, checking VCS Revision."
    46    updateVcsRevision()
    57}
Note: See TracChangeset for help on using the changeset viewer.