JBoss Rich Faces SVN: r18903 - in branches/RFPL-754: archetypes and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-08-22 11:13:49 -0400 (Sun, 22 Aug 2010)
New Revision: 18903
Modified:
branches/RFPL-754/archetypes/pom.xml
branches/RFPL-754/examples/parent/pom.xml
branches/RFPL-754/examples/pom.xml
branches/RFPL-754/pom.xml
Log:
RFPL-754 Fixed a scm settings in some pom.xml for release
Modified: branches/RFPL-754/archetypes/pom.xml
===================================================================
--- branches/RFPL-754/archetypes/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
+++ branches/RFPL-754/archetypes/pom.xml 2010-08-22 15:13:49 UTC (rev 18903)
@@ -49,4 +49,10 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/archetypes</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/archetypes</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/trunk/archetypes</url>
+ </scm>
+
</project>
Modified: branches/RFPL-754/examples/parent/pom.xml
===================================================================
--- branches/RFPL-754/examples/parent/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
+++ branches/RFPL-754/examples/parent/pom.xml 2010-08-22 15:13:49 UTC (rev 18903)
@@ -222,4 +222,10 @@
</dependencies>
</profile>
</profiles>
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/examples/parent</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/examples/parent</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/trunk/examples/parent</url>
+ </scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/examples/pom.xml
===================================================================
--- branches/RFPL-754/examples/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
+++ branches/RFPL-754/examples/pom.xml 2010-08-22 15:13:49 UTC (rev 18903)
@@ -1,35 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
- JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
- Inc. and individual contributors by the @authors tag. See the
- copyright.txt in the distribution for a full listing of
- individual contributors. This is free software; you can
- redistribute it and/or modify it under the terms of the GNU
- Lesser General Public License as published by the Free Software
- Foundation; either version 2.1 of the License, or (at your
- option) any later version. This software 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 software; if not,
- write to the Free Software Foundation, Inc., 51 Franklin St,
- Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
- http://www.fsf.org.
--->
+ <!--
+ JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
+ Inc. and individual contributors by the @authors tag. See the
+ copyright.txt in the distribution for a full listing of
+ individual contributors. This is free software; you can
+ redistribute it and/or modify it under the terms of the GNU
+ Lesser General Public License as published by the Free Software
+ Foundation; either version 2.1 of the License, or (at your
+ option) any later version. This software 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 software; if not,
+ write to the Free Software Foundation, Inc., 51 Franklin St,
+ Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+ http://www.fsf.org.
+ -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <!-- This aggregator pom, is not released, and is only used to make it easy to build all of the
- examples at once from trunk. -->
+ <!--
+ This aggregator pom, is not released, and is only used to make
+ it easy to build all of the examples at once from trunk.
+ -->
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
<version>10</version>
-<relativePath>../build/parent/pom.xml</relativePath>
+ <relativePath>../build/parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
@@ -50,4 +52,10 @@
<!--<module>dist</module>-->
</modules>
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/examples</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/examples</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/trunk/examples</url>
+ </scm>
+
</project>
Modified: branches/RFPL-754/pom.xml
===================================================================
--- branches/RFPL-754/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
+++ branches/RFPL-754/pom.xml 2010-08-22 15:13:49 UTC (rev 18903)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
@@ -25,14 +25,14 @@
<module>cdk</module>
<!-- richfaces ui -->
- <module>ui</module>
+ <module>ui</module>
<!-- Remaining -->
<module>archetypes</module>
<module>examples</module>
<!--<module>docs</module>-->
</modules>
-
+
<build>
<plugins>
<!-- To trigger the release -->
@@ -59,4 +59,10 @@
</modules>
</profile>
</profiles>
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/trunk</url>
+ </scm>
</project>
15 years, 11 months
JBoss Rich Faces SVN: r18902 - in branches/RFPL-754: archetypes and 52 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-08-22 11:02:52 -0400 (Sun, 22 Aug 2010)
New Revision: 18902
Modified:
branches/RFPL-754/archetypes/pom.xml
branches/RFPL-754/archetypes/richfaces-archetype-simpleapp/pom.xml
branches/RFPL-754/archetypes/richfaces-component-short/pom.xml
branches/RFPL-754/archetypes/richfaces-component/pom.xml
branches/RFPL-754/archetypes/richfaces-components-aggregator/pom.xml
branches/RFPL-754/bom/pom.xml
branches/RFPL-754/cdk/annotations/pom.xml
branches/RFPL-754/cdk/attributes/pom.xml
branches/RFPL-754/cdk/commons/pom.xml
branches/RFPL-754/cdk/dist/pom.xml
branches/RFPL-754/cdk/generator/pom.xml
branches/RFPL-754/cdk/maven-cdk-plugin/pom.xml
branches/RFPL-754/cdk/maven-resources-plugin/pom.xml
branches/RFPL-754/cdk/parent/pom.xml
branches/RFPL-754/cdk/pom.xml
branches/RFPL-754/cdk/xinclude/pom.xml
branches/RFPL-754/core/api/pom.xml
branches/RFPL-754/core/commons/pom.xml
branches/RFPL-754/core/impl/pom.xml
branches/RFPL-754/core/parent/pom.xml
branches/RFPL-754/core/pom.xml
branches/RFPL-754/examples/core-demo/pom.xml
branches/RFPL-754/examples/input-demo/pom.xml
branches/RFPL-754/examples/iteration-demo/pom.xml
branches/RFPL-754/examples/misc-demo/pom.xml
branches/RFPL-754/examples/output-demo/pom.xml
branches/RFPL-754/examples/parent/pom.xml
branches/RFPL-754/examples/pom.xml
branches/RFPL-754/examples/repeater-demo/pom.xml
branches/RFPL-754/examples/richfaces-showcase/pom.xml
branches/RFPL-754/parent/pom.xml
branches/RFPL-754/pom.xml
branches/RFPL-754/ui/common/api/pom.xml
branches/RFPL-754/ui/common/pom.xml
branches/RFPL-754/ui/common/ui/pom.xml
branches/RFPL-754/ui/core/api/pom.xml
branches/RFPL-754/ui/core/pom.xml
branches/RFPL-754/ui/core/ui/pom.xml
branches/RFPL-754/ui/dist/pom.xml
branches/RFPL-754/ui/dist/richfaces-components-api/pom.xml
branches/RFPL-754/ui/dist/richfaces-components-ui/pom.xml
branches/RFPL-754/ui/input/api/pom.xml
branches/RFPL-754/ui/input/pom.xml
branches/RFPL-754/ui/input/ui/pom.xml
branches/RFPL-754/ui/iteration/api/pom.xml
branches/RFPL-754/ui/iteration/pom.xml
branches/RFPL-754/ui/iteration/ui/pom.xml
branches/RFPL-754/ui/misc/pom.xml
branches/RFPL-754/ui/misc/ui/pom.xml
branches/RFPL-754/ui/output/api/pom.xml
branches/RFPL-754/ui/output/pom.xml
branches/RFPL-754/ui/output/ui/pom.xml
branches/RFPL-754/ui/parent/pom.xml
branches/RFPL-754/ui/pom.xml
Log:
[maven-release-plugin] rollback the release of 4.0.0.20100822-M2
Modified: branches/RFPL-754/archetypes/pom.xml
===================================================================
--- branches/RFPL-754/archetypes/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/archetypes/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -1,56 +1,52 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
- Inc. and individual contributors by the @authors tag. See the
- copyright.txt in the distribution for a full listing of
- individual contributors. This is free software; you can
- redistribute it and/or modify it under the terms of the GNU
- Lesser General Public License as published by the Free Software
- Foundation; either version 2.1 of the License, or (at your
- option) any later version. This software 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 software; if not,
- write to the Free Software Foundation, Inc., 51 Franklin St,
- Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
- http://www.fsf.org.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-parent</artifactId>
- <version>10</version>
- <relativePath>../build/parent/pom.xml</relativePath>
- </parent>
-
- <groupId>org.richfaces.archetypes</groupId>
- <artifactId>archetypes-aggregator</artifactId>
- <version>4.0.0.20100822-M2</version>
- <packaging>pom</packaging>
- <name>RichFaces Archetypes: Aggregator</name>
-
- <modules>
- <module>richfaces-archetype-simpleapp</module>
- <module>richfaces-component</module>
- <module>richfaces-component-short</module>
- <module>richfaces-components-aggregator</module>
- </modules>
-
- <properties>
- <!-- TODO verify if these are needed here - I believe they are inherited from parent -->
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- </properties>
-
-
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/tag...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/parent/tags/4...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/tags/4.0.0...</url>
- </scm>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
+ Inc. and individual contributors by the @authors tag. See the
+ copyright.txt in the distribution for a full listing of
+ individual contributors. This is free software; you can
+ redistribute it and/or modify it under the terms of the GNU
+ Lesser General Public License as published by the Free Software
+ Foundation; either version 2.1 of the License, or (at your
+ option) any later version. This software 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 software; if not,
+ write to the Free Software Foundation, Inc., 51 Franklin St,
+ Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+ http://www.fsf.org.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+ http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-parent</artifactId>
+ <version>10</version>
+ <relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.richfaces.archetypes</groupId>
+ <artifactId>archetypes-aggregator</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>RichFaces Archetypes: Aggregator</name>
+
+ <modules>
+ <module>richfaces-archetype-simpleapp</module>
+ <module>richfaces-component</module>
+ <module>richfaces-component-short</module>
+ <module>richfaces-components-aggregator</module>
+ </modules>
+
+ <properties>
+ <!-- TODO verify if these are needed here - I believe they are inherited from parent -->
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ </properties>
+
+</project>
Modified: branches/RFPL-754/archetypes/richfaces-archetype-simpleapp/pom.xml
===================================================================
--- branches/RFPL-754/archetypes/richfaces-archetype-simpleapp/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/archetypes/richfaces-archetype-simpleapp/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-archetype-simpleapp</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Simple Application</name>
@@ -78,9 +78,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/archetypes/richfac...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/</url>
</scm>
</project>
Modified: branches/RFPL-754/archetypes/richfaces-component/pom.xml
===================================================================
--- branches/RFPL-754/archetypes/richfaces-component/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/archetypes/richfaces-component/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-component</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Component</name>
@@ -96,9 +96,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/archetypes/richfac...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/</url>
</scm>
</project>
Modified: branches/RFPL-754/archetypes/richfaces-component-short/pom.xml
===================================================================
--- branches/RFPL-754/archetypes/richfaces-component-short/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/archetypes/richfaces-component-short/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-component-short</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Component Short</name>
@@ -96,9 +96,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/archetypes/richfac...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/</url>
</scm>
</project>
Modified: branches/RFPL-754/archetypes/richfaces-components-aggregator/pom.xml
===================================================================
--- branches/RFPL-754/archetypes/richfaces-components-aggregator/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/archetypes/richfaces-components-aggregator/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-components-aggregator</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Components Aggregator</name>
@@ -96,9 +96,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/archetypes/richfac...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/</url>
</scm>
</project>
Modified: branches/RFPL-754/bom/pom.xml
===================================================================
--- branches/RFPL-754/bom/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/bom/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -17,13 +17,14 @@
Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces BOM</name>
<parent>
@@ -217,9 +218,9 @@
</dependencyManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/build/bom</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/build/bom</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/trunk/build/bom</url>
</scm>
</project>
Modified: branches/RFPL-754/cdk/annotations/pom.xml
===================================================================
--- branches/RFPL-754/cdk/annotations/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/cdk/annotations/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<description>That project contains annotations for JSF classes</description>
<name>annotations</name>
<dependencies>
Modified: branches/RFPL-754/cdk/attributes/pom.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/cdk/attributes/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>attributes</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<description>That project contains JAXB bindings for model classes representing schema attributes data</description>
<name>attributes</name>
Modified: branches/RFPL-754/cdk/commons/pom.xml
===================================================================
--- branches/RFPL-754/cdk/commons/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/cdk/commons/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>commons</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>commons</name>
<build>
<plugins>
Modified: branches/RFPL-754/cdk/dist/pom.xml
===================================================================
--- branches/RFPL-754/cdk/dist/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/cdk/dist/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -4,20 +4,20 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>dist</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>JSF Components Development Kit (CDK) distribution assembly</name>
<!-- SCM and distribution management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/cdk/dist</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/cdk/dist</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk</url>
</scm>
<build>
<finalName>cdk</finalName>
Modified: branches/RFPL-754/cdk/generator/pom.xml
===================================================================
--- branches/RFPL-754/cdk/generator/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/cdk/generator/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -3,13 +3,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Java Server Faces component generator</name>
Modified: branches/RFPL-754/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- branches/RFPL-754/cdk/maven-cdk-plugin/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/cdk/maven-cdk-plugin/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -2,13 +2,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven plugin for JSF components code generation</name>
<dependencies>
Modified: branches/RFPL-754/cdk/maven-resources-plugin/pom.xml
===================================================================
--- branches/RFPL-754/cdk/maven-resources-plugin/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/cdk/maven-resources-plugin/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -1,16 +1,17 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>maven-resources-plugin</name>
<description>Maven plugin for packaging resources with web application</description>
Modified: branches/RFPL-754/cdk/parent/pom.xml
===================================================================
--- branches/RFPL-754/cdk/parent/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/cdk/parent/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -13,7 +14,7 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>
@@ -22,9 +23,9 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk/parent/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/cdk/parent</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/cdk/parent</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk/parent</url>
</scm>
<build>
Modified: branches/RFPL-754/cdk/pom.xml
===================================================================
--- branches/RFPL-754/cdk/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/cdk/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
@@ -11,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>aggregator</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>
<properties>
@@ -32,9 +33,9 @@
</modules>
<!-- SCM and distribution management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/cdk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/cdk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk</url>
</scm>
<!-- Minimal build configuration -->
Modified: branches/RFPL-754/cdk/xinclude/pom.xml
===================================================================
--- branches/RFPL-754/cdk/xinclude/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/cdk/xinclude/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -22,13 +22,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>xinclude</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Cocoon 3: xinclude transformer</name>
<description>Cocoon 3 xinclude transformer with Xpointer scheme support.</description>
Modified: branches/RFPL-754/core/api/pom.xml
===================================================================
--- branches/RFPL-754/core/api/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/core/api/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -82,8 +82,8 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/core/api</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/core/api</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/trunk/core/api</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/core/commons/pom.xml
===================================================================
--- branches/RFPL-754/core/commons/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/core/commons/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -21,13 +21,13 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.commons</groupId>
<artifactId>richfaces-commons-api</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Commons API</name>
<dependencies>
@@ -57,8 +57,8 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/commons/api</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/commons/api</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/trunk/commons/api</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/core/impl/pom.xml
===================================================================
--- branches/RFPL-754/core/impl/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/core/impl/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -20,7 +20,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -253,8 +253,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/core/impl</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/core/impl</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/trunk/core/impl</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/core/parent/pom.xml
===================================================================
--- branches/RFPL-754/core/parent/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/core/parent/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -23,13 +23,13 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Core Parent</name>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -54,8 +54,8 @@
</plugins>
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/core/parent</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/core/parent</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/trunk/core/parent</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/core/pom.xml
===================================================================
--- branches/RFPL-754/core/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/core/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -29,7 +29,7 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-aggregator</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces Core Aggregator</name>
@@ -44,9 +44,9 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/core</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/core</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/trunk/core</url>
</scm>
</project>
Modified: branches/RFPL-754/examples/core-demo/pom.xml
===================================================================
--- branches/RFPL-754/examples/core-demo/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/examples/core-demo/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -17,21 +17,23 @@
Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>core-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Examples: Core</name>
<properties>
@@ -217,8 +219,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/examples/core-demo</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/examples/core-demo</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
Modified: branches/RFPL-754/examples/input-demo/pom.xml
===================================================================
--- branches/RFPL-754/examples/input-demo/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/examples/input-demo/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -1,175 +1,176 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <parent>
- <groupId>org.richfaces.examples</groupId>
- <artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
- <relativePath>../parent/pom.xml</relativePath>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>org.richfaces.examples</groupId>
- <artifactId>input-demo</artifactId>
- <version>4.0.0.20100822-M2</version>
- <name>Richfaces Examples: Inputs</name>
- <packaging>war</packaging>
-
- <build>
- <finalName>${artifactId}-${project.version}</finalName>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.1-beta-1</version>
- <configuration>
- <webResources>
- <resource>
- <directory>${basedir}/src/main/java</directory>
- <targetPath>/WEB-INF/src</targetPath>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>jee6</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.1-alpha-1</version>
- <configuration>
- <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <!-- JSF impl should be switchable in example specific parent -->
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
- </dependency>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.transaction</groupId>
- <artifactId>jta</artifactId>
- <version>1.1</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <executions>
- <execution>
- <id>jee6</id>
- <phase>package</phase>
- <goals>
- <goal>war</goal>
- </goals>
- <configuration>
- <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
- <classifier>jee6</classifier>
- <packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</packagingExcludes>
- <warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</warSourceExcludes>
- </configuration>
- </execution>
- </executions>
- <configuration>
- <webResources>
- <resource>
- <directory>${basedir}/src/main/java</directory>
- <targetPath>/WEB-INF/src</targetPath>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <dependencies>
- <dependency>
- <groupId>org.richfaces.ui.input</groupId>
- <artifactId>richfaces-ui-input-ui</artifactId>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui.core</groupId>
- <artifactId>richfaces-ui-core-ui</artifactId>
- </dependency>
-
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <version>1.5.8</version>
- </dependency>
-
- <dependency>
- <groupId>net.sf.ehcache</groupId>
- <artifactId>ehcache</artifactId>
- </dependency>
-
- <!--
- simple logger binding: only messages of level INFO and
- higher are printed
- -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.5.8</version>
- </dependency>
-
- <!-- Log4J dependency used in examples -->
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- </dependency>
-
- <!-- Tests -->
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>5.10</version>
- <classifier>jdk15</classifier>
- <scope>test</scope>
- </dependency>
- </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <parent>
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>richfaces-example-parent</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>input-demo</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <name>Richfaces Examples: Inputs</name>
+ <packaging>war</packaging>
+
+ <build>
+ <finalName>${artifactId}-${project.version}</finalName>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-beta-1</version>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>jee6</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-alpha-1</version>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <!-- JSF impl should be switchable in example specific parent -->
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ <version>1.1</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>jee6</id>
+ <phase>package</phase>
+ <goals>
+ <goal>war</goal>
+ </goals>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
+ <classifier>jee6</classifier>
+ <packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</packagingExcludes>
+ <warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</warSourceExcludes>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.ui.input</groupId>
+ <artifactId>richfaces-ui-input-ui</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui.core</groupId>
+ <artifactId>richfaces-ui-core-ui</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.5.8</version>
+ </dependency>
+
+ <dependency>
+ <groupId>net.sf.ehcache</groupId>
+ <artifactId>ehcache</artifactId>
+ </dependency>
+
+ <!--
+ simple logger binding: only messages of level INFO and
+ higher are printed
+ -->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.5.8</version>
+ </dependency>
+
+ <!-- Log4J dependency used in examples -->
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ </dependency>
+
+ <!-- Tests -->
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.10</version>
+ <classifier>jdk15</classifier>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
Modified: branches/RFPL-754/examples/iteration-demo/pom.xml
===================================================================
--- branches/RFPL-754/examples/iteration-demo/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/examples/iteration-demo/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -17,21 +17,23 @@
Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>iteration-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Examples: Iteration</name>
<properties>
Modified: branches/RFPL-754/examples/misc-demo/pom.xml
===================================================================
--- branches/RFPL-754/examples/misc-demo/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/examples/misc-demo/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -17,20 +17,23 @@
Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+ http://maven.apache.org/xsd/maven-4.0.0.xsd"
+>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>misc-demo</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>RichFaces Examples: Miscellanous</name>
Modified: branches/RFPL-754/examples/output-demo/pom.xml
===================================================================
--- branches/RFPL-754/examples/output-demo/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/examples/output-demo/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -1,179 +1,181 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <parent>
- <groupId>org.richfaces.examples</groupId>
- <artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
- <relativePath>../parent/pom.xml</relativePath>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>org.richfaces.examples</groupId>
- <artifactId>output-demo</artifactId>
- <version>4.0.0.20100822-M2</version>
- <name>Richfaces Examples: Outputs</name>
- <packaging>war</packaging>
-
- <properties>
- </properties>
-
- <build>
- <finalName>${artifactId}-${project.version}</finalName>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.1-beta-1</version>
- <configuration>
- <webResources>
- <resource>
- <directory>${basedir}/src/main/java</directory>
- <targetPath>/WEB-INF/src</targetPath>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>jee6</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.1-alpha-1</version>
- <configuration>
- <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.transaction</groupId>
- <artifactId>jta</artifactId>
- <version>1.1</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <executions>
- <execution>
- <id>jee6</id>
- <phase>package</phase>
- <goals>
- <goal>war</goal>
- </goals>
- <configuration>
- <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
- <classifier>jee6</classifier>
- <packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</packagingExcludes>
- <warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</warSourceExcludes>
- </configuration>
- </execution>
- </executions>
- <configuration>
- <webResources>
- <resource>
- <directory>${basedir}/src/main/java</directory>
- <targetPath>/WEB-INF/src</targetPath>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <dependencies>
- <dependency>
- <groupId>org.richfaces.ui.output</groupId>
- <artifactId>richfaces-ui-output-ui</artifactId>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui.core</groupId>
- <artifactId>richfaces-ui-core-ui</artifactId>
- </dependency>
-
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <version>1.5.8</version>
- </dependency>
-
- <dependency>
- <groupId>net.sf.ehcache</groupId>
- <artifactId>ehcache</artifactId>
- </dependency>
-
- <!--
- simple logger binding: only messages of level INFO and
- higher are printed
- -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.5.8</version>
- </dependency>
-
- <!-- Log4J dependency used in examples -->
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- </dependency>
-
- <!-- Tests -->
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>5.10</version>
- <classifier>jdk15</classifier>
- <scope>test</scope>
- </dependency>
- </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+>
+
+ <parent>
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>richfaces-example-parent</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <relativePath>../parent/pom.xml</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>output-demo</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <name>Richfaces Examples: Outputs</name>
+ <packaging>war</packaging>
+
+ <properties>
+ </properties>
+
+ <build>
+ <finalName>${artifactId}-${project.version}</finalName>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-beta-1</version>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>jee6</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-alpha-1</version>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ <version>1.1</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>jee6</id>
+ <phase>package</phase>
+ <goals>
+ <goal>war</goal>
+ </goals>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
+ <classifier>jee6</classifier>
+ <packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</packagingExcludes>
+ <warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</warSourceExcludes>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.ui.output</groupId>
+ <artifactId>richfaces-ui-output-ui</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui.core</groupId>
+ <artifactId>richfaces-ui-core-ui</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.5.8</version>
+ </dependency>
+
+ <dependency>
+ <groupId>net.sf.ehcache</groupId>
+ <artifactId>ehcache</artifactId>
+ </dependency>
+
+ <!--
+ simple logger binding: only messages of level INFO and
+ higher are printed
+ -->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.5.8</version>
+ </dependency>
+
+ <!-- Log4J dependency used in examples -->
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ </dependency>
+
+ <!-- Tests -->
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.10</version>
+ <classifier>jdk15</classifier>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
Modified: branches/RFPL-754/examples/parent/pom.xml
===================================================================
--- branches/RFPL-754/examples/parent/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/examples/parent/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -1,228 +1,225 @@
-<?xml version="1.0" encoding="UTF-8"?>
- <!--
- JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
- Inc. and individual contributors by the @authors tag. See the
- copyright.txt in the distribution for a full listing of
- individual contributors. This is free software; you can
- redistribute it and/or modify it under the terms of the GNU
- Lesser General Public License as published by the Free Software
- Foundation; either version 2.1 of the License, or (at your
- option) any later version. This software 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 software; if not,
- write to the Free Software Foundation, Inc., 51 Franklin St,
- Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
- http://www.fsf.org.
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-parent</artifactId>
- <version>10</version>
- <relativePath>../../build/parent/pom.xml</relativePath>
- </parent>
-
- <groupId>org.richfaces.examples</groupId>
- <artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
- <packaging>pom</packaging>
- <name>RichFaces Examples Parent</name>
-
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
- <jetty.port>8080</jetty.port>
- <richfaces.checkstyle.version>2</richfaces.checkstyle.version>
- </properties>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-bom</artifactId>
- <version>${project.version}</version>
- <scope>import</scope>
- <type>pom</type>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
- <!-- Build -->
- <build>
- <!--
- PluginManagement config for all examples
- -->
- <pluginManagement>
- <plugins>
- <!-- Build -->
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <index>true</index>
- <manifest>
- <addDefaultSpecificationEntries>
- true
- </addDefaultSpecificationEntries>
- <addDefaultImplementationEntries>
- true
- </addDefaultImplementationEntries>
- </manifest>
- <manifestEntries>
- <mode>development</mode>
- <Build-Number>${buildNumber}
- </Build-Number>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <configLocation>richfaces-checkstyle/richfaces-checkstyle.xml
- </configLocation>
- </configuration>
- <executions>
- <execution>
- <id>richfaces-checkstyle-report</id>
- <phase>process-sources</phase>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-build-checkstyle</artifactId>
- <version>${richfaces.checkstyle.version}</version>
- </dependency>
- </dependencies>
- </plugin>
- <plugin>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>maven-jetty-plugin</artifactId>
- <version>6.1.18</version>
- <configuration>
- <scanIntervalSeconds>10</scanIntervalSeconds>
- <connectors>
- <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
- <port>${jetty.port}</port>
- <maxIdleTime>60000</maxIdleTime>
- </connector>
- </connectors>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- <profiles>
- <!--
- The following profiles determine the JSF api/impl
- combinations that will be used in the project builds.
-
- -Djsf_profile=<profile-name> on the mvn command line
- -->
- <profile>
- <id>jsf_ri</id>
- <activation>
- <property>
- <name>!jsf_profile</name>
- </property>
- </activation>
- <dependencies>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
- </dependency>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>myfaces</id>
- <activation>
- <property>
- <name>jsf_profile</name>
- <value>myfaces</value>
- </property>
- </activation>
- <dependencies>
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-impl</artifactId>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>jsf_ri_2_1_snapshot</id>
- <activation>
- <property>
- <name>jsf_profile</name>
- <value>jsf_ri_2_1_snapshot</value>
- </property>
- </activation>
- <dependencies>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>2.1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>2.1.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>myfaces_snapshot</id>
- <activation>
- <property>
- <name>jsf_profile</name>
- <value>myfaces_snapshot</value>
- </property>
- </activation>
- <dependencies>
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-api</artifactId>
- <version>2.0.2-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-impl</artifactId>
- <version>2.0.2-SNAPSHOT</version>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
-
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/tag...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/parent/tags/4...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/tags/4.0.0...</url>
- </scm>
+<?xml version="1.0" encoding="UTF-8"?>
+ <!--
+ JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
+ Inc. and individual contributors by the @authors tag. See the
+ copyright.txt in the distribution for a full listing of
+ individual contributors. This is free software; you can
+ redistribute it and/or modify it under the terms of the GNU
+ Lesser General Public License as published by the Free Software
+ Foundation; either version 2.1 of the License, or (at your
+ option) any later version. This software 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 software; if not,
+ write to the Free Software Foundation, Inc., 51 Franklin St,
+ Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+ http://www.fsf.org.
+ -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+ http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-parent</artifactId>
+ <version>10</version>
+ <relativePath>../../build/parent/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>richfaces-example-parent</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>RichFaces Examples Parent</name>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
+ <jetty.port>8080</jetty.port>
+ <richfaces.checkstyle.version>2</richfaces.checkstyle.version>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-bom</artifactId>
+ <version>${project.version}</version>
+ <scope>import</scope>
+ <type>pom</type>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <!-- Build -->
+ <build>
+ <!--
+ PluginManagement config for all examples
+ -->
+ <pluginManagement>
+ <plugins>
+ <!-- Build -->
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <index>true</index>
+ <manifest>
+ <addDefaultSpecificationEntries>
+ true
+ </addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>
+ true
+ </addDefaultImplementationEntries>
+ </manifest>
+ <manifestEntries>
+ <mode>development</mode>
+ <Build-Number>${buildNumber}
+ </Build-Number>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <configLocation>richfaces-checkstyle/richfaces-checkstyle.xml
+ </configLocation>
+ </configuration>
+ <executions>
+ <execution>
+ <id>richfaces-checkstyle-report</id>
+ <phase>process-sources</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-build-checkstyle</artifactId>
+ <version>${richfaces.checkstyle.version}</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <version>6.1.18</version>
+ <configuration>
+ <scanIntervalSeconds>10</scanIntervalSeconds>
+ <connectors>
+ <connector
+ implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+ <port>${jetty.port}</port>
+ <maxIdleTime>60000</maxIdleTime>
+ </connector>
+ </connectors>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <profiles>
+ <!--
+ The following profiles determine the JSF api/impl
+ combinations that will be used in the project builds.
+
+ -Djsf_profile=<profile-name> on the mvn command line
+ -->
+ <profile>
+ <id>jsf_ri</id>
+ <activation>
+ <property>
+ <name>!jsf_profile</name>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>myfaces</id>
+ <activation>
+ <property>
+ <name>jsf_profile</name>
+ <value>myfaces</value>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-impl</artifactId>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jsf_ri_2_1_snapshot</id>
+ <activation>
+ <property>
+ <name>jsf_profile</name>
+ <value>jsf_ri_2_1_snapshot</value>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>2.1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>2.1.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>myfaces_snapshot</id>
+ <activation>
+ <property>
+ <name>jsf_profile</name>
+ <value>myfaces_snapshot</value>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-api</artifactId>
+ <version>2.0.2-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-impl</artifactId>
+ <version>2.0.2-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/examples/pom.xml
===================================================================
--- branches/RFPL-754/examples/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/examples/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -1,57 +1,53 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
- Inc. and individual contributors by the @authors tag. See the
- copyright.txt in the distribution for a full listing of
- individual contributors. This is free software; you can
- redistribute it and/or modify it under the terms of the GNU
- Lesser General Public License as published by the Free Software
- Foundation; either version 2.1 of the License, or (at your
- option) any later version. This software 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 software; if not,
- write to the Free Software Foundation, Inc., 51 Franklin St,
- Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
- http://www.fsf.org.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <!-- This aggregator pom, is not released, and is only used to make it easy to build all of the
- examples at once from trunk. -->
-
- <parent>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-parent</artifactId>
- <version>10</version>
-<relativePath>../build/parent/pom.xml</relativePath>
- </parent>
-
- <groupId>org.richfaces.examples</groupId>
- <artifactId>examples-aggregator</artifactId>
- <version>4.0.0.20100822-M2</version>
- <packaging>pom</packaging>
- <name>RichFaces Examples: Aggregator</name>
-
- <modules>
- <module>parent</module>
- <module>core-demo</module>
- <module>misc-demo</module>
- <module>output-demo</module>
- <module>input-demo</module>
- <module>repeater-demo</module>
- <module>iteration-demo</module>
- <module>richfaces-showcase</module>
- <!--<module>dist</module>-->
- </modules>
-
-
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/tag...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/parent/tags/4...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/tags/4.0.0...</url>
- </scm>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
+ Inc. and individual contributors by the @authors tag. See the
+ copyright.txt in the distribution for a full listing of
+ individual contributors. This is free software; you can
+ redistribute it and/or modify it under the terms of the GNU
+ Lesser General Public License as published by the Free Software
+ Foundation; either version 2.1 of the License, or (at your
+ option) any later version. This software 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 software; if not,
+ write to the Free Software Foundation, Inc., 51 Franklin St,
+ Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+ http://www.fsf.org.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+ http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- This aggregator pom, is not released, and is only used to make it easy to build all of the
+ examples at once from trunk. -->
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-parent</artifactId>
+ <version>10</version>
+<relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>examples-aggregator</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>RichFaces Examples: Aggregator</name>
+
+ <modules>
+ <module>parent</module>
+ <module>core-demo</module>
+ <module>misc-demo</module>
+ <module>output-demo</module>
+ <module>input-demo</module>
+ <module>repeater-demo</module>
+ <module>iteration-demo</module>
+ <module>richfaces-showcase</module>
+ <!--<module>dist</module>-->
+ </modules>
+
+</project>
Modified: branches/RFPL-754/examples/repeater-demo/pom.xml
===================================================================
--- branches/RFPL-754/examples/repeater-demo/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/examples/repeater-demo/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -18,21 +18,24 @@
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+ http://maven.apache.org/xsd/maven-4.0.0.xsd"
+>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>repeater-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Richfaces Examples: Repeater</name>
<properties>
Modified: branches/RFPL-754/examples/richfaces-showcase/pom.xml
===================================================================
--- branches/RFPL-754/examples/richfaces-showcase/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/examples/richfaces-showcase/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -1,19 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-showcase</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Richfaces Examples: Richfaces Showcase Application</name>
@@ -87,7 +88,8 @@
<configuration>
<scanIntervalSeconds>10</scanIntervalSeconds>
<connectors>
- <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+ <connector
+ implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<port>${jetty.port}</port>
<maxIdleTime>60000</maxIdleTime>
</connector>
@@ -380,8 +382,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/examples/richfaces...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/examples/richfaces-sh...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
Modified: branches/RFPL-754/parent/pom.xml
===================================================================
--- branches/RFPL-754/parent/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/parent/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -17,19 +17,20 @@
Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Root Parent</name>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>
@@ -393,11 +394,11 @@
<!-- SCM and distribution management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/parent
</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/parent
</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <url>http://fisheye.jboss.org/browse/richfaces/trunk/parent</url>
</scm>
</project>
Modified: branches/RFPL-754/pom.xml
===================================================================
--- branches/RFPL-754/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -1,66 +1,62 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <parent>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-parent</artifactId>
- <version>10</version>
- <relativePath>build/parent/pom.xml</relativePath>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-root</artifactId>
- <version>4.0.0.20100822-M2</version>
- <packaging>pom</packaging>
- <name>Richfaces Aggregator</name>
-
- <modules>
- <module>bom</module>
- <module>parent</module>
- <module>core</module>
- <module>cdk</module>
-
- <!-- richfaces ui -->
- <module>ui</module>
-
- <!-- Remaining -->
- <module>archetypes</module>
- <module>examples</module>
- <!--<module>docs</module>-->
- </modules>
-
- <build>
- <plugins>
- <!-- To trigger the release -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>bootstrap</id>
- <modules>
- <module>build/parent</module>
- <module>build/checkstyle</module>
- <module>build/faces-shade-transformers</module>
- </modules>
- </profile>
- <profile>
- <id>release</id>
- <modules>
- <module>dist</module>
- </modules>
- </profile>
- </profiles>
-
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/tag...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/parent/tags/4...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/tags/4.0.0...</url>
- </scm>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+ http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-parent</artifactId>
+ <version>10</version>
+ <relativePath>build/parent/pom.xml</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-root</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>Richfaces Aggregator</name>
+
+ <modules>
+ <module>bom</module>
+ <module>parent</module>
+ <module>core</module>
+ <module>cdk</module>
+
+ <!-- richfaces ui -->
+ <module>ui</module>
+
+ <!-- Remaining -->
+ <module>archetypes</module>
+ <module>examples</module>
+ <!--<module>docs</module>-->
+ </modules>
+
+ <build>
+ <plugins>
+ <!-- To trigger the release -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>bootstrap</id>
+ <modules>
+ <module>build/parent</module>
+ <module>build/checkstyle</module>
+ <module>build/faces-shade-transformers</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>release</id>
+ <modules>
+ <module>dist</module>
+ </modules>
+ </profile>
+ </profiles>
+</project>
Modified: branches/RFPL-754/ui/common/api/pom.xml
===================================================================
--- branches/RFPL-754/ui/common/api/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/common/api/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/RFPL-754/ui/common/pom.xml
===================================================================
--- branches/RFPL-754/ui/common/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/common/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.common</groupId>
<artifactId>richfaces-ui-common-aggregator</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Common Aggregator</name>
Modified: branches/RFPL-754/ui/common/ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/common/ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/common/ui/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/RFPL-754/ui/core/api/pom.xml
===================================================================
--- branches/RFPL-754/ui/core/api/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/core/api/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -15,12 +15,13 @@
USA, or see the FSF site: http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/RFPL-754/ui/core/pom.xml
===================================================================
--- branches/RFPL-754/ui/core/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/core/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.core</groupId>
<artifactId>richfaces-ui-core-aggregator</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Core Aggregator</name>
@@ -41,8 +41,8 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/core</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/core</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/core/ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/core/ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/core/ui/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -18,12 +18,14 @@
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+>
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -63,10 +65,10 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/core/ui
</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/core/ui
</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/dist/pom.xml
===================================================================
--- branches/RFPL-754/ui/dist/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/dist/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -22,13 +22,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-assembler</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Assembler</name>
@@ -63,9 +63,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/dist</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/dist</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/dist/richfaces-components-api/pom.xml
===================================================================
--- branches/RFPL-754/ui/dist/richfaces-components-api/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/dist/richfaces-components-api/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-api</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces UI Components API</name>
@@ -181,8 +181,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/dist/richfaces-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/dist/richfaces-com...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/dist/richfaces-components-ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/dist/richfaces-components-ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/dist/richfaces-components-ui/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces UI Components UI</name>
@@ -243,9 +243,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/dist/richfaces-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/dist/richfaces-com...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/input/api/pom.xml
===================================================================
--- branches/RFPL-754/ui/input/api/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/input/api/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -19,12 +19,13 @@
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/RFPL-754/ui/input/pom.xml
===================================================================
--- branches/RFPL-754/ui/input/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/input/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.input</groupId>
<artifactId>richfaces-ui-input-aggregator</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Input Aggregator</name>
@@ -41,8 +41,8 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/input</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/input</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/input/ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/input/ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/input/ui/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/RFPL-754/ui/iteration/api/pom.xml
===================================================================
--- branches/RFPL-754/ui/iteration/api/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/iteration/api/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -46,9 +46,9 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/iteration/datas...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/iteration/datascro...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/iteration/pom.xml
===================================================================
--- branches/RFPL-754/ui/iteration/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/iteration/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.iteration</groupId>
<artifactId>richfaces-ui-iteration-aggregator</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Iteration Aggregator</name>
@@ -41,8 +41,8 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/iteration</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/iteration</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/iteration/ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/iteration/ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/iteration/ui/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -57,8 +57,8 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/iteration/datas...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/iteration/datascro...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/misc/pom.xml
===================================================================
--- branches/RFPL-754/ui/misc/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/misc/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -18,20 +18,22 @@
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.misc</groupId>
<artifactId>richfaces-ui-misc-aggregator</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Miscellanous Aggregator</name>
@@ -40,9 +42,9 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/misc</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/misc</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/misc/ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/misc/ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/misc/ui/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -17,20 +17,21 @@
Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.misc</groupId>
<artifactId>richfaces-ui-misc-ui</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces UI Misc UI</name>
@@ -152,10 +153,10 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/misc/dist/richf...
</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/misc/dist/richface...
</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <url>http://fisheye.jboss.org/browse/richfaces/</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/output/api/pom.xml
===================================================================
--- branches/RFPL-754/ui/output/api/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/output/api/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -19,12 +19,13 @@
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -43,10 +44,10 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/output/panels/api</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/output/panels/api
</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/output/pom.xml
===================================================================
--- branches/RFPL-754/ui/output/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/output/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.output</groupId>
<artifactId>richfaces-ui-output-aggregator</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Output Aggregator</name>
@@ -41,8 +41,8 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/output</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/output</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/output/ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/output/ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/output/ui/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -76,9 +76,9 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/output/panels/ui</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/output/panels/ui</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/parent/pom.xml
===================================================================
--- branches/RFPL-754/ui/parent/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/parent/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -18,20 +18,22 @@
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20100822-M2</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Richfaces UI Components Parent</name>
<packaging>pom</packaging>
@@ -202,8 +204,8 @@
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/parent</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/parent</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
+++ branches/RFPL-754/ui/pom.xml 2010-08-22 15:02:52 UTC (rev 18902)
@@ -1,57 +1,53 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
- Inc. and individual contributors by the @authors tag. See the
- copyright.txt in the distribution for a full listing of
- individual contributors. This is free software; you can
- redistribute it and/or modify it under the terms of the GNU
- Lesser General Public License as published by the Free Software
- Foundation; either version 2.1 of the License, or (at your
- option) any later version. This software 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 software; if not,
- write to the Free Software Foundation, Inc., 51 Franklin St,
- Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
- http://www.fsf.org.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <!-- This aggregator pom, is not released, and is only used to make it easy to build all of the
- examples at once from trunk. -->
-
- <parent>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-parent</artifactId>
- <version>10</version>
-<relativePath>../build/parent/pom.xml</relativePath>
- </parent>
-
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-ui-aggregator</artifactId>
- <version>4.0.0.20100822-M2</version>
- <packaging>pom</packaging>
- <name>RichFaces UI: Aggregator</name>
-
- <modules>
- <module>parent</module>
- <module>common</module>
- <module>core</module>
- <module>iteration</module>
- <module>misc</module>
- <module>output</module>
- <module>input</module>
- <module>dist</module>
- </modules>
-
-
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/tag...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/parent/tags/4...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/tags/4.0.0...</url>
- </scm>
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
+ Inc. and individual contributors by the @authors tag. See the
+ copyright.txt in the distribution for a full listing of
+ individual contributors. This is free software; you can
+ redistribute it and/or modify it under the terms of the GNU
+ Lesser General Public License as published by the Free Software
+ Foundation; either version 2.1 of the License, or (at your
+ option) any later version. This software 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 software; if not,
+ write to the Free Software Foundation, Inc., 51 Franklin St,
+ Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+ http://www.fsf.org.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+ http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- This aggregator pom, is not released, and is only used to make it easy to build all of the
+ examples at once from trunk. -->
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-parent</artifactId>
+ <version>10</version>
+<relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui-aggregator</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>RichFaces UI: Aggregator</name>
+
+ <modules>
+ <module>parent</module>
+ <module>common</module>
+ <module>core</module>
+ <module>iteration</module>
+ <module>misc</module>
+ <module>output</module>
+ <module>input</module>
+ <module>dist</module>
+ </modules>
+
+</project>
+
15 years, 11 months
JBoss Rich Faces SVN: r18901 - in branches/RFPL-754: archetypes and 52 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-08-22 10:49:19 -0400 (Sun, 22 Aug 2010)
New Revision: 18901
Modified:
branches/RFPL-754/archetypes/pom.xml
branches/RFPL-754/archetypes/richfaces-archetype-simpleapp/pom.xml
branches/RFPL-754/archetypes/richfaces-component-short/pom.xml
branches/RFPL-754/archetypes/richfaces-component/pom.xml
branches/RFPL-754/archetypes/richfaces-components-aggregator/pom.xml
branches/RFPL-754/bom/pom.xml
branches/RFPL-754/cdk/annotations/pom.xml
branches/RFPL-754/cdk/attributes/pom.xml
branches/RFPL-754/cdk/commons/pom.xml
branches/RFPL-754/cdk/dist/pom.xml
branches/RFPL-754/cdk/generator/pom.xml
branches/RFPL-754/cdk/maven-cdk-plugin/pom.xml
branches/RFPL-754/cdk/maven-resources-plugin/pom.xml
branches/RFPL-754/cdk/parent/pom.xml
branches/RFPL-754/cdk/pom.xml
branches/RFPL-754/cdk/xinclude/pom.xml
branches/RFPL-754/core/api/pom.xml
branches/RFPL-754/core/commons/pom.xml
branches/RFPL-754/core/impl/pom.xml
branches/RFPL-754/core/parent/pom.xml
branches/RFPL-754/core/pom.xml
branches/RFPL-754/examples/core-demo/pom.xml
branches/RFPL-754/examples/input-demo/pom.xml
branches/RFPL-754/examples/iteration-demo/pom.xml
branches/RFPL-754/examples/misc-demo/pom.xml
branches/RFPL-754/examples/output-demo/pom.xml
branches/RFPL-754/examples/parent/pom.xml
branches/RFPL-754/examples/pom.xml
branches/RFPL-754/examples/repeater-demo/pom.xml
branches/RFPL-754/examples/richfaces-showcase/pom.xml
branches/RFPL-754/parent/pom.xml
branches/RFPL-754/pom.xml
branches/RFPL-754/ui/common/api/pom.xml
branches/RFPL-754/ui/common/pom.xml
branches/RFPL-754/ui/common/ui/pom.xml
branches/RFPL-754/ui/core/api/pom.xml
branches/RFPL-754/ui/core/pom.xml
branches/RFPL-754/ui/core/ui/pom.xml
branches/RFPL-754/ui/dist/pom.xml
branches/RFPL-754/ui/dist/richfaces-components-api/pom.xml
branches/RFPL-754/ui/dist/richfaces-components-ui/pom.xml
branches/RFPL-754/ui/input/api/pom.xml
branches/RFPL-754/ui/input/pom.xml
branches/RFPL-754/ui/input/ui/pom.xml
branches/RFPL-754/ui/iteration/api/pom.xml
branches/RFPL-754/ui/iteration/pom.xml
branches/RFPL-754/ui/iteration/ui/pom.xml
branches/RFPL-754/ui/misc/pom.xml
branches/RFPL-754/ui/misc/ui/pom.xml
branches/RFPL-754/ui/output/api/pom.xml
branches/RFPL-754/ui/output/pom.xml
branches/RFPL-754/ui/output/ui/pom.xml
branches/RFPL-754/ui/parent/pom.xml
branches/RFPL-754/ui/pom.xml
Log:
[maven-release-plugin] prepare release 4.0.0.20100822-M2
Modified: branches/RFPL-754/archetypes/pom.xml
===================================================================
--- branches/RFPL-754/archetypes/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/archetypes/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -1,52 +1,56 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
- Inc. and individual contributors by the @authors tag. See the
- copyright.txt in the distribution for a full listing of
- individual contributors. This is free software; you can
- redistribute it and/or modify it under the terms of the GNU
- Lesser General Public License as published by the Free Software
- Foundation; either version 2.1 of the License, or (at your
- option) any later version. This software 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 software; if not,
- write to the Free Software Foundation, Inc., 51 Franklin St,
- Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
- http://www.fsf.org.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
- http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-parent</artifactId>
- <version>10</version>
- <relativePath>../build/parent/pom.xml</relativePath>
- </parent>
-
- <groupId>org.richfaces.archetypes</groupId>
- <artifactId>archetypes-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>RichFaces Archetypes: Aggregator</name>
-
- <modules>
- <module>richfaces-archetype-simpleapp</module>
- <module>richfaces-component</module>
- <module>richfaces-component-short</module>
- <module>richfaces-components-aggregator</module>
- </modules>
-
- <properties>
- <!-- TODO verify if these are needed here - I believe they are inherited from parent -->
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- </properties>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
+ Inc. and individual contributors by the @authors tag. See the
+ copyright.txt in the distribution for a full listing of
+ individual contributors. This is free software; you can
+ redistribute it and/or modify it under the terms of the GNU
+ Lesser General Public License as published by the Free Software
+ Foundation; either version 2.1 of the License, or (at your
+ option) any later version. This software 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 software; if not,
+ write to the Free Software Foundation, Inc., 51 Franklin St,
+ Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+ http://www.fsf.org.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-parent</artifactId>
+ <version>10</version>
+ <relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.richfaces.archetypes</groupId>
+ <artifactId>archetypes-aggregator</artifactId>
+ <version>4.0.0.20100822-M2</version>
+ <packaging>pom</packaging>
+ <name>RichFaces Archetypes: Aggregator</name>
+
+ <modules>
+ <module>richfaces-archetype-simpleapp</module>
+ <module>richfaces-component</module>
+ <module>richfaces-component-short</module>
+ <module>richfaces-components-aggregator</module>
+ </modules>
+
+ <properties>
+ <!-- TODO verify if these are needed here - I believe they are inherited from parent -->
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ </properties>
+
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/tag...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/parent/tags/4...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/tags/4.0.0...</url>
+ </scm>
+</project>
Modified: branches/RFPL-754/archetypes/richfaces-archetype-simpleapp/pom.xml
===================================================================
--- branches/RFPL-754/archetypes/richfaces-archetype-simpleapp/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/archetypes/richfaces-archetype-simpleapp/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-archetype-simpleapp</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Simple Application</name>
@@ -78,9 +78,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/archetypes/richfac...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
Modified: branches/RFPL-754/archetypes/richfaces-component/pom.xml
===================================================================
--- branches/RFPL-754/archetypes/richfaces-component/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/archetypes/richfaces-component/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-component</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Component</name>
@@ -96,9 +96,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/archetypes/richfac...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
Modified: branches/RFPL-754/archetypes/richfaces-component-short/pom.xml
===================================================================
--- branches/RFPL-754/archetypes/richfaces-component-short/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/archetypes/richfaces-component-short/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-component-short</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Component Short</name>
@@ -96,9 +96,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/archetypes/richfac...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
Modified: branches/RFPL-754/archetypes/richfaces-components-aggregator/pom.xml
===================================================================
--- branches/RFPL-754/archetypes/richfaces-components-aggregator/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/archetypes/richfaces-components-aggregator/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-components-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Components Aggregator</name>
@@ -96,9 +96,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/archetypes/richfac...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
Modified: branches/RFPL-754/bom/pom.xml
===================================================================
--- branches/RFPL-754/bom/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/bom/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -17,14 +17,13 @@
Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
<packaging>pom</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<name>RichFaces BOM</name>
<parent>
@@ -218,9 +217,9 @@
</dependencyManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/build/bom</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/build/bom</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/trunk/build/bom</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
Modified: branches/RFPL-754/cdk/annotations/pom.xml
===================================================================
--- branches/RFPL-754/cdk/annotations/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/cdk/annotations/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<description>That project contains annotations for JSF classes</description>
<name>annotations</name>
<dependencies>
Modified: branches/RFPL-754/cdk/attributes/pom.xml
===================================================================
--- branches/RFPL-754/cdk/attributes/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/cdk/attributes/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>attributes</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<description>That project contains JAXB bindings for model classes representing schema attributes data</description>
<name>attributes</name>
Modified: branches/RFPL-754/cdk/commons/pom.xml
===================================================================
--- branches/RFPL-754/cdk/commons/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/cdk/commons/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>commons</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<name>commons</name>
<build>
<plugins>
Modified: branches/RFPL-754/cdk/dist/pom.xml
===================================================================
--- branches/RFPL-754/cdk/dist/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/cdk/dist/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -4,20 +4,20 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>dist</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<name>JSF Components Development Kit (CDK) distribution assembly</name>
<!-- SCM and distribution management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/cdk/dist</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/cdk/dist</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/4.0.0.20100822-M2</url>
</scm>
<build>
<finalName>cdk</finalName>
Modified: branches/RFPL-754/cdk/generator/pom.xml
===================================================================
--- branches/RFPL-754/cdk/generator/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/cdk/generator/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -3,13 +3,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<name>Java Server Faces component generator</name>
Modified: branches/RFPL-754/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- branches/RFPL-754/cdk/maven-cdk-plugin/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/cdk/maven-cdk-plugin/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -2,13 +2,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>maven-plugin</packaging>
<name>Maven plugin for JSF components code generation</name>
<dependencies>
Modified: branches/RFPL-754/cdk/maven-resources-plugin/pom.xml
===================================================================
--- branches/RFPL-754/cdk/maven-resources-plugin/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/cdk/maven-resources-plugin/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -1,17 +1,16 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>maven-plugin</packaging>
<name>maven-resources-plugin</name>
<description>Maven plugin for packaging resources with web application</description>
Modified: branches/RFPL-754/cdk/parent/pom.xml
===================================================================
--- branches/RFPL-754/cdk/parent/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/cdk/parent/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -14,7 +13,7 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>
@@ -23,9 +22,9 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/cdk/parent</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/cdk/parent</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk/parent</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk/parent/tags/4.0.0.20100822-M2</url>
</scm>
<build>
Modified: branches/RFPL-754/cdk/pom.xml
===================================================================
--- branches/RFPL-754/cdk/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/cdk/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
@@ -12,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>
<properties>
@@ -33,9 +32,9 @@
</modules>
<!-- SCM and distribution management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/cdk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/cdk</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/4.0.0.20100822-M2</url>
</scm>
<!-- Minimal build configuration -->
Modified: branches/RFPL-754/cdk/xinclude/pom.xml
===================================================================
--- branches/RFPL-754/cdk/xinclude/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/cdk/xinclude/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -22,13 +22,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>xinclude</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<name>Cocoon 3: xinclude transformer</name>
<description>Cocoon 3 xinclude transformer with Xpointer scheme support.</description>
Modified: branches/RFPL-754/core/api/pom.xml
===================================================================
--- branches/RFPL-754/core/api/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/core/api/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -82,8 +82,8 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/core/api</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/core/api</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/trunk/core/api</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/core/commons/pom.xml
===================================================================
--- branches/RFPL-754/core/commons/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/core/commons/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -21,13 +21,13 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.commons</groupId>
<artifactId>richfaces-commons-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<name>RichFaces Commons API</name>
<dependencies>
@@ -57,8 +57,8 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/commons/api</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/commons/api</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/trunk/commons/api</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/core/impl/pom.xml
===================================================================
--- branches/RFPL-754/core/impl/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/core/impl/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -20,7 +20,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -253,8 +253,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/core/impl</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/core/impl</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/trunk/core/impl</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/core/parent/pom.xml
===================================================================
--- branches/RFPL-754/core/parent/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/core/parent/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -23,13 +23,13 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<name>RichFaces Core Parent</name>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -54,8 +54,8 @@
</plugins>
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/core/parent</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/core/parent</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/trunk/core/parent</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/core/pom.xml
===================================================================
--- branches/RFPL-754/core/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/core/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -29,7 +29,7 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>pom</packaging>
<name>RichFaces Core Aggregator</name>
@@ -44,9 +44,9 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/core</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/core</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/trunk/core</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
Modified: branches/RFPL-754/examples/core-demo/pom.xml
===================================================================
--- branches/RFPL-754/examples/core-demo/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/examples/core-demo/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -17,23 +17,21 @@
Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>core-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<name>RichFaces Examples: Core</name>
<properties>
@@ -219,8 +217,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/examples/core-demo</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/examples/core-demo</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
Modified: branches/RFPL-754/examples/input-demo/pom.xml
===================================================================
--- branches/RFPL-754/examples/input-demo/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/examples/input-demo/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -1,176 +1,175 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <parent>
- <groupId>org.richfaces.examples</groupId>
- <artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <relativePath>../parent/pom.xml</relativePath>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>org.richfaces.examples</groupId>
- <artifactId>input-demo</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <name>Richfaces Examples: Inputs</name>
- <packaging>war</packaging>
-
- <build>
- <finalName>${artifactId}-${project.version}</finalName>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.1-beta-1</version>
- <configuration>
- <webResources>
- <resource>
- <directory>${basedir}/src/main/java</directory>
- <targetPath>/WEB-INF/src</targetPath>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>jee6</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.1-alpha-1</version>
- <configuration>
- <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <!-- JSF impl should be switchable in example specific parent -->
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
- </dependency>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.transaction</groupId>
- <artifactId>jta</artifactId>
- <version>1.1</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <executions>
- <execution>
- <id>jee6</id>
- <phase>package</phase>
- <goals>
- <goal>war</goal>
- </goals>
- <configuration>
- <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
- <classifier>jee6</classifier>
- <packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</packagingExcludes>
- <warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</warSourceExcludes>
- </configuration>
- </execution>
- </executions>
- <configuration>
- <webResources>
- <resource>
- <directory>${basedir}/src/main/java</directory>
- <targetPath>/WEB-INF/src</targetPath>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <dependencies>
- <dependency>
- <groupId>org.richfaces.ui.input</groupId>
- <artifactId>richfaces-ui-input-ui</artifactId>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui.core</groupId>
- <artifactId>richfaces-ui-core-ui</artifactId>
- </dependency>
-
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <version>1.5.8</version>
- </dependency>
-
- <dependency>
- <groupId>net.sf.ehcache</groupId>
- <artifactId>ehcache</artifactId>
- </dependency>
-
- <!--
- simple logger binding: only messages of level INFO and
- higher are printed
- -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.5.8</version>
- </dependency>
-
- <!-- Log4J dependency used in examples -->
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- </dependency>
-
- <!-- Tests -->
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>5.10</version>
- <classifier>jdk15</classifier>
- <scope>test</scope>
- </dependency>
- </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <parent>
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>richfaces-example-parent</artifactId>
+ <version>4.0.0.20100822-M2</version>
+ <relativePath>../parent/pom.xml</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>input-demo</artifactId>
+ <version>4.0.0.20100822-M2</version>
+ <name>Richfaces Examples: Inputs</name>
+ <packaging>war</packaging>
+
+ <build>
+ <finalName>${artifactId}-${project.version}</finalName>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-beta-1</version>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>jee6</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-alpha-1</version>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <!-- JSF impl should be switchable in example specific parent -->
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ <version>1.1</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>jee6</id>
+ <phase>package</phase>
+ <goals>
+ <goal>war</goal>
+ </goals>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
+ <classifier>jee6</classifier>
+ <packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</packagingExcludes>
+ <warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</warSourceExcludes>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.ui.input</groupId>
+ <artifactId>richfaces-ui-input-ui</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui.core</groupId>
+ <artifactId>richfaces-ui-core-ui</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.5.8</version>
+ </dependency>
+
+ <dependency>
+ <groupId>net.sf.ehcache</groupId>
+ <artifactId>ehcache</artifactId>
+ </dependency>
+
+ <!--
+ simple logger binding: only messages of level INFO and
+ higher are printed
+ -->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.5.8</version>
+ </dependency>
+
+ <!-- Log4J dependency used in examples -->
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ </dependency>
+
+ <!-- Tests -->
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.10</version>
+ <classifier>jdk15</classifier>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
Modified: branches/RFPL-754/examples/iteration-demo/pom.xml
===================================================================
--- branches/RFPL-754/examples/iteration-demo/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/examples/iteration-demo/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -17,23 +17,21 @@
Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
- http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>iteration-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<name>RichFaces Examples: Iteration</name>
<properties>
Modified: branches/RFPL-754/examples/misc-demo/pom.xml
===================================================================
--- branches/RFPL-754/examples/misc-demo/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/examples/misc-demo/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -17,23 +17,20 @@
Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
- http://maven.apache.org/xsd/maven-4.0.0.xsd"
->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>misc-demo</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>war</packaging>
<name>RichFaces Examples: Miscellanous</name>
Modified: branches/RFPL-754/examples/output-demo/pom.xml
===================================================================
--- branches/RFPL-754/examples/output-demo/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/examples/output-demo/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -1,181 +1,179 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
->
-
- <parent>
- <groupId>org.richfaces.examples</groupId>
- <artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <relativePath>../parent/pom.xml</relativePath>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>org.richfaces.examples</groupId>
- <artifactId>output-demo</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <name>Richfaces Examples: Outputs</name>
- <packaging>war</packaging>
-
- <properties>
- </properties>
-
- <build>
- <finalName>${artifactId}-${project.version}</finalName>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.1-beta-1</version>
- <configuration>
- <webResources>
- <resource>
- <directory>${basedir}/src/main/java</directory>
- <targetPath>/WEB-INF/src</targetPath>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>jee6</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.1-alpha-1</version>
- <configuration>
- <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.transaction</groupId>
- <artifactId>jta</artifactId>
- <version>1.1</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <executions>
- <execution>
- <id>jee6</id>
- <phase>package</phase>
- <goals>
- <goal>war</goal>
- </goals>
- <configuration>
- <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
- <classifier>jee6</classifier>
- <packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</packagingExcludes>
- <warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</warSourceExcludes>
- </configuration>
- </execution>
- </executions>
- <configuration>
- <webResources>
- <resource>
- <directory>${basedir}/src/main/java</directory>
- <targetPath>/WEB-INF/src</targetPath>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <dependencies>
- <dependency>
- <groupId>org.richfaces.ui.output</groupId>
- <artifactId>richfaces-ui-output-ui</artifactId>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui.core</groupId>
- <artifactId>richfaces-ui-core-ui</artifactId>
- </dependency>
-
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <version>1.5.8</version>
- </dependency>
-
- <dependency>
- <groupId>net.sf.ehcache</groupId>
- <artifactId>ehcache</artifactId>
- </dependency>
-
- <!--
- simple logger binding: only messages of level INFO and
- higher are printed
- -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.5.8</version>
- </dependency>
-
- <!-- Log4J dependency used in examples -->
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- </dependency>
-
- <!-- Tests -->
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>5.10</version>
- <classifier>jdk15</classifier>
- <scope>test</scope>
- </dependency>
- </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <parent>
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>richfaces-example-parent</artifactId>
+ <version>4.0.0.20100822-M2</version>
+ <relativePath>../parent/pom.xml</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>output-demo</artifactId>
+ <version>4.0.0.20100822-M2</version>
+ <name>Richfaces Examples: Outputs</name>
+ <packaging>war</packaging>
+
+ <properties>
+ </properties>
+
+ <build>
+ <finalName>${artifactId}-${project.version}</finalName>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-beta-1</version>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>jee6</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-alpha-1</version>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ <version>1.1</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>jee6</id>
+ <phase>package</phase>
+ <goals>
+ <goal>war</goal>
+ </goals>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
+ <classifier>jee6</classifier>
+ <packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</packagingExcludes>
+ <warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/slf4j-*</warSourceExcludes>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.ui.output</groupId>
+ <artifactId>richfaces-ui-output-ui</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui.core</groupId>
+ <artifactId>richfaces-ui-core-ui</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.5.8</version>
+ </dependency>
+
+ <dependency>
+ <groupId>net.sf.ehcache</groupId>
+ <artifactId>ehcache</artifactId>
+ </dependency>
+
+ <!--
+ simple logger binding: only messages of level INFO and
+ higher are printed
+ -->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.5.8</version>
+ </dependency>
+
+ <!-- Log4J dependency used in examples -->
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ </dependency>
+
+ <!-- Tests -->
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.10</version>
+ <classifier>jdk15</classifier>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
Modified: branches/RFPL-754/examples/parent/pom.xml
===================================================================
--- branches/RFPL-754/examples/parent/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/examples/parent/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -1,225 +1,228 @@
-<?xml version="1.0" encoding="UTF-8"?>
- <!--
- JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
- Inc. and individual contributors by the @authors tag. See the
- copyright.txt in the distribution for a full listing of
- individual contributors. This is free software; you can
- redistribute it and/or modify it under the terms of the GNU
- Lesser General Public License as published by the Free Software
- Foundation; either version 2.1 of the License, or (at your
- option) any later version. This software 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 software; if not,
- write to the Free Software Foundation, Inc., 51 Franklin St,
- Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
- http://www.fsf.org.
- -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
- http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-parent</artifactId>
- <version>10</version>
- <relativePath>../../build/parent/pom.xml</relativePath>
- </parent>
-
- <groupId>org.richfaces.examples</groupId>
- <artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>RichFaces Examples Parent</name>
-
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
- <jetty.port>8080</jetty.port>
- <richfaces.checkstyle.version>2</richfaces.checkstyle.version>
- </properties>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-bom</artifactId>
- <version>${project.version}</version>
- <scope>import</scope>
- <type>pom</type>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
- <!-- Build -->
- <build>
- <!--
- PluginManagement config for all examples
- -->
- <pluginManagement>
- <plugins>
- <!-- Build -->
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <index>true</index>
- <manifest>
- <addDefaultSpecificationEntries>
- true
- </addDefaultSpecificationEntries>
- <addDefaultImplementationEntries>
- true
- </addDefaultImplementationEntries>
- </manifest>
- <manifestEntries>
- <mode>development</mode>
- <Build-Number>${buildNumber}
- </Build-Number>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <configLocation>richfaces-checkstyle/richfaces-checkstyle.xml
- </configLocation>
- </configuration>
- <executions>
- <execution>
- <id>richfaces-checkstyle-report</id>
- <phase>process-sources</phase>
- <goals>
- <goal>check</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-build-checkstyle</artifactId>
- <version>${richfaces.checkstyle.version}</version>
- </dependency>
- </dependencies>
- </plugin>
- <plugin>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>maven-jetty-plugin</artifactId>
- <version>6.1.18</version>
- <configuration>
- <scanIntervalSeconds>10</scanIntervalSeconds>
- <connectors>
- <connector
- implementation="org.mortbay.jetty.nio.SelectChannelConnector">
- <port>${jetty.port}</port>
- <maxIdleTime>60000</maxIdleTime>
- </connector>
- </connectors>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- <profiles>
- <!--
- The following profiles determine the JSF api/impl
- combinations that will be used in the project builds.
-
- -Djsf_profile=<profile-name> on the mvn command line
- -->
- <profile>
- <id>jsf_ri</id>
- <activation>
- <property>
- <name>!jsf_profile</name>
- </property>
- </activation>
- <dependencies>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
- </dependency>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>myfaces</id>
- <activation>
- <property>
- <name>jsf_profile</name>
- <value>myfaces</value>
- </property>
- </activation>
- <dependencies>
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-impl</artifactId>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>jsf_ri_2_1_snapshot</id>
- <activation>
- <property>
- <name>jsf_profile</name>
- <value>jsf_ri_2_1_snapshot</value>
- </property>
- </activation>
- <dependencies>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>2.1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>2.1.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>myfaces_snapshot</id>
- <activation>
- <property>
- <name>jsf_profile</name>
- <value>myfaces_snapshot</value>
- </property>
- </activation>
- <dependencies>
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-api</artifactId>
- <version>2.0.2-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-impl</artifactId>
- <version>2.0.2-SNAPSHOT</version>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
+<?xml version="1.0" encoding="UTF-8"?>
+ <!--
+ JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
+ Inc. and individual contributors by the @authors tag. See the
+ copyright.txt in the distribution for a full listing of
+ individual contributors. This is free software; you can
+ redistribute it and/or modify it under the terms of the GNU
+ Lesser General Public License as published by the Free Software
+ Foundation; either version 2.1 of the License, or (at your
+ option) any later version. This software 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 software; if not,
+ write to the Free Software Foundation, Inc., 51 Franklin St,
+ Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+ http://www.fsf.org.
+ -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-parent</artifactId>
+ <version>10</version>
+ <relativePath>../../build/parent/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>richfaces-example-parent</artifactId>
+ <version>4.0.0.20100822-M2</version>
+ <packaging>pom</packaging>
+ <name>RichFaces Examples Parent</name>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
+ <jetty.port>8080</jetty.port>
+ <richfaces.checkstyle.version>2</richfaces.checkstyle.version>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-bom</artifactId>
+ <version>${project.version}</version>
+ <scope>import</scope>
+ <type>pom</type>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <!-- Build -->
+ <build>
+ <!--
+ PluginManagement config for all examples
+ -->
+ <pluginManagement>
+ <plugins>
+ <!-- Build -->
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <index>true</index>
+ <manifest>
+ <addDefaultSpecificationEntries>
+ true
+ </addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>
+ true
+ </addDefaultImplementationEntries>
+ </manifest>
+ <manifestEntries>
+ <mode>development</mode>
+ <Build-Number>${buildNumber}
+ </Build-Number>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <configLocation>richfaces-checkstyle/richfaces-checkstyle.xml
+ </configLocation>
+ </configuration>
+ <executions>
+ <execution>
+ <id>richfaces-checkstyle-report</id>
+ <phase>process-sources</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-build-checkstyle</artifactId>
+ <version>${richfaces.checkstyle.version}</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <version>6.1.18</version>
+ <configuration>
+ <scanIntervalSeconds>10</scanIntervalSeconds>
+ <connectors>
+ <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+ <port>${jetty.port}</port>
+ <maxIdleTime>60000</maxIdleTime>
+ </connector>
+ </connectors>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <profiles>
+ <!--
+ The following profiles determine the JSF api/impl
+ combinations that will be used in the project builds.
+
+ -Djsf_profile=<profile-name> on the mvn command line
+ -->
+ <profile>
+ <id>jsf_ri</id>
+ <activation>
+ <property>
+ <name>!jsf_profile</name>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>myfaces</id>
+ <activation>
+ <property>
+ <name>jsf_profile</name>
+ <value>myfaces</value>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-impl</artifactId>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jsf_ri_2_1_snapshot</id>
+ <activation>
+ <property>
+ <name>jsf_profile</name>
+ <value>jsf_ri_2_1_snapshot</value>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>2.1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>2.1.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>myfaces_snapshot</id>
+ <activation>
+ <property>
+ <name>jsf_profile</name>
+ <value>myfaces_snapshot</value>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-api</artifactId>
+ <version>2.0.2-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-impl</artifactId>
+ <version>2.0.2-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/tag...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/parent/tags/4...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/tags/4.0.0...</url>
+ </scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/examples/pom.xml
===================================================================
--- branches/RFPL-754/examples/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/examples/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -1,53 +1,57 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
- Inc. and individual contributors by the @authors tag. See the
- copyright.txt in the distribution for a full listing of
- individual contributors. This is free software; you can
- redistribute it and/or modify it under the terms of the GNU
- Lesser General Public License as published by the Free Software
- Foundation; either version 2.1 of the License, or (at your
- option) any later version. This software 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 software; if not,
- write to the Free Software Foundation, Inc., 51 Franklin St,
- Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
- http://www.fsf.org.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
- http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <!-- This aggregator pom, is not released, and is only used to make it easy to build all of the
- examples at once from trunk. -->
-
- <parent>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-parent</artifactId>
- <version>10</version>
-<relativePath>../build/parent/pom.xml</relativePath>
- </parent>
-
- <groupId>org.richfaces.examples</groupId>
- <artifactId>examples-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>RichFaces Examples: Aggregator</name>
-
- <modules>
- <module>parent</module>
- <module>core-demo</module>
- <module>misc-demo</module>
- <module>output-demo</module>
- <module>input-demo</module>
- <module>repeater-demo</module>
- <module>iteration-demo</module>
- <module>richfaces-showcase</module>
- <!--<module>dist</module>-->
- </modules>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
+ Inc. and individual contributors by the @authors tag. See the
+ copyright.txt in the distribution for a full listing of
+ individual contributors. This is free software; you can
+ redistribute it and/or modify it under the terms of the GNU
+ Lesser General Public License as published by the Free Software
+ Foundation; either version 2.1 of the License, or (at your
+ option) any later version. This software 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 software; if not,
+ write to the Free Software Foundation, Inc., 51 Franklin St,
+ Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+ http://www.fsf.org.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- This aggregator pom, is not released, and is only used to make it easy to build all of the
+ examples at once from trunk. -->
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-parent</artifactId>
+ <version>10</version>
+<relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>examples-aggregator</artifactId>
+ <version>4.0.0.20100822-M2</version>
+ <packaging>pom</packaging>
+ <name>RichFaces Examples: Aggregator</name>
+
+ <modules>
+ <module>parent</module>
+ <module>core-demo</module>
+ <module>misc-demo</module>
+ <module>output-demo</module>
+ <module>input-demo</module>
+ <module>repeater-demo</module>
+ <module>iteration-demo</module>
+ <module>richfaces-showcase</module>
+ <!--<module>dist</module>-->
+ </modules>
+
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/tag...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/parent/tags/4...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/tags/4.0.0...</url>
+ </scm>
+</project>
Modified: branches/RFPL-754/examples/repeater-demo/pom.xml
===================================================================
--- branches/RFPL-754/examples/repeater-demo/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/examples/repeater-demo/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -18,24 +18,21 @@
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
- http://maven.apache.org/xsd/maven-4.0.0.xsd"
->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>repeater-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<name>Richfaces Examples: Repeater</name>
<properties>
Modified: branches/RFPL-754/examples/richfaces-showcase/pom.xml
===================================================================
--- branches/RFPL-754/examples/richfaces-showcase/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/examples/richfaces-showcase/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -1,20 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-showcase</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>war</packaging>
<name>Richfaces Examples: Richfaces Showcase Application</name>
@@ -88,8 +87,7 @@
<configuration>
<scanIntervalSeconds>10</scanIntervalSeconds>
<connectors>
- <connector
- implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+ <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<port>${jetty.port}</port>
<maxIdleTime>60000</maxIdleTime>
</connector>
@@ -382,8 +380,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/examples/richfaces...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/examples/richfaces-sh...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
Modified: branches/RFPL-754/parent/pom.xml
===================================================================
--- branches/RFPL-754/parent/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/parent/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -17,20 +17,19 @@
Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<name>RichFaces Root Parent</name>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>
@@ -394,11 +393,11 @@
<!-- SCM and distribution management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/parent
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2
</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/parent
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2
</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/trunk/parent</url>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
Modified: branches/RFPL-754/pom.xml
===================================================================
--- branches/RFPL-754/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -1,62 +1,66 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
- http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <parent>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-parent</artifactId>
- <version>10</version>
- <relativePath>build/parent/pom.xml</relativePath>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-root</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>Richfaces Aggregator</name>
-
- <modules>
- <module>bom</module>
- <module>parent</module>
- <module>core</module>
- <module>cdk</module>
-
- <!-- richfaces ui -->
- <module>ui</module>
-
- <!-- Remaining -->
- <module>archetypes</module>
- <module>examples</module>
- <!--<module>docs</module>-->
- </modules>
-
- <build>
- <plugins>
- <!-- To trigger the release -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>bootstrap</id>
- <modules>
- <module>build/parent</module>
- <module>build/checkstyle</module>
- <module>build/faces-shade-transformers</module>
- </modules>
- </profile>
- <profile>
- <id>release</id>
- <modules>
- <module>dist</module>
- </modules>
- </profile>
- </profiles>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-parent</artifactId>
+ <version>10</version>
+ <relativePath>build/parent/pom.xml</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-root</artifactId>
+ <version>4.0.0.20100822-M2</version>
+ <packaging>pom</packaging>
+ <name>Richfaces Aggregator</name>
+
+ <modules>
+ <module>bom</module>
+ <module>parent</module>
+ <module>core</module>
+ <module>cdk</module>
+
+ <!-- richfaces ui -->
+ <module>ui</module>
+
+ <!-- Remaining -->
+ <module>archetypes</module>
+ <module>examples</module>
+ <!--<module>docs</module>-->
+ </modules>
+
+ <build>
+ <plugins>
+ <!-- To trigger the release -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>bootstrap</id>
+ <modules>
+ <module>build/parent</module>
+ <module>build/checkstyle</module>
+ <module>build/faces-shade-transformers</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>release</id>
+ <modules>
+ <module>dist</module>
+ </modules>
+ </profile>
+ </profiles>
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/tag...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/parent/tags/4...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/tags/4.0.0...</url>
+ </scm>
+</project>
Modified: branches/RFPL-754/ui/common/api/pom.xml
===================================================================
--- branches/RFPL-754/ui/common/api/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/common/api/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/RFPL-754/ui/common/pom.xml
===================================================================
--- branches/RFPL-754/ui/common/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/common/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.common</groupId>
<artifactId>richfaces-ui-common-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Common Aggregator</name>
Modified: branches/RFPL-754/ui/common/ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/common/ui/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/common/ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/RFPL-754/ui/core/api/pom.xml
===================================================================
--- branches/RFPL-754/ui/core/api/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/core/api/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -15,13 +15,12 @@
USA, or see the FSF site: http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/RFPL-754/ui/core/pom.xml
===================================================================
--- branches/RFPL-754/ui/core/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/core/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.core</groupId>
<artifactId>richfaces-ui-core-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Core Aggregator</name>
@@ -41,8 +41,8 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/core</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/core</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/core/ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/core/ui/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/core/ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -18,14 +18,12 @@
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -65,10 +63,10 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/core/ui
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2
</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/core/ui
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2
</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces</url>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/dist/pom.xml
===================================================================
--- branches/RFPL-754/ui/dist/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/dist/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -22,13 +22,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-assembler</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>pom</packaging>
<name>Richfaces UI Assembler</name>
@@ -63,9 +63,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/dist</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/dist</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/dist/richfaces-components-api/pom.xml
===================================================================
--- branches/RFPL-754/ui/dist/richfaces-components-api/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/dist/richfaces-components-api/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>jar</packaging>
<name>Richfaces UI Components API</name>
@@ -181,8 +181,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/dist/richfaces-...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/dist/richfaces-com...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/dist/richfaces-components-ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/dist/richfaces-components-ui/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/dist/richfaces-components-ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>jar</packaging>
<name>Richfaces UI Components UI</name>
@@ -243,9 +243,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/dist/richfaces-...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/dist/richfaces-com...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/input/api/pom.xml
===================================================================
--- branches/RFPL-754/ui/input/api/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/input/api/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -19,13 +19,12 @@
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/RFPL-754/ui/input/pom.xml
===================================================================
--- branches/RFPL-754/ui/input/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/input/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.input</groupId>
<artifactId>richfaces-ui-input-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Input Aggregator</name>
@@ -41,8 +41,8 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/input</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/input</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/input/ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/input/ui/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/input/ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/RFPL-754/ui/iteration/api/pom.xml
===================================================================
--- branches/RFPL-754/ui/iteration/api/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/iteration/api/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -46,9 +46,9 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/iteration/datas...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/iteration/datascro...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/iteration/pom.xml
===================================================================
--- branches/RFPL-754/ui/iteration/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/iteration/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.iteration</groupId>
<artifactId>richfaces-ui-iteration-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Iteration Aggregator</name>
@@ -41,8 +41,8 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/iteration</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/iteration</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/iteration/ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/iteration/ui/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/iteration/ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -57,8 +57,8 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/iteration/datas...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/iteration/datascro...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/misc/pom.xml
===================================================================
--- branches/RFPL-754/ui/misc/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/misc/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -18,22 +18,20 @@
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.misc</groupId>
<artifactId>richfaces-ui-misc-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Miscellanous Aggregator</name>
@@ -42,9 +40,9 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/misc</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/misc</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/misc/ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/misc/ui/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/misc/ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -17,21 +17,20 @@
Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.misc</groupId>
<artifactId>richfaces-ui-misc-ui</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>jar</packaging>
<name>Richfaces UI Misc UI</name>
@@ -153,10 +152,10 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/misc/dist/richf...
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2
</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/misc/dist/richface...
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2
</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/</url>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/output/api/pom.xml
===================================================================
--- branches/RFPL-754/ui/output/api/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/output/api/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -19,13 +19,12 @@
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -44,10 +43,10 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/output/panels/api</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/output/panels/api
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2
</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces</url>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/output/pom.xml
===================================================================
--- branches/RFPL-754/ui/output/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/output/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.output</groupId>
<artifactId>richfaces-ui-output-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Output Aggregator</name>
@@ -41,8 +41,8 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/output</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/output</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/output/ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/output/ui/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/output/ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -76,9 +76,9 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/output/panels/ui</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/output/panels/ui</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/parent/pom.xml
===================================================================
--- branches/RFPL-754/ui/parent/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/parent/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -18,22 +18,20 @@
http://www.fsf.org.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20100822-M2</version>
<name>Richfaces UI Components Parent</name>
<packaging>pom</packaging>
@@ -204,8 +202,8 @@
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/parent</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/parent</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100822-M2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100822-M2</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/RFPL-754/ui/pom.xml
===================================================================
--- branches/RFPL-754/ui/pom.xml 2010-08-21 01:07:57 UTC (rev 18900)
+++ branches/RFPL-754/ui/pom.xml 2010-08-22 14:49:19 UTC (rev 18901)
@@ -1,53 +1,57 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
- Inc. and individual contributors by the @authors tag. See the
- copyright.txt in the distribution for a full listing of
- individual contributors. This is free software; you can
- redistribute it and/or modify it under the terms of the GNU
- Lesser General Public License as published by the Free Software
- Foundation; either version 2.1 of the License, or (at your
- option) any later version. This software 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 software; if not,
- write to the Free Software Foundation, Inc., 51 Franklin St,
- Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
- http://www.fsf.org.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
- http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <!-- This aggregator pom, is not released, and is only used to make it easy to build all of the
- examples at once from trunk. -->
-
- <parent>
- <groupId>org.richfaces</groupId>
- <artifactId>richfaces-parent</artifactId>
- <version>10</version>
-<relativePath>../build/parent/pom.xml</relativePath>
- </parent>
-
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-ui-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>RichFaces UI: Aggregator</name>
-
- <modules>
- <module>parent</module>
- <module>common</module>
- <module>core</module>
- <module>iteration</module>
- <module>misc</module>
- <module>output</module>
- <module>input</module>
- <module>dist</module>
- </modules>
-
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
+ Inc. and individual contributors by the @authors tag. See the
+ copyright.txt in the distribution for a full listing of
+ individual contributors. This is free software; you can
+ redistribute it and/or modify it under the terms of the GNU
+ Lesser General Public License as published by the Free Software
+ Foundation; either version 2.1 of the License, or (at your
+ option) any later version. This software 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 software; if not,
+ write to the Free Software Foundation, Inc., 51 Franklin St,
+ Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+ http://www.fsf.org.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- This aggregator pom, is not released, and is only used to make it easy to build all of the
+ examples at once from trunk. -->
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-parent</artifactId>
+ <version>10</version>
+<relativePath>../build/parent/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui-aggregator</artifactId>
+ <version>4.0.0.20100822-M2</version>
+ <packaging>pom</packaging>
+ <name>RichFaces UI: Aggregator</name>
+
+ <modules>
+ <module>parent</module>
+ <module>common</module>
+ <module>core</module>
+ <module>iteration</module>
+ <module>misc</module>
+ <module>output</module>
+ <module>input</module>
+ <module>dist</module>
+ </modules>
+
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/tag...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/parent/tags/4...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/tags/4.0.0...</url>
+ </scm>
+</project>
+
15 years, 11 months
JBoss Rich Faces SVN: r18900 - in branches/RFPL-754: bom and 30 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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:..."
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.or..."
+ xpointer="xmlns(jsf=http://java.sun.com/xml/ns/javaee)xmlns(cdk=http://jboss.org/sc..."
-->
<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:..."/>
</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:..."/>
</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:..."
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:..."
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>
15 years, 11 months
JBoss Rich Faces SVN: r18899 - in modules/tests/metamer/trunk: ftest-source and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2010-08-20 20:53:16 -0400 (Fri, 20 Aug 2010)
New Revision: 18899
Modified:
modules/tests/metamer/trunk/ftest-source/pom.xml
modules/tests/metamer/trunk/ftest/pom.xml
Log:
switched to final version of library richfaces-selenium:1.5.0.Final
Modified: modules/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest/pom.xml 2010-08-21 00:01:10 UTC (rev 18898)
+++ modules/tests/metamer/trunk/ftest/pom.xml 2010-08-21 00:53:16 UTC (rev 18899)
@@ -25,7 +25,7 @@
<parent>
<artifactId>functional-test-jboss-ci-template</artifactId>
<groupId>org.jboss.test.richfaces-selenium</groupId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.1.Final</version>
</parent>
<groupId>org.richfaces.tests</groupId>
Modified: modules/tests/metamer/trunk/ftest-source/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest-source/pom.xml 2010-08-21 00:01:10 UTC (rev 18898)
+++ modules/tests/metamer/trunk/ftest-source/pom.xml 2010-08-21 00:53:16 UTC (rev 18899)
@@ -37,7 +37,7 @@
<dependency>
<artifactId>root</artifactId>
<groupId>org.jboss.test.richfaces-selenium</groupId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.1.Final</version>
<scope>import</scope>
<type>pom</type>
</dependency>
15 years, 11 months
JBoss Rich Faces SVN: r18898 - modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2010-08-20 20:01:10 -0400 (Fri, 20 Aug 2010)
New Revision: 18898
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MatrixConfigurator.java
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MetamerFailureLoggingTestListener.java
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MetamerTestInfo.java
Log:
modified Metamer specific configuration and utility classes to enable extensions in form of pagespeed tests
Modified: modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MatrixConfigurator.java
===================================================================
--- modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MatrixConfigurator.java 2010-08-20 22:42:08 UTC (rev 18897)
+++ modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MatrixConfigurator.java 2010-08-21 00:01:10 UTC (rev 18898)
@@ -66,13 +66,12 @@
IMethodInterceptor {
static Map<Field, Object> currentConfiguration;
-
+
Map<Class<?>, Map<Method, Configuration>> configurations = new HashMap<Class<?>, Map<Method, Configuration>>();
LinkedList<Method> methods = new LinkedList<Method>();
boolean methodConfigured = false;
Field templatesField = null;
-
-
+
public static Map<Field, Object> getCurrentConfiguration() {
return currentConfiguration;
}
@@ -104,9 +103,13 @@
|| m.isAfterSuiteConfiguration() || m.isAfterTestConfiguration();
}
- private void configureMethod(ITestResult testResult) {
- Method realMethod = ((Queue<Method>) methods).poll();
+ private Method getCurrentRealMethod() {
+ return ((Queue<Method>) methods).poll();
+ }
+ protected void configureMethod(ITestResult testResult) {
+ Method realMethod = getCurrentRealMethod();
+
if (realMethod == null) {
throw new IllegalStateException("can't find more configured methods");
}
@@ -157,8 +160,10 @@
if (field.getAnnotation(Use.class) != null) {
parameters.put(field, getUseParameter(realClass, field.getType(), field.getAnnotation(Use.class)));
} else if (field.getAnnotation(Templates.class) != null) {
- parameters.put(field,
- getTemplatesParameter(realClass, field.getType(), field.getAnnotation(Templates.class), parameters));
+ parameters.put(
+ field,
+ getTemplatesParameter(realClass, field.getType(), field.getAnnotation(Templates.class),
+ parameters));
templatesField = field;
} else {
parameters.put(field, null);
@@ -166,7 +171,7 @@
}
}
}
-
+
if (templatesField == null) {
throw new IllegalStateException("there is no field annotated @Templates in " + realClass.getName());
}
@@ -181,7 +186,7 @@
} finally {
templatesField = null;
}
-
+
if (!unsatisfied.isEmpty()) {
throw new IllegalStateException("cannot satisfy following injection points: " + unsatisfied.toString());
}
@@ -222,7 +227,8 @@
}
if (annotation.annotationType() == Templates.class) {
Templates templatesAnnotation = (Templates) annotation;
- parameters.put(templatesField, getTemplatesParameter(testClass, templatesField.getType(), templatesAnnotation, parameters));
+ parameters.put(templatesField,
+ getTemplatesParameter(testClass, templatesField.getType(), templatesAnnotation, parameters));
}
}
}
@@ -286,8 +292,8 @@
String namePattern = useAnnotation.value()[i];
namePattern = StringUtils.replace(namePattern, "*", ".+");
namePattern = StringUtils.replace(namePattern, "?", ".");
-
- for (Field field : getAllFields(testClass)) {
+
+ for (Field field : getAllFields(testClass)) {
Pattern pattern = Pattern.compile(namePattern);
if (pattern.matcher(field.getName()).matches()) {
boolean isArray = field.getType().isArray();
@@ -312,7 +318,8 @@
if (satisfied) {
continue;
}
- throw new IllegalStateException("cannot find the field satysfying injection point with name pattern: " + useAnnotation.value()[i]);
+ throw new IllegalStateException("cannot find the field satysfying injection point with name pattern: "
+ + useAnnotation.value()[i]);
}
return result;
}
@@ -362,20 +369,20 @@
}
List<TemplatesList> templates = null;
-
+
// if templates was already set, load them
if (templatesField != null) {
templates = (List<TemplatesList>) parameters.get(templatesField);
}
-
+
// get user defined templates
List<TemplatesList> userTemplates = MetamerProperties.getTemplates();
-
+
// if "value" is defined, takes precedens
if (templatesAnnotation.value().length > 0) {
templates = MetamerProperties.parseTemplates(templatesAnnotation.value());
}
-
+
// include all "include" to current list
if (templatesAnnotation.include().length > 0) {
List<TemplatesList> includeTemplates = MetamerProperties.parseTemplates(templatesAnnotation.include());
@@ -386,7 +393,7 @@
templates.addAll(includeTemplates);
}
}
-
+
// exclude all "exclude" from current list
if (templatesAnnotation.exclude().length > 0) {
List<TemplatesList> excludeTemplates = MetamerProperties.parseTemplates(templatesAnnotation.exclude());
@@ -394,7 +401,7 @@
templates.removeAll(excludeTemplates);
}
}
-
+
// remove all templates which wasn't in user defined set
if (userTemplates != null) {
if (templates == null) {
Modified: modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MetamerFailureLoggingTestListener.java
===================================================================
--- modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MetamerFailureLoggingTestListener.java 2010-08-20 22:42:08 UTC (rev 18897)
+++ modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MetamerFailureLoggingTestListener.java 2010-08-21 00:01:10 UTC (rev 18898)
@@ -21,12 +21,7 @@
*******************************************************************************/
package org.richfaces.tests.metamer.ftest;
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import org.apache.commons.lang.StringUtils;
import org.jboss.test.selenium.listener.FailureLoggingTestListener;
-import org.jboss.test.selenium.utils.testng.TestInfo;
import org.testng.ITestResult;
/**
@@ -36,22 +31,7 @@
public class MetamerFailureLoggingTestListener extends FailureLoggingTestListener {
@Override
protected String getFilenameIdentification(ITestResult result) {
- String packageName = TestInfo.getContainingPackageName(result);
- String className = TestInfo.getClassName(result);
- String methodName = TestInfo.getMethodName(result);
-
- String testInfo = MetamerTestInfo.getConfigurationInfo();
- testInfo = StringUtils.replaceChars(testInfo, "\\/*?\"<>|", "");
- testInfo = StringUtils.replaceChars(testInfo, "\r\n \t", "_");
- testInfo = StringUtils.replaceChars(testInfo, ":", "-");
-
- // derives template and sort it as sub-directory after other attributes
- Matcher matcher = Pattern.compile("^(template-[^;]+);(.*)$").matcher(testInfo);
- if (matcher.find()) {
- testInfo = matcher.group(2) + "/" + matcher.group(1);
- }
-
- return packageName + "/" + className + "/" + methodName + "/" + testInfo;
+ return MetamerTestInfo.getAssociatedFilename(result);
}
@Override
Modified: modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MetamerTestInfo.java
===================================================================
--- modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MetamerTestInfo.java 2010-08-20 22:42:08 UTC (rev 18897)
+++ modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/MetamerTestInfo.java 2010-08-21 00:01:10 UTC (rev 18898)
@@ -28,8 +28,12 @@
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
import org.apache.commons.lang.StringUtils;
+import org.jboss.test.selenium.utils.testng.TestInfo;
+import org.testng.ITestResult;
/**
* @author <a href="mailto:ppitonak@redhat.com">Lukas Fryc</a>
@@ -72,4 +76,23 @@
public static String getConfigurationInfoInParenthesses() {
return "{ " + getConfigurationInfo() + " }";
}
+
+ public static String getAssociatedFilename(ITestResult result) {
+ String packageName = TestInfo.getContainingPackageName(result);
+ String className = TestInfo.getClassName(result);
+ String methodName = TestInfo.getMethodName(result);
+
+ String testInfo = getConfigurationInfo();
+ testInfo = StringUtils.replaceChars(testInfo, "\\/*?\"<>|", "");
+ testInfo = StringUtils.replaceChars(testInfo, "\r\n \t", "_");
+ testInfo = StringUtils.replaceChars(testInfo, ":", "-");
+
+ // derives template and sort it as sub-directory after other attributes
+ Matcher matcher = Pattern.compile("^(template-[^;]+);(.*)$").matcher(testInfo);
+ if (matcher.find()) {
+ testInfo = matcher.group(2) + "/" + matcher.group(1);
+ }
+
+ return packageName + "/" + className + "/" + methodName + "/" + testInfo;
+ }
}
15 years, 11 months
JBoss Rich Faces SVN: r18897 - branches/RFPL-754/examples/richfaces-showcase.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-08-20 18:42:08 -0400 (Fri, 20 Aug 2010)
New Revision: 18897
Modified:
branches/RFPL-754/examples/richfaces-showcase/pom.xml
Log:
RFPL-754 update to showcase for release
Modified: branches/RFPL-754/examples/richfaces-showcase/pom.xml
===================================================================
--- branches/RFPL-754/examples/richfaces-showcase/pom.xml 2010-08-20 22:31:44 UTC (rev 18896)
+++ branches/RFPL-754/examples/richfaces-showcase/pom.xml 2010-08-20 22:42:08 UTC (rev 18897)
@@ -205,7 +205,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<configuration>
</configuration>
<executions>
15 years, 11 months
JBoss Rich Faces SVN: r18896 - in trunk/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler: model and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2010-08-20 18:31:44 -0400 (Fri, 20 Aug 2010)
New Revision: 18896
Modified:
trunk/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/RendererClassVisitor.java
trunk/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/model/CdkBodyElement.java
Log:
RESOLVED - issue RF-9076 CDK:empty encodeChildren method is not generated
https://jira.jboss.org/browse/RF-9076
Modified: trunk/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/RendererClassVisitor.java
===================================================================
--- trunk/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/RendererClassVisitor.java 2010-08-20 22:14:19 UTC (rev 18895)
+++ trunk/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/RendererClassVisitor.java 2010-08-20 22:31:44 UTC (rev 18896)
@@ -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: trunk/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/model/CdkBodyElement.java
===================================================================
--- trunk/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/model/CdkBodyElement.java 2010-08-20 22:14:19 UTC (rev 18895)
+++ trunk/cdk/generator/src/main/java/org/richfaces/cdk/templatecompiler/model/CdkBodyElement.java 2010-08-20 22:31:44 UTC (rev 18896)
@@ -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);
15 years, 11 months
JBoss Rich Faces SVN: r18895 - trunk/cdk/generator/src/main/java/org/richfaces/cdk/model/validator.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2010-08-20 18:14:19 -0400 (Fri, 20 Aug 2010)
New Revision: 18895
Modified:
trunk/cdk/generator/src/main/java/org/richfaces/cdk/model/validator/ValidatorImpl.java
Log:
RESOLVED - issue RF-8958: CDK does not generate tag handler described by faces-config xml.
https://jira.jboss.org/browse/RF-8958
Modified: trunk/cdk/generator/src/main/java/org/richfaces/cdk/model/validator/ValidatorImpl.java
===================================================================
--- trunk/cdk/generator/src/main/java/org/richfaces/cdk/model/validator/ValidatorImpl.java 2010-08-20 22:07:29 UTC (rev 18894)
+++ trunk/cdk/generator/src/main/java/org/richfaces/cdk/model/validator/ValidatorImpl.java 2010-08-20 22:14:19 UTC (rev 18895)
@@ -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.
15 years, 11 months
JBoss Rich Faces SVN: r18894 - trunk/cdk/generator.
by richfaces-svn-commits@lists.jboss.org
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>
15 years, 11 months