You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by an...@apache.org on 2015/05/22 09:46:13 UTC

activemq git commit: AMQ-5793 - fix swissarmy knife example

Repository: activemq
Updated Branches:
  refs/heads/apache_master [created] dd7af6753


AMQ-5793 - fix swissarmy knife 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/dd7af675
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/dd7af675
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/dd7af675

Branch: refs/heads/apache_master
Commit: dd7af675304b9087e9f421328f206f1cd1a1140b
Parents: 5ee9a34
Author: Andy Taylor <an...@gmail.com>
Authored: Fri May 22 08:23:09 2015 +0100
Committer: Andy Taylor <an...@gmail.com>
Committed: Fri May 22 08:44:57 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/dd7af675/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" />