You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/10/11 09:21:19 UTC

[myfaces-tobago] branch tobago-5.x updated: refactor: concept page no longer needed

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

hnoeth pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 5806f66  refactor: concept page no longer needed
5806f66 is described below

commit 5806f6620499b0dab92ce6cf1bb9e292e9c424dc
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Oct 8 20:25:16 2021 +0200

    refactor: concept page no longer needed
---
 .../main/webapp/content/30-concept/Concept.xhtml   | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/Concept.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/Concept.xhtml
deleted file mode 100644
index 9ab14ab..0000000
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/Concept.xhtml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- * 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.
--->
-
-<ui:composition template="/main.xhtml"
-                xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
-                xmlns="http://www.w3.org/1999/xhtml">
-
-  <p>In this section the different concepts of Tobago are described
-    like the concept of validation, forms, layouts or access keys.</p>
-</ui:composition>