GitHub user ajs6f opened a pull request:
https://github.com/apache/jena/pull/77
Move arq.cmd.* to jena-base's jena.cmd
https://issues.apache.org/jira/browse/JENA-961
This is a multi-module PR, but I could find no other way to do it: since
several Jena modules depend on `jena-arq` for their command-processing, moving
machinery from `jena-arq` to `jena-base` caused changes in them. However, those
are minor changes (e.g. changes in imports) and the meat of the PR is where it
should be, in `jena-arq` and `jena-base`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajs6f/jena JENA-961
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/77.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #77
----
commit 87e07fb4d7277099642eb15e8f3973d965678e29
Author: ajs6f <[email protected]>
Date: 2015-06-16T16:13:15Z
Removing <jena-arq>/arq.cmd in favor of <jena-base>/jena.cmd
commit dccc406223ddcd71835163d301f7c51ad2d94bd9
Author: ajs6f <[email protected]>
Date: 2015-06-16T16:45:13Z
Reusing <jena-base>/jena.cmd classes in <jena-core>
commit 883cb89d3fd1b8383c2b033ef9e214efcf262aa6
Author: ajs6f <[email protected]>
Date: 2015-06-16T17:50:54Z
Cleanup after moving command framework
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---