You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/05/04 00:53:16 UTC

svn commit: r399478 - in /myfaces/tomahawk/trunk/sandbox/core/src/main: java/org/apache/myfaces/custom/pagelet/ resources-facesconfig/META-INF/faces-config.xml tld/myfaces_sandbox.tld

Author: werpu
Date: Wed May  3 15:53:14 2006
New Revision: 399478

URL: http://svn.apache.org/viewcvs?rev=399478&view=rev
Log:
pulling the pagelet

Removed:
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/pagelet/
Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml
    myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml?rev=399478&r1=399477&r2=399478&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml Wed May  3 15:53:14 2006
@@ -177,10 +177,7 @@
     <component-class>org.apache.myfaces.custom.timednotifier.TimedNotifier</component-class>
  </component>
 
-	<component>
-	    <component-type>org.apache.myfaces.Pagelet</component-type>
-	    <component-class>org.apache.myfaces.custom.pagelet.Pagelet</component-class>
-	</component>
+	
 
   
   <!-- sandbox converters -->
@@ -363,12 +360,7 @@
         <renderer-class>org.apache.myfaces.custom.statechangednotifier.StateChangedNotifierRenderer</renderer-class>
     </renderer>
 
-    <renderer>
-        <component-family>javax.faces.Input</component-family>
-        <renderer-type>org.apache.myfaces.Pagelet</renderer-type>
-        <renderer-class>org.apache.myfaces.custom.pagelet.PageletRenderer</renderer-class>
-    </renderer>
-
+    
 
     <renderer>
         <component-family>javax.faces.Panel</component-family>

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld?rev=399478&r1=399477&r2=399478&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld Wed May  3 15:53:14 2006
@@ -131,7 +131,6 @@
 <!ENTITY start_conversation_attributes	SYSTEM "entities/start_conversation_attributes.xml">
 <!ENTITY standard_conversation_attributes	SYSTEM "entities/standard_conversation_attributes.xml">
 <!ENTITY conversation_attributes	SYSTEM "entities/conversation_attributes.xml">
-<!ENTITY pagelet_attributes	SYSTEM "entities/pagelet_attributes.xml">
 ]>
 
 <taglib>