AMQ-4088: Filtered the example scripts so they can use the AMQ version number in their scripts.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1392820 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Claus Ibsen 2012-10-02 09:54:54 +00:00
parent b437c2c52b
commit 83c9dc0e68
2 changed files with 17 additions and 4 deletions

View File

@ -76,13 +76,26 @@
<include>bin/activemq-admin</include>
<include>bin/macosx/activemq</include>
<include>bin/linux-*/activemq</include>
</includes>
<directoryMode>0755</directoryMode>
<fileMode>0755</fileMode>
<lineEnding>unix</lineEnding>
</fileSet>
<!-- Copy over example scripts that need unix line endings and also chmod to 755 -->
<fileSet>
<directory>src/release</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>example/**/*.sh</include>
<include>example/**/*.rb</include>
</includes>
<directoryMode>0755</directoryMode>
<fileMode>0755</fileMode>
<lineEnding>unix</lineEnding>
</fileSet>
<!-- need to filter to ensure script files have AMQ version number included -->
<filtered>true</filtered>
</fileSet>
</fileSets>

View File

@ -22,15 +22,15 @@
# Sample Usage:
# ./perfharness-activemq.sh -d dynamicQueues/FOO -tc jms.r11.PutGet -nt 6
#
# It assumes that the apache-activemq JAR and
# It assumes that the apache-activemq-${project.version}.jar and
# perfharness.jar files are in the current directory. If they are not,
# set the ACTIVEMQ_HOME and PERFHARNESS_HOME env variable to the correct location.
#
# You can download the perfharness.jar file from:
# http://www.alphaworks.ibm.com/tech/perfharness
#
# By Default the test connects the the vm://localhost broker. To change that, use
# set the BROKER_URL to the broker url you want to use.
# By Default the test connects the the vm://localhost broker.
# To change that, use set the BROKER_URL to the broker url you want to use.
#
# ==================================================================