File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ ## 1.3.0
5
+ * Adobe CF Compatiblity
6
+
4
7
## 1.2.0
5
8
* Travis Updates
6
9
* Changing the array of locations check so that it doesn't fail if a JAR file is passed in the array.
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ component {
97
97
var aJarPaths = [];
98
98
for ( var this Location in javaLoaderDSL .loadPaths ){
99
99
if ( directoryExists ( this Location ) ) {
100
- aJarPaths .addAll ( getJars ( this Location ) )
100
+ aJarPaths .addAll ( getJars ( this Location ) );
101
101
} else if ( ! fileExists ( this Location ) ) {
102
102
throw ( " Cannot load #this Location # as it is not a valid path or file" );
103
103
}
Original file line number Diff line number Diff line change 3
3
<!-- Version: UPDATE ON EACH RELEASE AS NEEDED -->
4
4
<property name =" project.name" value=" cbjavaloader" />
5
5
<property name =" module.name" value=" cbjavaloader" />
6
- <property name =" project.version" value=" 1.2 .0" />
6
+ <property name =" project.version" value=" 1.3 .0" />
7
7
<property name =" groupID" value=" ortussolutions" />
8
8
9
9
<!-- Build Labels -->
You can’t perform that action at this time.
0 commit comments