Skip to content

Commit 8cbdf86

Browse files
committed
JScriptBox fork - JScriptBox now has its own project.
1 parent 7cf12b7 commit 8cbdf86

31 files changed

+8
-1268
lines changed

.ci/ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Do the Gradle build
44
./gradlew build || exit 1
55

6-
if [ "$TRAVIS_REPO_SLUG" == "diffplug/freshmark" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
6+
if [ "$TRAVIS_REPO_SLUG" == "diffplug/jscriptbox" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
77
# Publish the artifacts
88
./gradlew publish || exit 1
99
# Push the javadoc

.ci/push-javadoc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd $HOME
1313
git config --global user.email "travis@travis-ci.org"
1414
git config --global user.name "travis-ci"
1515
rm -rf $HOME/gh-pages
16-
git clone --quiet --branch=gh-pages https://${gh_token}@github.com/diffplug/freshmark gh-pages > /dev/null
16+
git clone --quiet --branch=gh-pages https://${gh_token}@github.com/diffplug/jscriptbox gh-pages > /dev/null
1717

1818
# copy the javadoc into the build
1919
cd gh-pages

CHANGES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# FreshMark releases
1+
# JScriptBox releases
22

33
### Version 1.1.0 - TBD ([javadoc](http://diffplug.github.io/freshmark/javadoc/snapshot/))
44

5-
### Version 1.0.0 - September 17th 2015 ([javadoc](http://diffplug.github.io/freshmark/javadoc/1.0.0/), [jcenter](https://bintray.com/diffplug/opensource/freshmark/1.0.0/view))
5+
### Version 1.0.0 - September 17th 2015 ([javadoc](http://diffplug.github.io/jscriptbox/javadoc/1.0.0/), [jcenter](https://bintray.com/diffplug/jscriptbox/freshmark/1.0.0/view))
66

77
* First stable release.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <img align="left" src="freshmark.png"> FreshMark: Keep your markdown fresh
1+
# <img align="left" src="jscriptbox.png"> JScriptBox: Make your scripting API language-independent
22
<!---freshmark shields
33
output = [
44
link(shield('Maven artifact', 'mavenCentral', '{{group}}:{{name}}', 'blue'), 'https://bintray.com/{{org}}/opensource/{{name}}/view'),

freshmark.png

-9.71 KB
Binary file not shown.

freshmark.svg

-375
This file was deleted.

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
stable=1.0.0
22
version=1.0.0-SNAPSHOT
3-
name=freshmark
4-
group=com.diffplug.freshmark
5-
description=FreshMark - Keep your markdown fresh
3+
name=jscriptbox
4+
group=com.diffplug.jscriptbox
5+
description=JScriptBox: Make your scripting API language-independent
66
org=diffplug
77

88
# Build requirements
File renamed without changes.
File renamed without changes.

src/main/java/com/diffplug/freshmark/CommentScript.java

-125
This file was deleted.

src/main/java/com/diffplug/freshmark/FreshMark.java

-111
This file was deleted.

0 commit comments

Comments
 (0)