[richfaces-svn-commits] JBoss Rich Faces SVN: r18900 - in branches/RFPL-754: bom and 30 other directories.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Aug 20 21:08:01 EDT 2010
Author: jbalunas at redhat.com
Date: 2010-08-20 21:07:57 -0400 (Fri, 20 Aug 2010)
New Revision: 18900
Added:
branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/apt/DiagnosticListenerImplementation.java
Modified:
branches/RFPL-754/
branches/RFPL-754/bom/pom.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/base-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/column-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/command-button-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/core-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/direct-link-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/events-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/focus-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/form-form-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/graphic-image-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/i18n-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/image-button-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-secret-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-textarea-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.ActionSource.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.ActionSource2.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.EditableValueHolder.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIColumn.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UICommand.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIComponent.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIData.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIForm.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIGraphic.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIInput.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIMessage.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIMessages.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UINamingContainer.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIOutcomeTarget.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIOutput.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIPanel.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIParameter.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectBoolean.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectItem.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectItems.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectMany.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectOne.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIViewRoot.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.ValueHolder.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/link-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/list-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/listbox-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/menu-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/message-message-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/messages-messages-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-format-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-label-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-resource-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-text-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/panel-grid-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/panel-group-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectmany-checkbox-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectmany-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectone-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectone-radio-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/table-props.xml
branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/text-props.xml
branches/RFPL-754/cdk/generator/pom.xml
branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/apt/TaskFactoryImpl.java
branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/generate/taglib/TaglibGeneratorVisitor.java
branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/model/ComponentLibrary.java
branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/model/validator/ValidatorImpl.java
branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/RendererClassVisitor.java
branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/RendererTemplateParser.java
branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/model/CdkBodyElement.java
branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/model/Template.java
branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/xmlconfig/CdkEntityResolver.java
branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-composite.xsd
branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-jstl-core.xsd
branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-schemas-aggregator.xsd
branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-template.xsd
branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/xhtml-el.xsd
branches/RFPL-754/cdk/generator/src/main/xsd/cdk.xsd
branches/RFPL-754/cdk/generator/src/test/java/org/richfaces/cdk/templatecompiler/model/TemplateParserTest.java
branches/RFPL-754/cdk/generator/src/test/resources/META-INF/cdk/attributes/dummy-template-props.xml
branches/RFPL-754/cdk/generator/src/test/resources/META-INF/cdk/attributes/test-props.xml
branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/templatecompiler/basic.template.xml
branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/templatecompiler/dummy-attributes.xml
branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/templatecompiler/dummy.template.xml
branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/component.xml
branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/fragment.xml
branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/include.xml
branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/parent.xml
branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/parent2.xml
branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/properties.xml
branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/renderkit.xml
branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/testmodel/BehaviorBeanTest.xml
branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/testmodel/ConverterBeanTest.xml
branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/testmodel/ValidatorBeanTest.xml
branches/RFPL-754/cdk/maven-cdk-plugin/src/it/annotated-component/src/main/resources/META-INF/cdk/attributes/html5.xml
branches/RFPL-754/cdk/maven-cdk-plugin/src/it/annotated-component/src/main/templates/testComponent.xml
branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/coercions.template.xml
branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/grid.template.xml
branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/input.template.xml
branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/link.template.xml
branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/renders-children-default.template.xml
branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/renders-children.template.xml
branches/RFPL-754/cdk/maven-cdk-plugin/src/it/xml-configured-component/src/main/config/faces-config.xml
branches/RFPL-754/cdk/maven-cdk-plugin/src/it/xml-configured-component/src/main/templates/testPanel.xml
branches/RFPL-754/ui/core/ui/src/main/config/faces-config.xml
branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/button.template.xml
branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/function.template.xml
branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/link.template.xml
branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/log.template.xml
branches/RFPL-754/ui/input/ui/src/main/config/faces-config.xml
branches/RFPL-754/ui/input/ui/src/main/templates/autocomplete.template.xml
branches/RFPL-754/ui/input/ui/src/main/templates/inplaceInput.template.xml
branches/RFPL-754/ui/input/ui/src/main/templates/inputnumberslider.template.xml
branches/RFPL-754/ui/iteration/ui/src/main/templates/datascroller.template.xml
branches/RFPL-754/ui/iteration/ui/src/main/templates/list.template.xml
branches/RFPL-754/ui/iteration/ui/src/main/templates/toggle-control.template.xml
branches/RFPL-754/ui/misc/ui/src/main/config/faces-config.xml
branches/RFPL-754/ui/misc/ui/src/main/templates/jquery.template.xml
branches/RFPL-754/ui/output/ui/src/main/resources/META-INF/pn.faces-config.xml
branches/RFPL-754/ui/output/ui/src/main/templates/panel.template.xml
branches/RFPL-754/ui/output/ui/src/main/templates/popupPanel.template.xml
Log:
Merged revisions 18890-18896 via svnmerge from
https://svn.jboss.org/repos/richfaces/trunk
.......
r18890 | alexsmirnov | 2010-08-20 17:13:04 -0400 (Fri, 20 Aug 2010) | 1 line
remove duplicated dependency for richfaces-ui-core-api
.......
r18891 | alexsmirnov | 2010-08-20 17:14:46 -0400 (Fri, 20 Aug 2010) | 2 lines
RESOLVED - issue RF-9039: CDK: improper placement of description tags in generated taglib
https://jira.jboss.org/browse/RF-9039
.......
r18892 | alexsmirnov | 2010-08-20 17:58:50 -0400 (Fri, 20 Aug 2010) | 2 lines
RESOLVED - issue RF-8951: Change CDK namespaces to Jboss public schema repository.
https://jira.jboss.org/browse/RF-8951
.......
r18893 | alexsmirnov | 2010-08-20 18:07:02 -0400 (Fri, 20 Aug 2010) | 1 line
fix Guice injection error
.......
r18894 | alexsmirnov | 2010-08-20 18:07:29 -0400 (Fri, 20 Aug 2010) | 2 lines
RESOLVED - issue RF-8951: Change CDK namespaces to Jboss public schema repository.
https://jira.jboss.org/browse/RF-8951
.......
r18895 | alexsmirnov | 2010-08-20 18:14:19 -0400 (Fri, 20 Aug 2010) | 2 lines
RESOLVED - issue RF-8958: CDK does not generate tag handler described by faces-config xml.
https://jira.jboss.org/browse/RF-8958
.......
r18896 | alexsmirnov | 2010-08-20 18:31:44 -0400 (Fri, 20 Aug 2010) | 2 lines
RESOLVED - issue RF-9076 CDK:empty encodeChildren method is not generated
https://jira.jboss.org/browse/RF-9076
.......
Property changes on: branches/RFPL-754
___________________________________________________________________
Name: svnmerge-integrated
- /trunk:1-18886
+ /trunk:1-18898
Modified: branches/RFPL-754/bom/pom.xml
===================================================================
--- branches/RFPL-754/bom/pom.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/bom/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -82,11 +82,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.richfaces.ui.core</groupId>
- <artifactId>richfaces-ui-core-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
<groupId>org.richfaces.ui.iteration</groupId>
<artifactId>richfaces-ui-iteration-ui</artifactId>
<version>${project.version}</version>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/base-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/base-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/base-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>The component identifier for the associated component</description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/column-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/column-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/column-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/command-button-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/command-button-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/command-button-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/core-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/core-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/core-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/direct-link-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/direct-link-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/direct-link-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/events-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/events-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/events-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/focus-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/focus-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/focus-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/form-form-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/form-form-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/form-form-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/graphic-image-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/graphic-image-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/graphic-image-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/i18n-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/i18n-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/i18n-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/image-button-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/image-button-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/image-button-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-secret-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-secret-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-secret-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-textarea-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-textarea-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/input-textarea-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.ActionSource.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.ActionSource.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.ActionSource.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.ActionSource2.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.ActionSource2.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.ActionSource2.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,10 +16,10 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.ActionSource.xml" />
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.EditableValueHolder.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.EditableValueHolder.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.EditableValueHolder.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIColumn.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIColumn.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIColumn.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,9 +16,9 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIComponent.xml" />
</cdk:properties>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UICommand.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UICommand.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UICommand.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,13 +16,13 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIComponent.xml" />
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.ActionSource2.xml" />
<property>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIComponent.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIComponent.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIComponent.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIData.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIData.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIData.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,10 +16,10 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIComponent.xml" />
<property>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIForm.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIForm.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIForm.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,10 +16,10 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIComponent.xml" />
<property>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIGraphic.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIGraphic.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIGraphic.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,10 +16,10 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIComponent.xml" />
<property>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIInput.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIInput.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIInput.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,12 +16,12 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIOutput.xml" />
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.EditableValueHolder.xml" />
</cdk:properties>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIMessage.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIMessage.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIMessage.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,10 +16,10 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIComponent.xml" />
<property>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIMessages.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIMessages.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIMessages.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,10 +16,10 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIComponent.xml" />
<property>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UINamingContainer.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UINamingContainer.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UINamingContainer.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,9 +16,9 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIComponent.xml" />
</cdk:properties>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIOutcomeTarget.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIOutcomeTarget.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIOutcomeTarget.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,10 +16,10 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIOutput.xml" />
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIOutput.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIOutput.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIOutput.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,12 +16,12 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIComponent.xml" />
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.ValueHolder.xml" />
</cdk:properties>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIPanel.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIPanel.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIPanel.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,9 +16,9 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIComponent.xml" />
</cdk:properties>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIParameter.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIParameter.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIParameter.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,10 +16,10 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIComponent.xml" />
<property>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectBoolean.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectBoolean.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectBoolean.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,10 +16,10 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIInput.xml" />
<property>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectItem.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectItem.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectItem.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,10 +16,10 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIComponent.xml" />
<property>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectItems.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectItems.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectItems.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,10 +16,10 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIComponent.xml" />
<property>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectMany.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectMany.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectMany.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,10 +16,10 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIInput.xml" />
<property>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectOne.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectOne.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UISelectOne.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,9 +16,9 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIInput.xml" />
</cdk:properties>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIViewRoot.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIViewRoot.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.UIViewRoot.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,10 +16,10 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIComponent.xml" />
<property>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.ValueHolder.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.ValueHolder.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/javax.faces.component.ValueHolder.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/link-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/link-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/link-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/list-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/list-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/list-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/listbox-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/listbox-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/listbox-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/menu-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/menu-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/menu-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/message-message-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/message-message-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/message-message-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/messages-messages-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/messages-messages-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/messages-messages-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-format-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-format-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-format-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-label-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-label-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-label-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-resource-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-resource-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-resource-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<attribute>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-text-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-text-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/output-text-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/panel-grid-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/panel-grid-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/panel-grid-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/panel-group-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/panel-group-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/panel-group-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectmany-checkbox-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectmany-checkbox-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectmany-checkbox-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectmany-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectmany-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectmany-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description><p class="changed_modified_2_0"> Optional
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectone-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectone-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectone-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description><p class="changed_modified_2_0">
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectone-radio-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectone-radio-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/selectone-radio-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/table-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/table-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/table-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/text-props.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/text-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/attributes/src/main/resources/META-INF/cdk/attributes/text-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/generator/pom.xml
===================================================================
--- branches/RFPL-754/cdk/generator/pom.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -34,7 +34,7 @@
<configuration>
<properties>
<sourceSchema>src/main/resources/META-INF/schema/xhtml-el.xsd</sourceSchema>
- <targetNamespace>http://richfaces.org/cdk/xhtml-el</targetNamespace>
+ <targetNamespace>http://jboss.org/schema/richfaces/cdk/xhtml-el</targetNamespace>
<outputFile>generated-resources/META-INF/cdk/attributes/xhtml-el.xml</outputFile>
</properties>
<classpath>
Copied: branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/apt/DiagnosticListenerImplementation.java (from rev 18896, trunk/cdk/generator/src/main/java/org/richfaces/cdk/apt/DiagnosticListenerImplementation.java)
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/apt/DiagnosticListenerImplementation.java (rev 0)
+++ branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/apt/DiagnosticListenerImplementation.java 2010-08-21 01:07:57 UTC (rev 18900)
@@ -0,0 +1,71 @@
+/*
+ * $Id$
+ *
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.cdk.apt;
+
+import java.util.Locale;
+
+import javax.tools.Diagnostic;
+import javax.tools.DiagnosticListener;
+import javax.tools.JavaFileObject;
+import javax.tools.Diagnostic.Kind;
+
+import org.richfaces.cdk.Logger;
+
+final class DiagnosticListenerImplementation implements DiagnosticListener<JavaFileObject> {
+
+ /**
+ * <p class="changed_added_4_0"></p>
+ */
+ private final Logger log;
+ private Locale locale;
+
+ /**
+ * <p class="changed_added_4_0"></p>
+ * @param locale TODO
+ * @param taskFactoryImpl
+ */
+ DiagnosticListenerImplementation(Logger log, Locale locale) {
+ this.log = log;
+ }
+
+ @Override
+ public void report(Diagnostic<? extends JavaFileObject> diagnostic) {
+ StringBuilder message = new StringBuilder(diagnostic.getMessage(this.locale));
+ JavaFileObject source = diagnostic.getSource();
+ if (null != source) {
+ message.append(", in the file:").append(source.getName()).append(" at line ").append(
+ diagnostic.getLineNumber()).append(" in column ").append(diagnostic.getColumnNumber());
+ }
+ Kind kind = diagnostic.getKind();
+ if (Kind.ERROR.equals(kind)) {
+ this.log.error(message);
+ } else if (Kind.MANDATORY_WARNING.equals(kind) || Kind.WARNING.equals(kind)) {
+ this.log.warn(message);
+ } else if (Kind.NOTE.equals(kind)) {
+ this.log.info(message);
+ } else {
+ this.log.debug(message);
+ }
+ }
+}
\ No newline at end of file
Modified: branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/apt/TaskFactoryImpl.java
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/apt/TaskFactoryImpl.java 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/apt/TaskFactoryImpl.java 2010-08-21 01:07:57 UTC (rev 18900)
@@ -33,14 +33,11 @@
import java.util.Locale;
import javax.annotation.processing.Processor;
-import javax.tools.Diagnostic;
-import javax.tools.DiagnosticListener;
import javax.tools.JavaCompiler;
import javax.tools.JavaFileObject;
import javax.tools.StandardJavaFileManager;
import javax.tools.StandardLocation;
import javax.tools.ToolProvider;
-import javax.tools.Diagnostic.Kind;
import javax.tools.JavaCompiler.CompilationTask;
import org.richfaces.cdk.CdkClassLoader;
@@ -65,36 +62,11 @@
*/
public class TaskFactoryImpl implements CompilationTaskFactory {
- private final class DiagnosticListenerImplementation implements DiagnosticListener<JavaFileObject> {
-
- @Override
- public void report(Diagnostic<? extends JavaFileObject> diagnostic) {
- StringBuilder message = new StringBuilder(diagnostic.getMessage(locale));
- JavaFileObject source = diagnostic.getSource();
- if (null != source) {
- message.append(", in the file:").append(source.getName()).append(" at line ").append(
- diagnostic.getLineNumber()).append(" in column ").append(diagnostic.getColumnNumber());
- }
- Kind kind = diagnostic.getKind();
- if (Kind.ERROR.equals(kind)) {
- log.error(message);
- } else if (Kind.MANDATORY_WARNING.equals(kind) || Kind.WARNING.equals(kind)) {
- log.warn(message);
- } else if (Kind.NOTE.equals(kind)) {
- log.info(message);
- } else {
- log.debug(message);
- }
- }
- }
-
private static List<String> compilerOptions = new ArrayList<String>(Arrays.asList("-proc:only", "-implicit:class"));
- @Inject
- private Logger log;
+ @Inject Logger log;
- @Inject
- private Locale locale;
+ @Inject Locale locale;
@Inject
private Charset charset;
@@ -117,8 +89,6 @@
private StandardJavaFileManager fileManager;
- private final DiagnosticListener<JavaFileObject> diagnosticListener = new DiagnosticListenerImplementation();
-
/*
* (non-Javadoc)
*
@@ -135,7 +105,7 @@
}
CompilationTask task =
- getJavaCompiler().getTask(null, getFileManager(), diagnosticListener, compilerOptions, null,
+ getJavaCompiler().getTask(null, getFileManager(), new DiagnosticListenerImplementation(log, locale), compilerOptions, null,
sourceObjects);
task.setLocale(locale);
task.setProcessors(Collections.singleton(cdkProcessor));
@@ -165,7 +135,7 @@
private StandardJavaFileManager getFileManager() {
if (fileManager == null) {
- fileManager = getJavaCompiler().getStandardFileManager(diagnosticListener, locale, charset);
+ fileManager = getJavaCompiler().getStandardFileManager(new DiagnosticListenerImplementation(log, locale), locale, charset);
try {
fileManager.setLocation(StandardLocation.CLASS_PATH, classPathLoader.getFiles());
Iterable<File> outputFolders = outputFolder.getFolders();
Modified: branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/generate/taglib/TaglibGeneratorVisitor.java
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/generate/taglib/TaglibGeneratorVisitor.java 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/generate/taglib/TaglibGeneratorVisitor.java 2010-08-21 01:07:57 UTC (rev 18900)
@@ -149,8 +149,8 @@
for (TagModel tagModel : model.getTags()) {
if (isFaceletsTag(tagModel)) {
Element tag = createTag(tagModel.getName());
- addDescription(tag, model);
Element converter = tag.addElement("converter");
+ addDescription(converter, model);
converter.addElement("converter-id", model.getId().toString());
addTagHandler(converter, tagModel);
appendAttributes(tag, model);
@@ -182,8 +182,8 @@
for (TagModel tagModel : model.getTags()) {
if (isFaceletsTag(tagModel)) {
Element tag = createTag(tagModel.getName());
- addDescription(tag, model);
Element validator = tag.addElement("validator");
+ addDescription(validator, model);
validator.addElement("validator-id", model.getId().toString());
addTagHandler(validator, tagModel);
appendAttributes(tag, model);
@@ -233,8 +233,8 @@
for (TagModel tagModel : model.getTags()) {
if (isFaceletsTag(tagModel)) {
Element tag = createTag(tagModel.getName());
- addDescription(tag, model);
Element behavior = tag.addElement("behavior");
+ addDescription(behavior, model);
behavior.addElement("behavior-id").addText(model.getId().toString());
addTagHandler(behavior, tagModel);
appendAttributes(tag, model);
Modified: branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/model/ComponentLibrary.java
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/model/ComponentLibrary.java 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/model/ComponentLibrary.java 2010-08-21 01:07:57 UTC (rev 18900)
@@ -51,7 +51,7 @@
*/
@Singleton
public class ComponentLibrary implements Serializable, Extensible<ConfigExtension>, Trackable, Visitable {
- public static final String CDK_EXTENSIONS_NAMESPACE = "http://richfaces.org/cdk/extensions";
+ public static final String CDK_EXTENSIONS_NAMESPACE = "http://jboss.org/schema/richfaces/cdk/extensions";
public static final String FACES_CONFIG_NAMESPACE = "http://java.sun.com/xml/ns/javaee";
public static final String FACES_CONFIG_SCHEMA_LOCATION =
"http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd";
Modified: branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/model/validator/ValidatorImpl.java
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/model/validator/ValidatorImpl.java 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/model/validator/ValidatorImpl.java 2010-08-21 01:07:57 UTC (rev 18900)
@@ -39,6 +39,7 @@
import org.richfaces.cdk.Logger;
import org.richfaces.cdk.ModelValidator;
import org.richfaces.cdk.NamingConventions;
+import org.richfaces.cdk.annotations.TagType;
import org.richfaces.cdk.apt.SourceUtils;
import org.richfaces.cdk.model.BehaviorModel;
import org.richfaces.cdk.model.ClassName;
@@ -403,6 +404,9 @@
String defaultTagName = namingConventions.inferTagName(id);
tag.setName(defaultTagName);
}
+ if(null == tag.getType()){
+ tag.setType(TagType.Facelets);
+ }
if (tag.isGenerate()) {
if (null == tag.getBaseClass()) {
// TODO - choose default handler class by tag type.
Modified: branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/RendererClassVisitor.java
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/RendererClassVisitor.java 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/RendererClassVisitor.java 2010-08-21 01:07:57 UTC (rev 18900)
@@ -244,8 +244,8 @@
currentStatement.setVariable(SUPER_VARIABLE, generatedClassSuperType);
}
- private void flushToEncodeMethod(String encodeMethodName) {
- if (!this.currentStatement.isEmpty()) {
+ private void flushToEncodeMethod(String encodeMethodName, boolean enforce) {
+ if (enforce || !this.currentStatement.isEmpty()) {
Argument facesContextArgument = new Argument(FACES_CONTEXT_VARIABLE, getType(FacesContext.class));
Argument componentArgument = new Argument(COMPONENT_VARIABLE, getType(UIComponent.class));
@@ -329,7 +329,7 @@
@Override
public void startElement(CdkBodyElement cdkBodyElement) throws CdkException {
- flushToEncodeMethod("encodeBegin");
+ flushToEncodeMethod("encodeBegin", false);
}
/*
@@ -341,7 +341,7 @@
@Override
public void endElement(CdkBodyElement cdkBodyElement) throws CdkException {
- flushToEncodeMethod("encodeChildren");
+ flushToEncodeMethod("encodeChildren", cdkBodyElement.isEnforce());
}
/*
@@ -610,7 +610,7 @@
*
*/
public void postProcess(CompositeImplementation impl) {
- flushToEncodeMethod("encodeEnd");
+ flushToEncodeMethod("encodeEnd", false);
createRendersChildrenMethod();
}
Modified: branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/RendererTemplateParser.java
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/RendererTemplateParser.java 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/RendererTemplateParser.java 2010-08-21 01:07:57 UTC (rev 18900)
@@ -290,7 +290,7 @@
protected Template parseTemplate(File file) throws CdkException {
try {
- Template template = jaxbBinding.unmarshal(file, "http://richfaces.org/cdk/cdk-template.xsd", Template.class);
+ Template template = jaxbBinding.unmarshal(file, "http://jboss.org/schema/richfaces/cdk/cdk-template.xsd", Template.class);
template.setTemplatePath(file.getAbsolutePath());
return template;
} catch (FileNotFoundException e) {
Modified: branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/model/CdkBodyElement.java
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/model/CdkBodyElement.java 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/model/CdkBodyElement.java 2010-08-21 01:07:57 UTC (rev 18900)
@@ -23,6 +23,7 @@
package org.richfaces.cdk.templatecompiler.model;
+import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import org.richfaces.cdk.CdkException;
@@ -34,7 +35,26 @@
*/
@XmlRootElement(name = "body", namespace = Template.CDK_NAMESPACE)
public class CdkBodyElement extends ModelFragment {
+
+ private boolean enforce = false;
+ /**
+ * <p class="changed_added_4_0"></p>
+ * @return the enforce
+ */
+ @XmlAttribute
+ public boolean isEnforce() {
+ return this.enforce;
+ }
+
+ /**
+ * <p class="changed_added_4_0"></p>
+ * @param enforce the enforce to set
+ */
+ public void setEnforce(boolean enforce) {
+ this.enforce = enforce;
+ }
+
@Override
public void beforeVisit(TemplateVisitor visitor) throws CdkException {
visitor.startElement(this);
Modified: branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/model/Template.java
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/model/Template.java 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/model/Template.java 2010-08-21 01:07:57 UTC (rev 18900)
@@ -39,15 +39,15 @@
@XmlRootElement(name = "root", namespace = Template.CDK_NAMESPACE)
public class Template implements Serializable {
- public static final String JSTL_CORE_NAMESPACE = "http://richfaces.org/cdk/jstl/core";
+ public static final String JSTL_CORE_NAMESPACE = "http://jboss.org/schema/richfaces/cdk/jstl/core";
- public static final String CDK_NAMESPACE = "http://richfaces.org/cdk/core";
+ public static final String CDK_NAMESPACE = "http://jboss.org/schema/richfaces/cdk/core";
- public static final String CDK_PASS_THROUGH_NAMESPACE = "http://richfaces.org/cdk/ext";
+ public static final String CDK_PASS_THROUGH_NAMESPACE = "http://jboss.org/schema/richfaces/cdk/ext";
- public static final String COMPOSITE_NAMESPACE = "http://richfaces.org/cdk/jsf/composite";
+ public static final String COMPOSITE_NAMESPACE = "http://jboss.org/schema/richfaces/cdk/jsf/composite";
- public static final String XHTML_EL_NAMESPACE = "http://richfaces.org/cdk/xhtml-el";
+ public static final String XHTML_EL_NAMESPACE = "http://jboss.org/schema/richfaces/cdk/xhtml-el";
public static final String XHTML_NAMESPACE = "http://www.w3.org/1999/xhtml";
Modified: branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/xmlconfig/CdkEntityResolver.java
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/xmlconfig/CdkEntityResolver.java 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/main/java/org/richfaces/cdk/xmlconfig/CdkEntityResolver.java 2010-08-21 01:07:57 UTC (rev 18900)
@@ -65,21 +65,24 @@
private static final String URN_SYSTEM = "urn:system:";
private static final ImmutableMap<String, String> SYSTEM_ENTITIES =
ImmutableMap.<String, String> builder().put("http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd",
- URN_SYSTEM + "/web-facesconfig_2_0.xsd").put(
+ "/web-facesconfig_2_0.xsd").put(
"http://java.sun.com/xml/ns/javaee/web-facesuicomponent_2_0.xsd",
- URN_SYSTEM + "/web-facesuicomponent_2_0.xsd").put(
+ "/web-facesuicomponent_2_0.xsd").put(
"http://java.sun.com/xml/ns/javaee/web-partialresponse_2_0.xsd",
- URN_SYSTEM + "/web-partialresponse_2_0.xsd").put(
- "http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd", URN_SYSTEM + "/web-facesconfig_1_2.xsd").put(
- "http://java.sun.com/xml/ns/javaee/javaee_5.xsd", URN_SYSTEM + "/javaee_5.xsd").put(
+ "/web-partialresponse_2_0.xsd").put(
+ "http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd", "/web-facesconfig_1_2.xsd").put(
+ "http://java.sun.com/xml/ns/javaee/javaee_5.xsd", "/javaee_5.xsd").put(
"http://java.sun.com/xml/ns/javaee/javaee_web_services_1_2.xsd",
- URN_SYSTEM + "/javaee_web_services_1_2.xsd").put(
+ "/javaee_web_services_1_2.xsd").put(
"http://java.sun.com/xml/ns/javaee/javaee_web_services_client_1_2.xsd",
- URN_SYSTEM + "/javaee_web_services_client_1_2.xsd").put("http://www.w3.org/2001/03/XMLSchema.dtd",
- URN_SYSTEM + "/XMLSchema.dtd").put("http://www.w3.org/2001/03/xml.xsd", URN_SYSTEM + "/xml.xsd").put(
- "http://www.w3.org/2001/xml.xsd", URN_SYSTEM + "/xml.xsd").put("http://richfaces.org/cdk/cdk-template.xsd",
- URN_SYSTEM + "/cdk-template.xsd")
- .put("http://richfaces.org/cdk/xhtml-el.xsd", URN_SYSTEM + "/xhtml-el.xsd").build();
+ "/javaee_web_services_client_1_2.xsd").put("http://www.w3.org/2001/03/XMLSchema.dtd",
+ "/XMLSchema.dtd").put("http://www.w3.org/2001/03/xml.xsd", "/xml.xsd").put(
+ "http://www.w3.org/2001/xml.xsd", "/xml.xsd")
+ .put("http://jboss.org/schema/richfaces/cdk/cdk-template.xsd","/cdk-template.xsd")
+ .put("http://jboss.org/schema/richfaces/cdk/cdk-jstl-core.xsd","/cdk-jstl-core.xsd")
+ .put("http://jboss.org/schema/richfaces/cdk/cdk-schemas-aggregation.xsd","/cdk-schemas-aggregation.xsd")
+ .put("http://jboss.org/schema/richfaces/cdk/cdk-composite.xsd","/cdk-composite.xsd")
+ .put("http://jboss.org/schema/richfaces/cdk/xhtml-el.xsd", "/xhtml-el.xsd").build();
@Inject
private CdkClassLoader loader;
@@ -154,7 +157,7 @@
String systemIdInternal;
if (SYSTEM_ENTITIES.containsKey(systemId)) {
- systemIdInternal = SYSTEM_ENTITIES.get(systemId);
+ systemIdInternal = URN_SYSTEM + SYSTEM_ENTITIES.get(systemId);
} else {
systemIdInternal = systemId;
}
Modified: branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-composite.xsd
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-composite.xsd 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-composite.xsd 2010-08-21 01:07:57 UTC (rev 18900)
@@ -17,12 +17,12 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
-<xs:schema targetNamespace="http://richfaces.org/cdk/jsf/composite"
- xmlns:cc="http://richfaces.org/cdk/jsf/composite" xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:cdk="http://richfaces.org/cdk/core"
+<xs:schema targetNamespace="http://jboss.org/schema/richfaces/cdk/jsf/composite"
+ xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite" xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
elementFormDefault="qualified" attributeFormDefault="unqualified">
- <xs:import schemaLocation="cdk-template.xsd" namespace="http://richfaces.org/cdk/core" />
+ <xs:import schemaLocation="cdk-template.xsd" namespace="http://jboss.org/schema/richfaces/cdk/core" />
<xs:annotation>
<xs:documentation>
Modified: branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-jstl-core.xsd
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-jstl-core.xsd 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-jstl-core.xsd 2010-08-21 01:07:57 UTC (rev 18900)
@@ -25,8 +25,8 @@
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://richfaces.org/cdk/jstl/core" xmlns="http://richfaces.org/cdk/jstl/core"
- xmlns:cdk="http://richfaces.org/cdk/core"
+ targetNamespace="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns="http://jboss.org/schema/richfaces/cdk/jstl/core"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:annotation>
@@ -35,7 +35,7 @@
</xs:documentation>
</xs:annotation>
- <xs:import schemaLocation="cdk-template.xsd" namespace="http://richfaces.org/cdk/core" />
+ <xs:import schemaLocation="cdk-template.xsd" namespace="http://jboss.org/schema/richfaces/cdk/core" />
<xs:complexType name="arbitraryContent" mixed="true">
<xs:choice>
Modified: branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-schemas-aggregator.xsd
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-schemas-aggregator.xsd 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-schemas-aggregator.xsd 2010-08-21 01:07:57 UTC (rev 18900)
@@ -20,8 +20,8 @@
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:abc"
xmlns:xml="http://www.w3.org/XML/1998/namespace">
- <xs:import schemaLocation="cdk-template.xsd" namespace="http://richfaces.org/cdk/core" />
- <xs:import schemaLocation="cdk-composite.xsd" namespace="http://richfaces.org/cdk/jsf/composite" />
- <xs:import schemaLocation="cdk-jstl-core.xsd" namespace="http://richfaces.org/cdk/jstl/core" />
+ <xs:import schemaLocation="cdk-template.xsd" namespace="http://jboss.org/schema/richfaces/cdk/core" />
+ <xs:import schemaLocation="cdk-composite.xsd" namespace="http://jboss.org/schema/richfaces/cdk/jsf/composite" />
+ <xs:import schemaLocation="cdk-jstl-core.xsd" namespace="http://jboss.org/schema/richfaces/cdk/jstl/core" />
</xs:schema>
Modified: branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-template.xsd
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-template.xsd 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/cdk-template.xsd 2010-08-21 01:07:57 UTC (rev 18900)
@@ -25,10 +25,10 @@
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://richfaces.org/cdk/core" xmlns="http://richfaces.org/cdk/core"
+ targetNamespace="http://jboss.org/schema/richfaces/cdk/core" xmlns="http://jboss.org/schema/richfaces/cdk/core"
elementFormDefault="qualified" attributeFormDefault="unqualified"
- xmlns:xhtml="http://richfaces.org/cdk/xhtml-el" xmlns:javaee="http://java.sun.com/xml/ns/javaee"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite">
+ xmlns:xhtml="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:javaee="http://java.sun.com/xml/ns/javaee"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite">
<xs:annotation>
<xs:documentation>
@@ -37,8 +37,8 @@
</xs:annotation>
<xs:import schemaLocation="web-facesuicomponent_2_0.xsd" namespace="http://java.sun.com/xml/ns/javaee" />
- <xs:import schemaLocation="cdk-composite.xsd" namespace="http://richfaces.org/cdk/jsf/composite" />
- <xs:import schemaLocation="cdk-jstl-core.xsd" namespace="http://richfaces.org/cdk/jstl/core" />
+ <xs:import schemaLocation="cdk-composite.xsd" namespace="http://jboss.org/schema/richfaces/cdk/jsf/composite" />
+ <xs:import schemaLocation="cdk-jstl-core.xsd" namespace="http://jboss.org/schema/richfaces/cdk/jstl/core" />
<xs:simpleType name="elStrictExpression">
<xs:restriction base="xs:string">
Modified: branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/xhtml-el.xsd
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/xhtml-el.xsd 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/main/resources/META-INF/schema/xhtml-el.xsd 2010-08-21 01:07:57 UTC (rev 18900)
@@ -15,12 +15,12 @@
FSF site: http://www.fsf.org. -->
<xs:schema version="1.0" xml:lang="en"
- xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://richfaces.org/cdk/xhtml-el"
- xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:xml="http://www.w3.org/XML/1998/namespace"
- elementFormDefault="qualified" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:cdk-addinfo="http://richfaces.org/cdk/additional-attributes-info">
+ xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://jboss.org/schema/richfaces/cdk/xhtml-el"
+ xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:xml="http://www.w3.org/XML/1998/namespace"
+ elementFormDefault="qualified" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:cdk-addinfo="http://jboss.org/schema/richfaces/cdk/additional-attributes-info">
- <xs:import schemaLocation="cdk-template.xsd" namespace="http://richfaces.org/cdk/core" />
+ <xs:import schemaLocation="cdk-template.xsd" namespace="http://jboss.org/schema/richfaces/cdk/core" />
<xs:annotation>
<xs:documentation>
Modified: branches/RFPL-754/cdk/generator/src/main/xsd/cdk.xsd
===================================================================
--- branches/RFPL-754/cdk/generator/src/main/xsd/cdk.xsd 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/main/xsd/cdk.xsd 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://richfaces.org/cdk"
elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:cdk="http://richfaces.org/cdk/core" attributeFormDefault="unqualified">
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core" attributeFormDefault="unqualified">
<xsd:annotation>
<xsd:documentation>$Id$</xsd:documentation>
</xsd:annotation>
Modified: branches/RFPL-754/cdk/generator/src/test/java/org/richfaces/cdk/templatecompiler/model/TemplateParserTest.java
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/java/org/richfaces/cdk/templatecompiler/model/TemplateParserTest.java 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/java/org/richfaces/cdk/templatecompiler/model/TemplateParserTest.java 2010-08-21 01:07:57 UTC (rev 18900)
@@ -42,7 +42,7 @@
public class TemplateParserTest extends JaxbTestBase {
public static final String TEMPLATE_PROLOG =
- "<cdk:root xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:cdk=\"http://richfaces.org/cdk/core\" xmlns:c=\"http://richfaces.org/cdk/jstl/core\" xmlns:cc=\"http://richfaces.org/cdk/jsf/composite\"><cc:interface>";
+ "<cdk:root xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:cdk=\"http://jboss.org/schema/richfaces/cdk/core\" xmlns:c=\"http://jboss.org/schema/richfaces/cdk/jstl/core\" xmlns:cc=\"http://jboss.org/schema/richfaces/cdk/jsf/composite\"><cc:interface>";
private static final Object DEFAULT_ATTRIBUTE_TYPE = new ClassName(Object.class);
private static final String TEMPLATE_EPILOG = "</cc:implementation></cdk:root>";
private static final String TEMPLATE_MIDDLE = "</cc:interface><cc:implementation>";
Modified: branches/RFPL-754/cdk/generator/src/test/resources/META-INF/cdk/attributes/dummy-template-props.xml
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/resources/META-INF/cdk/attributes/dummy-template-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/resources/META-INF/cdk/attributes/dummy-template-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
Modified: branches/RFPL-754/cdk/generator/src/test/resources/META-INF/cdk/attributes/test-props.xml
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/resources/META-INF/cdk/attributes/test-props.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/resources/META-INF/cdk/attributes/test-props.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/templatecompiler/basic.template.xml
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/templatecompiler/basic.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/templatecompiler/basic.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/templatecompiler/dummy-attributes.xml
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/templatecompiler/dummy-attributes.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/templatecompiler/dummy-attributes.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
Modified: branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/templatecompiler/dummy.template.xml
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/templatecompiler/dummy.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/templatecompiler/dummy.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/component.xml
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/component.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/component.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<faces-config xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
version="2.0">
Modified: branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/fragment.xml
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/fragment.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/fragment.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://richfaces.org/cdk/extensions">
+ xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions">
<!--
<xi:include
href="urn:resource:org/richfaces/cdk/xmlconfig/include.xml"
xpointer="xmlns(jsf=http://java.sun.com/xml/ns/javaee)xpointer(//jsf:property)"/>
-->
<!--
- xpointer="xmlns(jsf=http://java.sun.com/xml/ns/javaee)xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(jsf=http://java.sun.com/xml/ns/javaee)xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
-->
<property>
<description><![CDATA[
Modified: branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/include.xml
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/include.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/include.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,5 +1,5 @@
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://richfaces.org/cdk/extensions">
+ xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions">
<property>
<description><![CDATA[test property]]></description>
<display-name>test event property</display-name>
Modified: branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/parent.xml
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/parent.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/parent.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://richfaces.org/cdk/extensions">
+ xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions">
<xi:include
href="urn:resource:org/richfaces/cdk/xmlconfig/include.xml"
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"/>
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"/>
</cdk:properties>
Modified: branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/parent2.xml
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/parent2.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/parent2.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://richfaces.org/cdk/extensions">
+ xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions">
<xi:include
href="urn:resource:org/richfaces/cdk/xmlconfig/parent.xml"
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"/>
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"/>
</cdk:properties>
Modified: branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/properties.xml
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/properties.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/properties.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:cdk="http://richfaces.org/cdk/extensions">
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions">
<property>
<description><![CDATA[test2 property]]></description>
<display-name>test2 event property</display-name>
Modified: branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/renderkit.xml
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/renderkit.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/renderkit.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<faces-config xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
version="2.0">
Modified: branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/testmodel/BehaviorBeanTest.xml
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/testmodel/BehaviorBeanTest.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/testmodel/BehaviorBeanTest.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<faces-config version="2.0" metadata-complete="false" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<faces-config version="2.0" metadata-complete="false" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<behavior>
<behavior-id>my_behavior</behavior-id>
<behavior-class>java.lang.Object</behavior-class>
Modified: branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/testmodel/ConverterBeanTest.xml
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/testmodel/ConverterBeanTest.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/testmodel/ConverterBeanTest.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<faces-config version="2.0" metadata-complete="false" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<faces-config version="2.0" metadata-complete="false" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<converter>
<converter-id>my_converter</converter-id>
<converter-class>java.lang.Object</converter-class>
Modified: branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/testmodel/ValidatorBeanTest.xml
===================================================================
--- branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/testmodel/ValidatorBeanTest.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/generator/src/test/resources/org/richfaces/cdk/xmlconfig/testmodel/ValidatorBeanTest.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<faces-config version="2.0" metadata-complete="false" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<faces-config version="2.0" metadata-complete="false" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<validator>
<validator-id>my_validator</validator-id>
<validator-class>java.lang.Object</validator-class>
Modified: branches/RFPL-754/cdk/maven-cdk-plugin/src/it/annotated-component/src/main/resources/META-INF/cdk/attributes/html5.xml
===================================================================
--- branches/RFPL-754/cdk/maven-cdk-plugin/src/it/annotated-component/src/main/resources/META-INF/cdk/attributes/html5.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/maven-cdk-plugin/src/it/annotated-component/src/main/resources/META-INF/cdk/attributes/html5.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -16,7 +16,7 @@
Boston, MA 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<cdk:properties xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee">
<property>
<description>
Modified: branches/RFPL-754/cdk/maven-cdk-plugin/src/it/annotated-component/src/main/templates/testComponent.xml
===================================================================
--- branches/RFPL-754/cdk/maven-cdk-plugin/src/it/annotated-component/src/main/templates/testComponent.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/maven-cdk-plugin/src/it/annotated-component/src/main/templates/testComponent.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://www.w3.org/1999/xhtml" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
- xmlns:x="http://richfaces.org/cdk/ext">
+<cdk:root xmlns="http://www.w3.org/1999/xhtml" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
+ xmlns:x="http://jboss.org/schema/richfaces/cdk/ext">
<cc:interface>
<cdk:class>org.richfaces.cdk.test.renderkit.rf4_xhtml.TestRenderer
</cdk:class>
Modified: branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/coercions.template.xml
===================================================================
--- branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/coercions.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/coercions.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/grid.template.xml
===================================================================
--- branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/grid.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/grid.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/input.template.xml
===================================================================
--- branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/input.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/input.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/link.template.xml
===================================================================
--- branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/link.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/link.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/renders-children-default.template.xml
===================================================================
--- branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/renders-children-default.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/renders-children-default.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/renders-children.template.xml
===================================================================
--- branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/renders-children.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/maven-cdk-plugin/src/it/renderer-template-test/src/main/templates/renders-children.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/cdk/maven-cdk-plugin/src/it/xml-configured-component/src/main/config/faces-config.xml
===================================================================
--- branches/RFPL-754/cdk/maven-cdk-plugin/src/it/xml-configured-component/src/main/config/faces-config.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/maven-cdk-plugin/src/it/xml-configured-component/src/main/config/faces-config.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<faces-config xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:cdk="http://richfaces.org/cdk/extensions"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="2.0"
@@ -16,7 +16,7 @@
<description>Panel header content.</description>
</facet>
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:javax.faces.component.UIPanel.xml" />
<property>
<property-name>title</property-name>
@@ -51,7 +51,7 @@
<display-name>Html Test Panel</display-name>
<component-class>org.richfaces.cdk.component.html.HtmlTestPanel</component-class>
<xi:include
- xpointer="xmlns(cdk=http://richfaces.org/cdk/extensions)xpointer(/cdk:properties/*)"
+ xpointer="xmlns(cdk=http://jboss.org/schema/richfaces/cdk/extensions)xpointer(/cdk:properties/*)"
href="urn:attributes:events-props.xml" />
<property>
<property-name>onheaderclick</property-name>
Modified: branches/RFPL-754/cdk/maven-cdk-plugin/src/it/xml-configured-component/src/main/templates/testPanel.xml
===================================================================
--- branches/RFPL-754/cdk/maven-cdk-plugin/src/it/xml-configured-component/src/main/templates/testPanel.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/cdk/maven-cdk-plugin/src/it/xml-configured-component/src/main/templates/testPanel.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://www.w3.org/1999/xhtml" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite">
+<cdk:root xmlns="http://www.w3.org/1999/xhtml" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite">
<cc:interface>
<cdk:class>org.richfaces.cdk.renderkit.html.TestPanelRenderer</cdk:class>
<cdk:superclass>org.richfaces.cdk.renderkit.AbstractTestPanelRenderer</cdk:superclass>
Modified: branches/RFPL-754/ui/core/ui/src/main/config/faces-config.xml
===================================================================
--- branches/RFPL-754/ui/core/ui/src/main/config/faces-config.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/core/ui/src/main/config/faces-config.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<faces-config version="2.0" metadata-complete="false" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<faces-config version="2.0" metadata-complete="false" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<render-kit>
<render-kit-id>HTML_BASIC</render-kit-id>
<client-behavior-renderer>
Modified: branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/button.template.xml
===================================================================
--- branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/button.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/button.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/function.template.xml
===================================================================
--- branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/function.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/function.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core"
- xmlns:cc="http://richfaces.org/cdk/jsf/composite" xmlns:javaee="http://java.sun.com/xml/ns/javaee">
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core"
+ xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite" xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
<cdk:class>org.richfaces.renderkit.html.AjaxFunctionRenderer</cdk:class>
Modified: branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/link.template.xml
===================================================================
--- branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/link.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/link.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/log.template.xml
===================================================================
--- branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/log.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/core/ui/src/main/templates/org/ajax4jsf/renderkit/html/log.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/ui/input/ui/src/main/config/faces-config.xml
===================================================================
--- branches/RFPL-754/ui/input/ui/src/main/config/faces-config.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/input/ui/src/main/config/faces-config.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -25,7 +25,7 @@
-->
<faces-config version="2.0"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
- xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://richfaces.org/cdk/extensions"
+ xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<component>
<component-type>org.richfaces.InputNumberSlider</component-type>
Modified: branches/RFPL-754/ui/input/ui/src/main/templates/autocomplete.template.xml
===================================================================
--- branches/RFPL-754/ui/input/ui/src/main/templates/autocomplete.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/input/ui/src/main/templates/autocomplete.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/ui/input/ui/src/main/templates/inplaceInput.template.xml
===================================================================
--- branches/RFPL-754/ui/input/ui/src/main/templates/inplaceInput.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/input/ui/src/main/templates/inplaceInput.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/ui/input/ui/src/main/templates/inputnumberslider.template.xml
===================================================================
--- branches/RFPL-754/ui/input/ui/src/main/templates/inputnumberslider.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/input/ui/src/main/templates/inputnumberslider.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -23,8 +23,8 @@
Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:cc="http://richfaces.org/cdk/jsf/composite" xmlns:c="http://richfaces.org/cdk/jstl/core"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite" xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core"
xmlns:xi="http://www.w3.org/2001/XInclude">
<cc:interface>
<cdk:class>org.richfaces.renderkit.html.InputNumberSliderRenderer</cdk:class>
Modified: branches/RFPL-754/ui/iteration/ui/src/main/templates/datascroller.template.xml
===================================================================
--- branches/RFPL-754/ui/iteration/ui/src/main/templates/datascroller.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/iteration/ui/src/main/templates/datascroller.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/ui/iteration/ui/src/main/templates/list.template.xml
===================================================================
--- branches/RFPL-754/ui/iteration/ui/src/main/templates/list.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/iteration/ui/src/main/templates/list.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/ui/iteration/ui/src/main/templates/toggle-control.template.xml
===================================================================
--- branches/RFPL-754/ui/iteration/ui/src/main/templates/toggle-control.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/iteration/ui/src/main/templates/toggle-control.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/ui/misc/ui/src/main/config/faces-config.xml
===================================================================
--- branches/RFPL-754/ui/misc/ui/src/main/config/faces-config.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/misc/ui/src/main/config/faces-config.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<faces-config version="2.0" metadata-complete="false" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://richfaces.org/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<faces-config version="2.0" metadata-complete="false" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<component>
<component-type>org.richfaces.HashParameter</component-type>
<component-class>org.richfaces.component.UIHashParameter</component-class>
<component-extension>
- <cdk:generate xmlns:cdk="http://richfaces.org/cdk/extensions">false</cdk:generate>
+ <cdk:generate xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions">false</cdk:generate>
</component-extension>
</component>
<render-kit>
Modified: branches/RFPL-754/ui/misc/ui/src/main/templates/jquery.template.xml
===================================================================
--- branches/RFPL-754/ui/misc/ui/src/main/templates/jquery.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/misc/ui/src/main/templates/jquery.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el" xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core" xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el" xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/ui/output/ui/src/main/resources/META-INF/pn.faces-config.xml
===================================================================
--- branches/RFPL-754/ui/output/ui/src/main/resources/META-INF/pn.faces-config.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/output/ui/src/main/resources/META-INF/pn.faces-config.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -2,7 +2,7 @@
<faces-config version="2.0" metadata-complete="false"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
xmlns="http://java.sun.com/xml/ns/javaee"
- xmlns:cdk="http://richfaces.org/cdk/extensions"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/extensions"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<behavior>
Modified: branches/RFPL-754/ui/output/ui/src/main/templates/panel.template.xml
===================================================================
--- branches/RFPL-754/ui/output/ui/src/main/templates/panel.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/output/ui/src/main/templates/panel.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el"
- xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core"
- xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core"
+ xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
Modified: branches/RFPL-754/ui/output/ui/src/main/templates/popupPanel.template.xml
===================================================================
--- branches/RFPL-754/ui/output/ui/src/main/templates/popupPanel.template.xml 2010-08-21 00:53:16 UTC (rev 18899)
+++ branches/RFPL-754/ui/output/ui/src/main/templates/popupPanel.template.xml 2010-08-21 01:07:57 UTC (rev 18900)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cdk:root xmlns="http://richfaces.org/cdk/xhtml-el"
- xmlns:cdk="http://richfaces.org/cdk/core"
- xmlns:c="http://richfaces.org/cdk/jstl/core"
- xmlns:cc="http://richfaces.org/cdk/jsf/composite"
+<cdk:root xmlns="http://jboss.org/schema/richfaces/cdk/xhtml-el"
+ xmlns:cdk="http://jboss.org/schema/richfaces/cdk/core"
+ xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core"
+ xmlns:cc="http://jboss.org/schema/richfaces/cdk/jsf/composite"
xmlns:javaee="http://java.sun.com/xml/ns/javaee">
<cc:interface>
More information about the richfaces-svn-commits
mailing list