Repository: activemq Updated Branches: refs/heads/master e0b618ff6 -> 27a07431f
NO JIRA - removing unintended commit Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/27a07431 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/27a07431 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/27a07431 Branch: refs/heads/master Commit: 27a07431fb81944f3df967807a80697a11fef954 Parents: e0b618f 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:44:16 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/27a07431/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);
