Changeset 260

Show
Ignore:
Timestamp:
11/04/06 17:46:25 (2 years ago)
Author:
scorfield
Message:

Another revision keyword substitution test.

Location:
framework/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/fuseboxApplication.cfc

    • Property svn:keywords set to LastChangedRevision
    r259 r260  
    9393                                        hint="I am the myFusebox data structure." /> 
    9494                 
    95                 <cfset var myVersion = "5.0.1.#REReplace('$Rev$','\$.* \([0-9]+\) \$','\1')#" /> 
     95                <cfset var myVersion = "5.0.1.#REReplace('$LastChangedRevision$','\$.* \([0-9]+\) \$','\1')#" /> 
    9696 
    9797                <cfset variables.factory = createObject("component","fuseboxFactory").init() /> 
  • framework/trunk/myFusebox.cfc

    • Property svn:keywords set to LastChangedRevision
    r259 r260  
    5656        this.version.parser      = "unknown"; 
    5757           
    58         this.version.runtime     = "5.0.1.#REReplace('$Rev$','\$.* \([0-9]+\) \$','\1')#"; 
     58        this.version.runtime     = "5.0.1.#REReplace('$LastChangedRevision$','\$.* \([0-9]+\) \$','\1')#"; 
    5959           
    6060        this.thisCircuit = "";