You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/08/24 15:57:56 UTC

[brooklyn-ui] branch master updated: login should not be declared as a ui module; the / should redirect if so required

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new af8e06f  login should not be declared as a ui module; the / should redirect if so required
af8e06f is described below

commit af8e06f829e287ed53a3dc659e63d505010e5b32
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Tue Aug 24 16:57:33 2021 +0100

    login should not be declared as a ui module; the / should redirect if so required
---
 .../login/src/main/resources/ui-module/config.yaml   | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/ui-modules/login/src/main/resources/ui-module/config.yaml b/ui-modules/login/src/main/resources/ui-module/config.yaml
deleted file mode 100644
index 5bc77a6..0000000
--- a/ui-modules/login/src/main/resources/ui-module/config.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# 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.
-name: Home
-slug: ${project.artifactId}
-icon: fa-home