Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 644fdf7

Browse files
authored
Merge pull request #12 from pfreitag/develop
Remove CF7 workaround
2 parents 72ef32f + 145094e commit 644fdf7

File tree

3 files changed

+2
-29
lines changed

3 files changed

+2
-29
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
JavaLoader 1.1
1+
JavaLoader 1.2
22
==============
33

44
JavaLoader is a library that has been built to ease the use, development and integration of Java within ColdFusion applications.

javaloader/JavaLoader.cfc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Purpose: Utlitity class for loading Java Classes
1717
instance.static.uuid = "A0608BEC-0AEB-B46A-0E1E1EC5F3CE7C9C";
1818
</cfscript>
1919

20-
<cfimport taglib="tags" prefix="jl">
2120

2221
<!------------------------------------------- PUBLIC ------------------------------------------->
2322

@@ -370,10 +369,9 @@ Purpose: Utlitity class for loading Java Classes
370369
var counter = 0;
371370
</cfscript>
372371

373-
<!--- cf7 syntax. Yuck. --->
374372
<cfloop from="1" to="#len#" index="counter">
375373
<cfset dir = directories[counter]>
376-
<jl:directory action="list" directory="#dir#" recurse="true"
374+
<cfdirectory action="list" directory="#dir#" recurse="true"
377375
type="file"
378376
sort="dateLastModified desc"
379377
name="qLastModified">

javaloader/tags/directory.cfm

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)