Skip to content

Commit

Permalink
Update to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Sep 19, 2020
1 parent 1690121 commit aa1d7e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ addons:
token:
secure: "An2XPZRN1zP8K8tshQNnNL8jJB5VvjYOCsHWEvW4+YDstvsJJKHc0M/9LQA9b/l6n3AoZJhrP7nyLqy2CDhwLCaPfr94sRDZiCVi5y/cXWXIP5r0ytesII6AT3t0abaeTYOgu3kyRPx8ikyWKhBezuoKR1wBlerzTQrzwMHmK3sNxoCjyJXy+lghPkZ/9ibDmdFTz7OkZ7CIeKxkIfPzWQD3v0yfJ2d1HHxl5vq4F4st9v4kdW5ITRjsq2blNEs/THLMLBvS/0Z8t4JkY//iVg8aeG+14GpkswiJxC2kK7lMtqwS4wdtXSSHl81UUpTSiJXnw3INYztoIZf7CyaZbCvB0RiY75zfWMEPVNswKo/nVjaWIw7hh05XNzSquPQ0+Q/PUZEEvNR+4HVoD+VWR6DqAajSzTBSTKrn0iuQBMg5tgT9KXB//74w8JNSK0WjP3916CZiv6UK5kKQcqDm40y47V0ImRuPmFMosTo5b73D6xxXp4KT42EWkrB2xuOARn7SsqcNOsVFJT21+vRqIl/djmaOZA6aK3+FygAJEdVCewH+vKk94A6ju3cNCGEwxKgTTaAbGwig3ti5qoASo6tHhhs8j92dotYjWcKT6vGvPA/LLrOvVKP/XHyCgfR0GTXoCVbwwSVlvBzfYyFraszJt0Xdd3+WBTNH42eiLEY="
env:
- DITA_OT=3.5.1
- DITA_OT=3.5.4

before_install:
- zip -r fox.jason.translate.xliff.zip . -x *.zip* *.git/* *temp/* *out/*
Expand All @@ -24,7 +24,6 @@ before_install:

install:
- dita-ot-$DITA_OT/bin/dita install https://github.com/jason-fox/fox.jason.unit-test/archive/master.zip
- dita-ot-$DITA_OT/bin/dita install https://github.com/doctales/org.doctales.xmltask/archive/master.zip
- dita-ot-$DITA_OT/bin/dita install fox.jason.translate.xliff.zip

before_script:
Expand Down
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@ that you upgrade to the latest version.
The DITA-OT Translate Plug-in is a plug-in for the DITA Open Toolkit.

- Full installation instructions for downloading DITA-OT can be found
[here](https://www.dita-ot.org/3.5.1/topics/installing-client.html).
[here](https://www.dita-ot.org/3.5.4/topics/installing-client.html).

1. Download the `dita-ot-3.5.1.zip` package from the project website at
1. Download the `dita-ot-3.5.4.zip` package from the project website at
[dita-ot.org/download](https://www.dita-ot.org/download)
2. Extract the contents of the package to the directory where you want to install DITA-OT.
3. **Optional**: Add the absolute path for the `bin` directory to the _PATH_ system variable.

This defines the necessary environment variable to run the `dita` command from the command line.

```console
curl -LO https://github.com/dita-ot/dita-ot/releases/download/3.5.1/dita-ot-3.5.1.zip
unzip -q dita-ot-3.5.1.zip
rm dita-ot-3.5.1.zip
curl -LO https://github.com/dita-ot/dita-ot/releases/download/3.5.4/dita-ot-3.5.4.zip
unzip -q dita-ot-3.5.4.zip
rm dita-ot-3.5.4.zip
```

### Installing the Plug-in
Expand Down Expand Up @@ -442,6 +442,4 @@ The translated `*.dita` files are generated into the `out` directory.

The Program includes the following additional software components which were obtained under license:

- xmltask.jar - http://www.oopsconsultancy.com/software/xmltask/ - **Apache 1.1 license** (within
`org.doctales.xmltask` plug-in)
- json-simple-1.1.1.jar - https://github.com/fangyidong/json-simple - **Apache 2.0 license**

0 comments on commit aa1d7e2

Please sign in to comment.