Skip to content

Commit e1a1748

Browse files
committed
Remove dependency
1 parent 5b1deab commit e1a1748

File tree

3 files changed

+2
-23
lines changed

3 files changed

+2
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,6 @@ jobs:
2323
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
# SONAR_CLOUD_LOGIN: ${{ secrets.SONAR_CLOUD_LOGIN }}
2525

26-
build-dita:
27-
name: Build DITA
28-
runs-on: ubuntu-latest
29-
steps:
30-
- name: Git checkout
31-
uses: actions/checkout@v2
32-
- name: Build PDF
33-
uses: jason-fox/dita-build-action@master
34-
with:
35-
plugins: |
36-
https://github.com/jason-fox/fox.jason.passthrough/archive/master.zip
37-
https://github.com/jason-fox/fox.jason.passthrough.doxygen/archive/master.zip
38-
build: |
39-
dita -i ./test/cppdoc/document.ditamap -o out -f pdf -v
40-
41-
4226
unit-test:
4327
name: Unit Tests
4428
runs-on: ubuntu-latest
@@ -50,7 +34,5 @@ jobs:
5034
with:
5135
dita-ot-version: 3.6
5236
plugin: 'fox.jason.passthrough.doxygen'
53-
prerequisites: |
54-
https://github.com/jason-fox/fox.jason.passthrough/archive/master.zip
5537
env:
5638
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}

lib/passthrough.parser-4.0.jar

8.05 KB
Binary file not shown.

plugin.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@
77
<plugin id="fox.jason.passthrough.doxygen" version="1.0.0">
88
<feature extension="ant.import" file="process_doxygen.xml"/>
99
<feature extension="dita.conductor.lib.import" file="lib/passthrough.doxygen-1.0.jar"/>
10-
<!--
11-
This plugin requires the passthrough reader
12-
-->
13-
<require plugin="fox.jason.passthrough"/>
10+
<feature extension="dita.conductor.lib.import" file="lib/passthrough.parser-4.0.jar"/>
1411

15-
<!-- Uses the passthrough extension point and file reader -->
12+
<!-- Uses the passthrough Doxygen file reader -->
1613
<feature extension="dita.parser">
1714
<parser format="doxygen" class="fox.jason.passthrough.DoxygenReader"/>
1815
</feature>

0 commit comments

Comments
 (0)