From dd3cfe413fb3555171e864bd4a9b13cefd5e7dc7 Mon Sep 17 00:00:00 2001 From: jason-fox Date: Sun, 9 Jul 2023 08:21:46 +0000 Subject: [PATCH 1/3] [create-pull-request] automated change --- fox.jason.translate.xliff.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/fox.jason.translate.xliff.json b/fox.jason.translate.xliff.json index 13d52ad..2b48b95 100644 --- a/fox.jason.translate.xliff.json +++ b/fox.jason.translate.xliff.json @@ -201,5 +201,28 @@ ], "url": "https://github.com/jason-fox/fox.jason.translate.xliff/archive/v3.5.0.zip", "cksum": "c5cc7e916849a2fa04dbc875f309091822d1dbebcdc8f48d100eb07f31eec7a2" + }, + { + "name": "fox.jason.translate.xliff", + "description": "Creates XLIFF from DITA, auto-translates and re-merges XLIFF files, generating translated documentation in a targeted foreign language.", + "keywords": [ + "xliff", + "language-translation" + ], + "homepage": "https://jason-fox.github.io/fox.jason.translate.xliff", + "vers": "4.0.0", + "license": "Apache-2.0", + "deps": [ + { + "name": "org.dita.base", + "req": ">=3.0.0" + }, + { + "name": "org.doctales.xmltask", + "req": ">=1.16.1" + } + ], + "url": "https://github.com/jason-fox/fox.jason.translate.xliff/archive/v4.0.0.zip", + "cksum": "262077e610642ebbf42309af4b067ad8de47e3054220a501a5077c9caf399ee2" } ] From 432f8aebb0c23370bb5dbf90491909709037e1cf Mon Sep 17 00:00:00 2001 From: jason-fox Date: Sun, 9 Jul 2023 08:22:55 +0000 Subject: [PATCH 2/3] [create-pull-request] automated change --- fox.jason.passthrough.doxygen.json | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/fox.jason.passthrough.doxygen.json b/fox.jason.passthrough.doxygen.json index 8c36ada..fd8eab2 100644 --- a/fox.jason.passthrough.doxygen.json +++ b/fox.jason.passthrough.doxygen.json @@ -26,5 +26,33 @@ ], "url": "https://github.com/jason-fox/fox.jason.passthrough.doxygen/archive/v1.2.0.zip", "cksum": "d0f35dae3e5382f51e301e25ecb5b258a6a460318d840ba2ca9b36075a85056f" + }, + { + "name": "fox.jason.passthrough.doxygen", + "description": "Creates DITA-based API documentation from Doxygen XML sources.", + "keywords": [ + "doxygen", + "xml", + "auto-generated text" + ], + "homepage": "https://jason-fox.github.io/fox.jason.passthrough.doxygen", + "vers": "1.3.0", + "license": "Apache-2.0", + "deps": [ + { + "name": "org.dita.base", + "req": ">=3.3.0" + }, + { + "name": "org.doctales.xmltask", + "req": ">=1.16.1" + }, + { + "name": "fox.jason.passthrough", + "req": ">=2.2.1" + } + ], + "url": "https://github.com/jason-fox/fox.jason.passthrough.doxygen/archive/v1.3.0.zip", + "cksum": "def1263bc7c2d1ee0d734bcdebdd040f2211ed81f02ad8611cd0970b980e7a02" } -] \ No newline at end of file +] From 207576d0e965c329492f9cd3f6f91a25763183be Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Sun, 9 Jul 2023 10:33:54 +0200 Subject: [PATCH 3/3] Remove XMLTask dependency. --- com.here.validate.svrl.json | 19 +++++++++++++++++++ fox.jason.translate.xliff.json | 4 ---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/com.here.validate.svrl.json b/com.here.validate.svrl.json index 2355026..caafbb5 100644 --- a/com.here.validate.svrl.json +++ b/com.here.validate.svrl.json @@ -105,5 +105,24 @@ ], "url": "https://github.com/jason-fox/com.here.validate.svrl/archive/v4.1.1.zip", "cksum": "3d486e3c7070b67c949cd186ef5393e8efd82d23c02690f7e3be2b05f53ffc2b" + }, + { + "name": "com.here.validate.svrl", + "description": "A structure, style and content linter for DITA, MDITA and Markdown documents.", + "keywords": [ + "validation", + "lint" + ], + "homepage": "https://jason-fox.github.io/com.here.validate.svrl", + "vers": "5.0.0", + "license": "Apache-2.0", + "deps": [ + { + "name": "org.dita.base", + "req": ">=3.0.0" + } + ], + "url": "https://github.com/jason-fox/com.here.validate.svrl/archive/v5.0.0.zip", + "cksum": "b54d0fa018760af474ee32d5e9473a1907da6ea6b58141918c966ac7e44bc97c" } ] diff --git a/fox.jason.translate.xliff.json b/fox.jason.translate.xliff.json index 2b48b95..f1794d5 100644 --- a/fox.jason.translate.xliff.json +++ b/fox.jason.translate.xliff.json @@ -216,10 +216,6 @@ { "name": "org.dita.base", "req": ">=3.0.0" - }, - { - "name": "org.doctales.xmltask", - "req": ">=1.16.1" } ], "url": "https://github.com/jason-fox/fox.jason.translate.xliff/archive/v4.0.0.zip",