You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/10/23 13:23:13 UTC

svn commit: r707343 - /myfaces/orchestra/trunk/flow/src/main/resources/META-INF/orchestra-flow.taglib.xml

Author: skitching
Date: Thu Oct 23 04:23:13 2008
New Revision: 707343

URL: http://svn.apache.org/viewvc?rev=707343&view=rev
Log:
Fix problems with facelets FlowConfig component-handler. Replace tabs with spaces.

Modified:
    myfaces/orchestra/trunk/flow/src/main/resources/META-INF/orchestra-flow.taglib.xml

Modified: myfaces/orchestra/trunk/flow/src/main/resources/META-INF/orchestra-flow.taglib.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/flow/src/main/resources/META-INF/orchestra-flow.taglib.xml?rev=707343&r1=707342&r2=707343&view=diff
==============================================================================
--- myfaces/orchestra/trunk/flow/src/main/resources/META-INF/orchestra-flow.taglib.xml (original)
+++ myfaces/orchestra/trunk/flow/src/main/resources/META-INF/orchestra-flow.taglib.xml Thu Oct 23 04:23:13 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE facelet-taglib PUBLIC
-	"-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
-	"http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
+    "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
+    "http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
 
 <!--
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -23,24 +23,27 @@
 -->
 
 <facelet-taglib>
-	<namespace>http://myfaces.apache.org/orchestra/flow</namespace>
+    <namespace>http://myfaces.apache.org/orchestra/flow</namespace>
 
-	<tag>
-		<tag-name>modalFlow</tag-name>
-		<component>
-			<component-type>org.apache.myfaces.orchestra.flow.components.ModalFlow</component-type>
-		</component>
-	</tag>
-	
-	<tag>
-		<tag-name>clearOnCommit</tag-name>
-		<component>
-			<component-type>org.apache.myfaces.orchestra.flow.components.ClearOnCommit</component-type>
-		</component>
-	</tag>
-	
-	<tag>
-		<tag-name>flowConfig</tag-name>
-		<handler-class>org.apache.myfaces.orchestra.conversation.flow.components.FlowConfigTagHandler</handler-class>
-	</tag>
+    <tag>
+        <tag-name>modalFlow</tag-name>
+        <component>
+            <component-type>org.apache.myfaces.orchestra.flow.components.ModalFlow</component-type>
+        </component>
+    </tag>
+
+    <tag>
+        <tag-name>clearOnCommit</tag-name>
+        <component>
+            <component-type>org.apache.myfaces.orchestra.flow.components.ClearOnCommit</component-type>
+        </component>
+    </tag>
+
+    <tag>
+        <tag-name>flowConfig</tag-name>
+        <component>
+            <component-type>org.apache.myfaces.orchestra.flow.components.FlowConfig</component-type>
+            <handler-class>org.apache.myfaces.orchestra.flow.components.FlowConfigTagHandler</handler-class>
+        </component>
+    </tag>
 </facelet-taglib>
\ No newline at end of file