Changeset 423 for trunk/reactor/core/objectTranslator.cfc
- Timestamp:
- 4/19/2007 5:54:26 PM (1 year ago)
- Files:
-
- 1 modified
-
trunk/reactor/core/objectTranslator.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/reactor/core/objectTranslator.cfc
r417 r423 23 23 <cfset var projectPath = "" /> 24 24 <!--- write the project object ---> 25 <cfsetprojectRoot = ExpandPath("/reactor/#Iif(arguments.plugin, De("Plugins"), De("xsl"))#" & "/" ) />25 <cfset var projectRoot = ExpandPath("/reactor/#Iif(arguments.plugin, De("Plugins"), De("xsl"))#" & "/" ) /> 26 26 27 27 <cfset generate(

