You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2015/05/01 16:29:40 UTC

[3/3] activemq-artemis git commit: This closes #218 move dist to root

This closes #218 move dist to root


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6ba84537
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6ba84537
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6ba84537

Branch: refs/heads/master
Commit: 6ba84537f43ca1a04e054cda9c81d97edf90039b
Parents: 903c8a2 7a09266
Author: jbertram <jb...@apache.org>
Authored: Fri May 1 09:28:58 2015 -0500
Committer: jbertram <jb...@apache.org>
Committed: Fri May 1 09:28:58 2015 -0500

----------------------------------------------------------------------
 artemis-distribution/pom.xml                    | 225 +++++++++++++++
 artemis-distribution/src/main/assembly/dep.xml  | 189 +++++++++++++
 .../src/main/assembly/source-assembly.xml       | 114 ++++++++
 .../src/main/resources/README.html              |  67 +++++
 .../src/main/resources/bin/artemis              | 108 ++++++++
 .../src/main/resources/bin/artemis.cmd          |  66 +++++
 .../src/main/resources/licenses/bin/LICENSE     | 272 +++++++++++++++++++
 .../src/main/resources/licenses/bin/NOTICE      |   5 +
 distribution/artemis/pom.xml                    | 225 ---------------
 distribution/artemis/src/main/assembly/dep.xml  | 189 -------------
 .../src/main/assembly/source-assembly.xml       | 114 --------
 .../artemis/src/main/resources/README.html      |  67 -----
 .../artemis/src/main/resources/bin/artemis      | 108 --------
 .../artemis/src/main/resources/bin/artemis.cmd  |  66 -----
 .../src/main/resources/licenses/bin/LICENSE     | 272 -------------------
 .../src/main/resources/licenses/bin/NOTICE      |   5 -
 distribution/pom.xml                            |  63 -----
 pom.xml                                         |   4 +-
 18 files changed, 1048 insertions(+), 1111 deletions(-)
----------------------------------------------------------------------