From 7d393c25696a1445c1adee9e8c5881eb872e5f74 Mon Sep 17 00:00:00 2001 From: jbertram Date: Mon, 11 May 2015 10:48:19 -0500 Subject: [PATCH 1/2] Fix ref to old distribution --- artemis-distribution/src/main/assembly/dep.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis-distribution/src/main/assembly/dep.xml b/artemis-distribution/src/main/assembly/dep.xml index 8433867075..e2466c3de7 100644 --- a/artemis-distribution/src/main/assembly/dep.xml +++ b/artemis-distribution/src/main/assembly/dep.xml @@ -181,7 +181,7 @@ - ${activemq.basedir}/distribution/activemq/src/main/resources/licenses/bin + ${activemq.basedir}/artemis-distribution/src/main/resources/licenses/bin / true From 3485355ead6ac388fac7117b436cb1bff4e33b16 Mon Sep 17 00:00:00 2001 From: jbertram Date: Mon, 11 May 2015 10:53:11 -0500 Subject: [PATCH 2/2] Replace 'activemq' with 'artemis' in README --- artemis-distribution/src/main/resources/README.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artemis-distribution/src/main/resources/README.html b/artemis-distribution/src/main/resources/README.html index 15b7ebf104..55c4054a62 100644 --- a/artemis-distribution/src/main/resources/README.html +++ b/artemis-distribution/src/main/resources/README.html @@ -30,7 +30,7 @@ under the License. Note (Windows users): The broker currently does not support spaces in path names. For this reason the broker should be placed in a directory with no spaces in it's absolute path.

-Note (Windows users): Examples below use the shell script `activemq` for use with linux, Windows users should use the `activemq.cmd` script with the same parameters.

+Note (Windows users): Examples below use the shell script `artemis` for use with linux, Windows users should use the `artemis.cmd` script with the same parameters.

Creating a broker

@@ -52,7 +52,7 @@ $ ./artemis run --config scheme:location

e.g.

-$ ./artemis run --config xml:/home/activemq/bootstrap.xml

+$ ./artemis run --config xml:/home/artemis/bootstrap.xml

The distribution ships with a number of example configurations that can be used to get started. You can find these under the "config" directory.