You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/02/11 08:36:55 UTC

[myfaces-tobago] branch master updated (fefea5e -> bdadf92)

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

lofwyr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from fefea5e  demo: check last released versions
     new 4a0dc24  JavaDoc: fix
     new bdadf92  release info

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/site/apt/index.apt                             | 30 ++++++++++++++++++++++
 src/site/resources/doap_tobago.rdf                 | 16 ++++++------
 .../taglib/component/SheetTagDeclaration.java      |  5 +++-
 3 files changed, 42 insertions(+), 9 deletions(-)


[myfaces-tobago] 02/02: release info

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bdadf92be0ad77df7a123ac815ee6276c21bec6a
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Feb 11 09:35:04 2021 +0100

    release info
---
 src/site/apt/index.apt             | 30 ++++++++++++++++++++++++++++++
 src/site/resources/doap_tobago.rdf | 16 ++++++++--------
 2 files changed, 38 insertions(+), 8 deletions(-)

diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 22b8b80..09ce97f 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -47,6 +47,36 @@ Apache Tobago
 
 News
 
+* February 5, 2021 MyFaces Tobago 4.5.2 Released
+
+      The MyFaces Tobago component library in version 4.5.2 has been released.
+
+      Release notes can be found in Jira
+      ({{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12349344}4.5.2}}).
+
+      \ {}
+      ~~ hack for a bit space
+
+* February 5, 2021 MyFaces Tobago 2.4.4 Released
+
+      The MyFaces Tobago component library in version 2.4.4 has been released.
+
+      Release notes can be found in Jira
+      ({{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12349632}2.4.4}}).
+
+      \ {}
+      ~~ hack for a bit space
+
+* January 12, 2021 MyFaces Tobago 2.4.3 Released
+
+      The MyFaces Tobago component library in version 2.4.3 has been released.
+
+      Release notes can be found in Jira
+      ({{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12346997}2.4.3}}).
+
+      \ {}
+      ~~ hack for a bit space
+
 * November 3, 2020 MyFaces Tobago 4.5.1 Released
 
       The MyFaces Tobago component library in version 4.5.1 has been released.
diff --git a/src/site/resources/doap_tobago.rdf b/src/site/resources/doap_tobago.rdf
index ae0d3f9..7947c32 100644
--- a/src/site/resources/doap_tobago.rdf
+++ b/src/site/resources/doap_tobago.rdf
@@ -56,10 +56,10 @@
     <release>
       <Version>
         <name>Latest stable release of 2.x</name>
-        <created>2020-02-16</created>
-        <revision>2.4.2</revision>
-        <file-release>http://www.apache.org/dyn/closer.lua/myfaces/binaries/myfaces-tobago-2.4.2-dist.tar.gz</file-release>
-        <file-release>http://www.apache.org/dyn/closer.lua/myfaces/binaries/myfaces-tobago-2.4.2-dist.zip</file-release>
+        <created>2021-02-05</created>
+        <revision>2.4.4</revision>
+        <file-release>http://www.apache.org/dyn/closer.lua/myfaces/binaries/myfaces-tobago-2.4.4-dist.tar.gz</file-release>
+        <file-release>http://www.apache.org/dyn/closer.lua/myfaces/binaries/myfaces-tobago-2.4.4-dist.zip</file-release>
       </Version>
     </release>
     <release>
@@ -74,10 +74,10 @@
     <release>
       <Version>
         <name>Latest stable release of 4.x</name>
-        <created>2020-11-03</created>
-        <revision>4.5.1</revision>
-        <file-release>http://www.apache.org/dyn/closer.lua/myfaces/binaries/myfaces-tobago-4.5.1-dist.tar.gz</file-release>
-        <file-release>http://www.apache.org/dyn/closer.lua/myfaces/binaries/myfaces-tobago-4.5.1-dist.zip</file-release>
+        <created>2021-02-05</created>
+        <revision>4.5.2</revision>
+        <file-release>http://www.apache.org/dyn/closer.lua/myfaces/binaries/myfaces-tobago-4.5.2-dist.tar.gz</file-release>
+        <file-release>http://www.apache.org/dyn/closer.lua/myfaces/binaries/myfaces-tobago-4.5.2-dist.zip</file-release>
       </Version>
     </release>
     <repository>


[myfaces-tobago] 01/02: JavaDoc: fix

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4a0dc24617235b5626ed6c32a8966aaefea502c7
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Feb 11 08:03:25 2021 +0100

    JavaDoc: fix
---
 .../tobago/internal/taglib/component/SheetTagDeclaration.java        | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java
index 194161c..e65cd83 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SheetTagDeclaration.java
@@ -93,8 +93,11 @@ import javax.faces.component.UIData;
 public interface SheetTagDeclaration
     extends HasIdBindingAndRendered, IsVisual, IsShowRoot, IsShowRootJunction, HasVar {
   /**
+   * <p>
    * LayoutConstraints for column layout.
-   * Semicolon separated list of layout tokens ('&lt;x&gt;*', '&lt;x&gt;px' or '&lt;x&gt;%') or "auto"
+   * Contains a space separated list of layout tokens '&lt;n&gt;fr', '&lt;x&gt;px', '&lt;x&gt;%' or 'auto',
+   * where x is a number and n is an integer.
+   * </p>
    */
   @TagAttribute
   @UIComponentTagAttribute()