File tree Expand file tree Collapse file tree 3 files changed +2
-29
lines changed Expand file tree Collapse file tree 3 files changed +2
-29
lines changed Original file line number Diff line number Diff line change 1
- JavaLoader 1.1
1
+ JavaLoader 1.2
2
2
==============
3
3
4
4
JavaLoader is a library that has been built to ease the use, development and integration of Java within ColdFusion applications.
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ Purpose: Utlitity class for loading Java Classes
17
17
instance .static .uuid = " A0608BEC-0AEB-B46A-0E1E1EC5F3CE7C9C" ;
18
18
< / cfscript >
19
19
20
- < cfimport taglib = " tags" prefix = " jl" >
21
20
22
21
<!------------------------------------------- PUBLIC ------------------------------------------->
23
22
@@ -370,10 +369,9 @@ Purpose: Utlitity class for loading Java Classes
370
369
var counter = 0 ;
371
370
< / cfscript >
372
371
373
- <!--- cf7 syntax. Yuck. --->
374
372
< cfloop from = " 1" to = " #len #" index = " counter" >
375
373
< cfset dir = directories [counter ]>
376
- < jl : directory action = " list" directory = " #dir #" recurse = " true"
374
+ < cfdirectory action = " list" directory = " #dir #" recurse = " true"
377
375
type = " file"
378
376
sort = " dateLastModified desc"
379
377
name = " qLastModified" >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments