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 2013/02/22 15:22:38 UTC

svn commit: r1449056 [3/3] - in /myfaces/tobago/trunk: tobago-assembly/ tobago-core/src/main/faces-config/ tobago-core/src/main/java/org/apache/myfaces/tobago/event/ tobago-core/src/main/java/org/apache/myfaces/tobago/internal/ajax/ tobago-core/src/mai...

Modified: myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/resources/META-INF/tobago-sandbox.taglib.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/resources/META-INF/tobago-sandbox.taglib.xml?rev=1449056&r1=1449055&r2=1449056&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/resources/META-INF/tobago-sandbox.taglib.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-sandbox/src/main/resources/META-INF/tobago-sandbox.taglib.xml Fri Feb 22 14:22:36 2013
@@ -15,8 +15,24 @@
 	* See the License for the specific language governing permissions and
 	* limitations under the License.
 -->
-<!DOCTYPE facelet-taglib PUBLIC "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
-    "http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
-<facelet-taglib>
-  <library-class>org.apache.myfaces.tobago.facelets.TobagoSandboxTagLibrary</library-class>
+<facelet-taglib
+    version="2.0"
+    xmlns="http://java.sun.com/xml/ns/javaee"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facelettaglibrary_2_0.xsd">
+
+  <namespace>http://myfaces.apache.org/tobago/sandbox</namespace>
+
+  <!-- TODO: generate this content -->
+
+  <tag>
+    <tag-name>numberSlider</tag-name>
+    <component>
+      <component-type>org.apache.myfaces.tobago.Tree</component-type>
+      <renderer-type>NumberSlider</renderer-type>
+      <handler-class>org.apache.myfaces.tobago.facelets.TobagoComponentHandler</handler-class>
+    </component>
+  </tag>
+
+
 </facelet-taglib>