Repository: activemq
Updated Branches:
  refs/heads/master 5ee9a3426 -> cc36633ce


AMQ-5793 - fix example

https://issues.apache.org/jira/browse/AMQ-5793


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

Branch: refs/heads/master
Commit: cc36633cefc8f45372f70009183ef3cececb496f
Parents: 5ee9a34
Author: Andy Taylor <andy.tayl...@gmail.com>
Authored: Fri May 22 08:55:23 2015 +0100
Committer: Andy Taylor <andy.tayl...@gmail.com>
Committed: Fri May 22 08:55:23 2015 +0100

----------------------------------------------------------------------
 assembly/src/release/examples/openwire/swissarmy/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/cc36633c/assembly/src/release/examples/openwire/swissarmy/build.xml
----------------------------------------------------------------------
diff --git a/assembly/src/release/examples/openwire/swissarmy/build.xml 
b/assembly/src/release/examples/openwire/swissarmy/build.xml
index e5657eb..3214d32 100755
--- a/assembly/src/release/examples/openwire/swissarmy/build.xml
+++ b/assembly/src/release/examples/openwire/swissarmy/build.xml
@@ -18,7 +18,7 @@
 <project name="Inbox" default="help" basedir=".">
 
     <property name="class.dir" value="target/classes" />
-    <property name="activemq.home" value=".." />
+    <property name="activemq.home" value="../../.." />
 
     <!-- example program defaults -->
     <property name="url" value="tcp://localhost:61616" />

Reply via email to