Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrated to org.jung.ant-contrib #157

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions org.doctales.ant-contrib.json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stefan-jung Instead of deleting this file, you could replace the contents with an alias key, so that anyone looking for the old plug-in name org.doctales.ant-contrib would be redirected to the new plug-in:

{
  "alias": "org.jung.ant-contrib"
}

This feature isn't documented (yet), but you'll find examples in the registry repo, such as pdf2.json.

This approach can be useful in cases where there are previously published links to the old name in places that can't be easily updated.

Of course it's your choice whether you want the plug-ins to be found under the old name — but if you like the idea, you might want to do the same in #158 & #159, and/or any other previously renamed doctales plug-ins.

This file was deleted.

18 changes: 18 additions & 0 deletions org.jung.ant-contrib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"name": "org.jung.ant-contrib",
"description": "Utility plugin which provides the ant-contrib library.",
"keywords": ["Ant"],
"homepage": "https://stefan-jung.org/plugins/ant-contrib",
"vers": "1.0.0-beta3",
"license": "Apache-1.1",
"deps": [
{
"name": "org.dita.base",
"req": ">=1.0.0"
}
],
"url": "https://github.com/stefan-jung/org.jung.ant-contrib/archive/refs/tags/1.0.beta3.zip",
"cksum": "d9d91cb0205265211f25a43a9c449d15d460021f7ea86a952a0191c91a581f49"
}
]
Loading