From 6a905b3857d880b1782fd92e777c5eba9b523c1b Mon Sep 17 00:00:00 2001 From: GDELORY Date: Mon, 19 Jan 2026 19:01:22 +0100 Subject: [PATCH 1/2] Adding org.dita.text and org.dita.text-asciiart plugins Signed-off-by: GDELORY --- org.dita.text-asciiart.json | 23 +++++++++++++++++++++++ org.dita.text.json | 16 ++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 org.dita.text-asciiart.json create mode 100644 org.dita.text.json diff --git a/org.dita.text-asciiart.json b/org.dita.text-asciiart.json new file mode 100644 index 0000000..7be9a98 --- /dev/null +++ b/org.dita.text-asciiart.json @@ -0,0 +1,23 @@ +[ + { + "name": "org.dita.text-asciiart", + "description": "Enhancement for the Text output", + "keywords": [ + "Text", + "ASCIIArt", + "table", + "Syntax diagrams" + ], + "homepage": "https://github.com/gdelory/org.dita.text-asciiart", + "vers": "1.0.0", + "license": "Apache-2.0", + "deps": [ + { + "name": "org.jung.ant-contrib", + "req": ">=1.0.beta3" + } + ], + "url": "https://github.com/gdelory/org.dita.text-asciiart/archive/refs/tags/1.0.0.zip", + "cksum": "7b5931c4f50e79528524bc723218624301937f2f7bd1130dd8726b3b71d9e444" + } +] \ No newline at end of file diff --git a/org.dita.text.json b/org.dita.text.json new file mode 100644 index 0000000..719cd18 --- /dev/null +++ b/org.dita.text.json @@ -0,0 +1,16 @@ +[ + { + "name": "org.dita.text", + "description": "Text output", + "keywords": [ + "Text" + ], + "homepage": "https://github.com/gdelory/org.dita.text", + "vers": "1.0.0", + "license": "Apache-2.0", + "deps": [ + ], + "url": "https://github.com/gdelory/org.dita.text/archive/refs/tags/1.0.0.zip", + "cksum": "a998876b3501d3db5e8511ef98b001682c0618aa916d65c4a07c7ccdb95c257d" + } +] \ No newline at end of file From 233186d8a045ce7985611cf1b9141c8566d5b0a3 Mon Sep 17 00:00:00 2001 From: GDELORY Date: Thu, 26 Mar 2026 15:44:10 +0100 Subject: [PATCH 2/2] Renaming to org.dita-community Signed-off-by: GDELORY --- org.dita-community.text-asciiart.json | 23 +++++++++++++++++++++++ org.dita-community.text.json | 16 ++++++++++++++++ org.dita.text-asciiart.json | 23 ----------------------- org.dita.text.json | 16 ---------------- 4 files changed, 39 insertions(+), 39 deletions(-) create mode 100644 org.dita-community.text-asciiart.json create mode 100644 org.dita-community.text.json delete mode 100644 org.dita.text-asciiart.json delete mode 100644 org.dita.text.json diff --git a/org.dita-community.text-asciiart.json b/org.dita-community.text-asciiart.json new file mode 100644 index 0000000..288e548 --- /dev/null +++ b/org.dita-community.text-asciiart.json @@ -0,0 +1,23 @@ +[ + { + "name": "org.dita-community.text-asciiart", + "description": "Enhancement for the Text output", + "keywords": [ + "Text", + "ASCIIArt", + "table", + "Syntax diagrams" + ], + "homepage": "https://github.com/dita-community/org.dita-community.text-asciiart", + "vers": "1.0.0", + "license": "Apache-2.0", + "deps": [ + { + "name": "org.jung.ant-contrib", + "req": ">=1.0.beta3" + } + ], + "url": "https://github.com/dita-community/org.dita-community.text-asciiart/archive/refs/tags/1.0.0.zip", + "cksum": "c4a732d45c9ce767af9755556c00e614cc13d99f3ba4e8ef61d147e7f9ded6b6" + } +] \ No newline at end of file diff --git a/org.dita-community.text.json b/org.dita-community.text.json new file mode 100644 index 0000000..869e3eb --- /dev/null +++ b/org.dita-community.text.json @@ -0,0 +1,16 @@ +[ + { + "name": "org.dita-community.text", + "description": "Text output", + "keywords": [ + "Text" + ], + "homepage": "https://github.com/dita-community/org.dita-community.text", + "vers": "1.0.0", + "license": "Apache-2.0", + "deps": [ + ], + "url": "https://github.com/dita-community/org.dita-community.text/archive/refs/tags/1.0.0.zip", + "cksum": "087797f5dac899cfd311fc0ebaf0adcc8858d92ce43bda60e7e9a86bb1528973" + } +] \ No newline at end of file diff --git a/org.dita.text-asciiart.json b/org.dita.text-asciiart.json deleted file mode 100644 index 7be9a98..0000000 --- a/org.dita.text-asciiart.json +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "name": "org.dita.text-asciiart", - "description": "Enhancement for the Text output", - "keywords": [ - "Text", - "ASCIIArt", - "table", - "Syntax diagrams" - ], - "homepage": "https://github.com/gdelory/org.dita.text-asciiart", - "vers": "1.0.0", - "license": "Apache-2.0", - "deps": [ - { - "name": "org.jung.ant-contrib", - "req": ">=1.0.beta3" - } - ], - "url": "https://github.com/gdelory/org.dita.text-asciiart/archive/refs/tags/1.0.0.zip", - "cksum": "7b5931c4f50e79528524bc723218624301937f2f7bd1130dd8726b3b71d9e444" - } -] \ No newline at end of file diff --git a/org.dita.text.json b/org.dita.text.json deleted file mode 100644 index 719cd18..0000000 --- a/org.dita.text.json +++ /dev/null @@ -1,16 +0,0 @@ -[ - { - "name": "org.dita.text", - "description": "Text output", - "keywords": [ - "Text" - ], - "homepage": "https://github.com/gdelory/org.dita.text", - "vers": "1.0.0", - "license": "Apache-2.0", - "deps": [ - ], - "url": "https://github.com/gdelory/org.dita.text/archive/refs/tags/1.0.0.zip", - "cksum": "a998876b3501d3db5e8511ef98b001682c0618aa916d65c4a07c7ccdb95c257d" - } -] \ No newline at end of file