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 2015/06/09 15:22:52 UTC

svn commit: r1684413 - /myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/component/ComponentTypes.java

Author: lofwyr
Date: Tue Jun  9 13:22:51 2015
New Revision: 1684413

URL: http://svn.apache.org/r1684413
Log:
TOBAGO-1471: Remove SheetLayoutManager

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/component/ComponentTypes.java

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/component/ComponentTypes.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/component/ComponentTypes.java?rev=1684413&r1=1684412&r2=1684413&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/component/ComponentTypes.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-core/src/main/java/org/apache/myfaces/tobago/component/ComponentTypes.java Tue Jun  9 13:22:51 2015
@@ -46,7 +46,6 @@ public final class ComponentTypes {
   public static final String SCRIPT = "org.apache.myfaces.tobago.Script";
   public static final String SEPARATOR = "org.apache.myfaces.tobago.Separator";
   public static final String SELECT_BOOLEAN_CHECKBOX = "org.apache.myfaces.tobago.SelectBooleanCheckbox";
-  public static final String SHEET_LAYOUT = "org.apache.myfaces.tobago.SheetLayout";
   public static final String STYLE = "org.apache.myfaces.tobago.Style";
   public static final String TAB_GROUP_LAYOUT = "org.apache.myfaces.tobago.TabGroupLayout";