Changeset 289

Show
Ignore:
Timestamp:
12/24/06 17:49:24 (2 years ago)
Author:
scorfield
Message:

Addresses #73 by fixing a bug in how lexicons are processed in fusebox.xml.

Location:
framework/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/.settings/org.eclipse.core.resources.prefs

    r282 r289  
    1 #Thu Dec 21 11:09:00 PST 2006 
     1#Sun Dec 24 11:56:20 PST 2006 
    22eclipse.preferences.version=1 
    33encoding//skeleton/controller/circuit.xml.cfm=UTF-8 
  • framework/trunk/fuseboxApplication.cfc

    r288 r289  
    9393                                        hint="I am the myFusebox data structure." /> 
    9494                 
    95                 <!--- fixes ticket 95 for parsePath ---> 
     95                <!--- fixes a bug in how ticket 73 was implemented ---> 
    9696                <cfset var myVersion = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#" /> 
    9797 
  • framework/trunk/myFusebox.cfc

    r284 r289  
    5151<cfcomponent hint="I provide the per-request myFusebox data structure and some convenience methods."> 
    5252        <cfscript> 
    53         // fixes ticket 95 for parsePath 
     53        // fixes a bug in how ticket 73 was implemented 
    5454        this.version.runtime     = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#"; 
    5555