[richfaces-svn-commits] JBoss Rich Faces SVN: r18894 - trunk/cdk/generator.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Aug 20 18:07:29 EDT 2010
Author: alexsmirnov
Date: 2010-08-20 18:07:29 -0400 (Fri, 20 Aug 2010)
New Revision: 18894
Modified:
trunk/cdk/generator/pom.xml
Log:
RESOLVED - issue RF-8951: Change CDK namespaces to Jboss public schema repository.
https://jira.jboss.org/browse/RF-8951
Modified: trunk/cdk/generator/pom.xml
===================================================================
--- trunk/cdk/generator/pom.xml 2010-08-20 22:07:02 UTC (rev 18893)
+++ trunk/cdk/generator/pom.xml 2010-08-20 22:07:29 UTC (rev 18894)
@@ -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>
More information about the richfaces-svn-commits
mailing list