Repository: activemq Updated Branches: refs/heads/activemq-5.13.x 2c447b54e -> 481933692
NO JIRA - removing unintended commit (cherry picked from commit 27a07431fb81944f3df967807a80697a11fef954) Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/48193369 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/48193369 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/48193369 Branch: refs/heads/activemq-5.13.x Commit: 48193369235953b5585c2d75935a84d0c75a183a Parents: 2c447b5 Author: Christopher L. Shannon (cshannon) <[email protected]> Authored: Thu Jan 28 11:44:00 2016 +0000 Committer: Christopher L. Shannon (cshannon) <[email protected]> Committed: Thu Jan 28 11:45:44 2016 +0000 ---------------------------------------------------------------------- .../src/test/java/org/apache/activemq/web/tool/Main.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/48193369/activemq-web-console/src/test/java/org/apache/activemq/web/tool/Main.java ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/test/java/org/apache/activemq/web/tool/Main.java b/activemq-web-console/src/test/java/org/apache/activemq/web/tool/Main.java index 2c8fb48..443f102 100644 --- a/activemq-web-console/src/test/java/org/apache/activemq/web/tool/Main.java +++ b/activemq-web-console/src/test/java/org/apache/activemq/web/tool/Main.java @@ -47,7 +47,6 @@ public final class Main { port = Integer.parseInt(text); } - System.setProperty("activemq.conf", "/home/clshann/dev/git/apache-activemq/assembly/target/apache-activemq-5.13-SNAPSHOT/conf"); System.out.println("Starting Web Server on port: " + port); System.setProperty("jetty.port", "" + port); Server server = new Server(port);
