Author: lfryc(a)redhat.com
Date: 2011-02-21 10:47:36 -0500 (Mon, 21 Feb 2011)
New Revision: 21835
Modified:
modules/tests/metamer/tags/metamer-4.0.0.20110220-CR1/application/src/main/webapp/components/richInputNumberSpinner/fAjax.xhtml
Log:
unused library declaration removed
Modified:
modules/tests/metamer/tags/metamer-4.0.0.20110220-CR1/application/src/main/webapp/components/richInputNumberSpinner/fAjax.xhtml
===================================================================
---
modules/tests/metamer/tags/metamer-4.0.0.20110220-CR1/application/src/main/webapp/components/richInputNumberSpinner/fAjax.xhtml 2011-02-21
15:47:07 UTC (rev 21834)
+++
modules/tests/metamer/tags/metamer-4.0.0.20110220-CR1/application/src/main/webapp/components/richInputNumberSpinner/fAjax.xhtml 2011-02-21
15:47:36 UTC (rev 21835)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
-
xmlns:metamer="http://java.sun.com/jsf/composite/metamer"
xmlns:rich="http://richfaces.org/rich"
-
xmlns:a4j="http://richfaces.org/a4j"
xmlns:h="http://java.sun.com/jsf/html">
+
xmlns:metamer="http://java.sun.com/jsf/composite/metamer"
xmlns:rich="http://richfaces.org/rich"
xmlns:h="http://java.sun.com/jsf/html">
<!--
JBoss, Home of Professional Open Source