Skip to content

Commit e1600fe

Browse files
committed
travis updates, forge box 2 updates
1 parent b2aed1d commit e1600fe

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

modules/cbjavaloader/changelog.md renamed to changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ CHANGELOG
22
=========
33

44
## 1.2.0
5+
* Travis Updates
6+
* Changing the array of locations check so that it doesn't fail if a JAR file is passed in the array.
7+
* Readme Updates
8+
* ForgeBox2 Updates
59

610
## 1.1.0
711
* Travis Integration

modules/cbjavaloader/box.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name" : "JavaLoader",
33
"version" : "@version.number@[email protected]@",
4+
"location" : "http://downloads.ortussolutions.com.s3.amazonaws.com/ortussolutions/coldbox-modules/cbjavaloader/@version.number@/[email protected]@.zip",
45
"author" : "Ortus Solutions.com <[email protected]",
56
"slug" : "cbjavaloader",
67
"type" : "modules",
@@ -14,13 +15,8 @@
1415
"contributors" : [
1516
"Brad Wood <[email protected]>", "Curt Gratz <[email protected]>"
1617
],
17-
"engines" : [
18-
{ "type" : "lucee", "version" : ">4.5" },
19-
{ "type" : "adobe", "version" : ">9.02" }
20-
],
2118
"ignore":[
2219
"**/.*",
23-
"tests",
24-
"*/.md"
20+
"tests"
2521
]
2622
}

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/ColdBox/cbox-javaloader.svg?branch=development)](https://travis-ci.org/ColdBox/cbox-javaloader)
1+
[![Build Status](https://travis-ci.org/coldbox-modules/cbox-javaloader.svg?branch=development)](https://travis-ci.org/coldbox-modules/cbox-javaloader)
22

33
# Welcome to the CBJavaloader Project
44

@@ -11,6 +11,7 @@ Apache License, Version 2.0.
1111
- https://github.com/ColdBox/cbox-javaloder
1212
- http://forgebox.io/view/javaloader
1313
- Docs: https://github.com/Ortus-Solutions/JavaLoader/wiki
14+
- [Changelog](changelog.md)
1415

1516
## System Requirements
1617
- Lucee 4.5+

workbench/build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
</copy>
6969
<!-- Copy readme -->
7070
<copy todir="${dir.build}" encoding="UTF-8" file="readme.md" overwrite="true" />
71+
<copy todir="${dir.build}" encoding="UTF-8" file="changelog.md" overwrite="true" />
7172

7273
<!-- Replace Version + Build Numbers -->
7374
<replaceregexp match='@version.number@' replace="${project.version}" flags="ig" byline="true" encoding="UTF-8">

0 commit comments

Comments
 (0)