You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by lq...@apache.org on 2016/05/04 13:34:01 UTC

svn commit: r1742282 - in /qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management: editBroker.js editVirtualHostNode.js

Author: lquack
Date: Wed May  4 13:34:01 2016
New Revision: 1742282

URL: http://svn.apache.org/viewvc?rev=1742282&view=rev
Log:
QPID-7211: [Java Broker, WMC] removed uninteded changes from previous commit

Modified:
    qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editBroker.js
    qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHostNode.js

Modified: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editBroker.js
URL: http://svn.apache.org/viewvc/qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editBroker.js?rev=1742282&r1=1742281&r2=1742282&view=diff
==============================================================================
--- qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editBroker.js (original)
+++ qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editBroker.js Wed May  4 13:34:01 2016
@@ -32,7 +32,6 @@ define(["dojox/html/entities",
         "dojo/store/Memory",
         "dojo/data/ObjectStore",
         "qpid/common/util",
-        "dojo/promise/all",
         "dojo/text!editBroker.html",
         "qpid/common/ContextVariablesEditor",
         "dijit/Dialog",
@@ -58,7 +57,6 @@ define(["dojox/html/entities",
               Memory,
               ObjectStore,
               util,
-              all,
               template)
     {
         var numericFieldNames = ["statisticsReportingPeriod",

Modified: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHostNode.js
URL: http://svn.apache.org/viewvc/qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHostNode.js?rev=1742282&r1=1742281&r2=1742282&view=diff
==============================================================================
--- qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHostNode.js (original)
+++ qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/editVirtualHostNode.js Wed May  4 13:34:01 2016
@@ -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.
+ *
+ */
 define(["dojox/html/entities",
         "dojo/_base/array",
         "dojo/_base/event",
@@ -8,7 +28,6 @@ define(["dojox/html/entities",
         "dijit/registry",
         "dojo/parser",
         'dojo/json',
-        "dojo/promise/all",
         "dojo/query",
         "dojo/store/Memory",
         "dojo/data/ObjectStore",
@@ -34,7 +53,6 @@ define(["dojox/html/entities",
               registry,
               parser,
               json,
-              all,
               query,
               Memory,
               ObjectStore,
@@ -192,23 +210,3 @@ define(["dojox/html/entities",
 
         return virtualHostNodeEditor;
     });
-/*
- *
- * 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.
- *
- */



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org