Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8D0C62009D9 for ; Thu, 19 May 2016 18:24:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8BA10160A00; Thu, 19 May 2016 16:24:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 811531609AE for ; Thu, 19 May 2016 18:24:38 +0200 (CEST) Received: (qmail 14837 invoked by uid 500); 19 May 2016 16:24:37 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 14828 invoked by uid 99); 19 May 2016 16:24:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2016 16:24:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6FF1BDFC74; Thu, 19 May 2016 16:24:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: eallen@apache.org To: commits@qpid.apache.org Message-Id: <9a88e8036ec443cdae66db7f5d62e118@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: qpid-dispatch git commit: DISPATCH-307: Added licensing headers, included .war artifact, removed unused qdrGraphs.html Date: Thu, 19 May 2016 16:24:37 +0000 (UTC) archived-at: Thu, 19 May 2016 16:24:39 -0000 Repository: qpid-dispatch Updated Branches: refs/heads/master 0cc6b2ca6 -> 5f843abcc DISPATCH-307: Added licensing headers, included .war artifact, removed unused qdrGraphs.html Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/5f843abc Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/5f843abc Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/5f843abc Branch: refs/heads/master Commit: 5f843abcc9d0ce028b2e5e005921d89d8dbdda1d Parents: 0cc6b2c Author: Ernest Allen Authored: Thu May 19 12:24:15 2016 -0400 Committer: Ernest Allen Committed: Thu May 19 12:24:15 2016 -0400 ---------------------------------------------------------------------- .../qpid/dispatch/PluginContextListener.java | 20 ++++++++++++++++++++ .../hawtio/src/main/resources/WEB-INF/web.xml | 14 ++++++++++++++ .../hawtio/src/main/resources/log4j.properties | 20 ++++++++++++++++++++ .../src/main/webapp/plugin/html/qdrCharts.html | 18 ++++++++++++++++++ .../src/main/webapp/plugin/html/qdrConnect.html | 18 ++++++++++++++++++ .../src/main/webapp/plugin/html/qdrGraphs.html | 15 --------------- .../src/main/webapp/plugin/js/dispatchPlugin.js | 18 ++++++++++++++++++ console/stand-alone/plugin/html/qdrCharts.html | 18 ++++++++++++++++++ console/stand-alone/plugin/html/qdrConnect.html | 18 ++++++++++++++++++ console/stand-alone/plugin/html/qdrGraphs.html | 15 --------------- 10 files changed, 144 insertions(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/5f843abc/console/hawtio/src/main/java/org/apache/qpid/dispatch/PluginContextListener.java ---------------------------------------------------------------------- diff --git a/console/hawtio/src/main/java/org/apache/qpid/dispatch/PluginContextListener.java b/console/hawtio/src/main/java/org/apache/qpid/dispatch/PluginContextListener.java index 7905ac0..806f7a0 100644 --- a/console/hawtio/src/main/java/org/apache/qpid/dispatch/PluginContextListener.java +++ b/console/hawtio/src/main/java/org/apache/qpid/dispatch/PluginContextListener.java @@ -1,3 +1,23 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * +*/ package org.apache.qpid.dispatch; import io.hawt.web.plugin.HawtioPlugin; http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/5f843abc/console/hawtio/src/main/resources/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/console/hawtio/src/main/resources/WEB-INF/web.xml b/console/hawtio/src/main/resources/WEB-INF/web.xml index 66e8dba..ee81d02 100644 --- a/console/hawtio/src/main/resources/WEB-INF/web.xml +++ b/console/hawtio/src/main/resources/WEB-INF/web.xml @@ -1,4 +1,18 @@ +

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/5f843abc/console/hawtio/src/main/webapp/plugin/html/qdrConnect.html ---------------------------------------------------------------------- diff --git a/console/hawtio/src/main/webapp/plugin/html/qdrConnect.html b/console/hawtio/src/main/webapp/plugin/html/qdrConnect.html index 83b5e2d..38305ae 100644 --- a/console/hawtio/src/main/webapp/plugin/html/qdrConnect.html +++ b/console/hawtio/src/main/webapp/plugin/html/qdrConnect.html @@ -1,3 +1,21 @@ +