Skip to content

Commit 73d39dd

Browse files
authored
Merge pull request #36 from zemian/issue-34-docs-fix
Issue 34 docs fix
2 parents 50425b2 + ddcdb6a commit 73d39dd

File tree

565 files changed

+15
-220817
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

565 files changed

+15
-220817
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,15 @@ See `get-deps.sh` script on build steps reference.
4545

4646
You need JDK8 and Maven 3.6.0 to build
4747
```
48+
VER=2.4.0-SNAPSHOT
49+
pushd quartz
50+
git checkout master
51+
cp -rf docs ../documentation/${VER}
4852
mvn package -Ddist -DskipTests
4953
# Output is in distribution/target
54+
cp -r distribution/target/quartz-${VER}-distribution.tar.gz ../downloads/files
55+
mkdir -p ../api/${VER}
56+
cp -r distribution/target/quartz-${VER}/javadoc/* ../api/${VER}
5057
```
5158

5259
### For Quartz-2.3.x releases

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ linkedin_username: terracotta
1010
facebook_username: Terracotta
1111

1212
# The "quartz-version" value is for the latest master branch series
13+
# These should define the current active branches in development.
1314
asciidoc_attributes: &asciidoc_attributes
1415
quartz-version: 2.4.0-SNAPSHOT
15-
quartz-2.3.x-version: 2.3.1-SNAPSHOT
16+
quartz-version-23x: 2.3.1-SNAPSHOT
1617

1718
asciidoctor:
1819
attributes: *asciidoc_attributes

api/1.8.5/allclasses-frame.html

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

api/1.8.5/allclasses-noframe.html

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

api/1.8.5/constant-values.html

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

api/1.8.5/deprecated-list.html

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

0 commit comments

Comments
 (0)