Author: nbelaevski
Date: 2009-11-21 21:22:13 -0500 (Sat, 21 Nov 2009)
New Revision: 15955
Modified:
branches/community/3.3.X/ui/beanValidator/pom.xml
branches/community/3.3.X/ui/calendar/pom.xml
branches/community/3.3.X/ui/colorPicker/pom.xml
branches/community/3.3.X/ui/columns/pom.xml
branches/community/3.3.X/ui/combobox/pom.xml
branches/community/3.3.X/ui/componentControl/pom.xml
branches/community/3.3.X/ui/contextMenu/pom.xml
branches/community/3.3.X/ui/dataFilterSlider/pom.xml
branches/community/3.3.X/ui/datascroller/pom.xml
branches/community/3.3.X/ui/dropdown-menu/pom.xml
branches/community/3.3.X/ui/editor/pom.xml
branches/community/3.3.X/ui/extendedDataTable/pom.xml
branches/community/3.3.X/ui/fileUpload/pom.xml
branches/community/3.3.X/ui/functions/pom.xml
branches/community/3.3.X/ui/hotKey/pom.xml
branches/community/3.3.X/ui/inplaceInput/pom.xml
branches/community/3.3.X/ui/inplaceSelect/pom.xml
branches/community/3.3.X/ui/layout/pom.xml
branches/community/3.3.X/ui/menu-components/pom.xml
branches/community/3.3.X/ui/message/pom.xml
branches/community/3.3.X/ui/panel/pom.xml
branches/community/3.3.X/ui/panelmenu/pom.xml
branches/community/3.3.X/ui/pickList/pom.xml
branches/community/3.3.X/ui/pom.xml
branches/community/3.3.X/ui/progressBAR/pom.xml
branches/community/3.3.X/ui/scrollableDataTable/pom.xml
branches/community/3.3.X/ui/simpleTogglePanel/pom.xml
branches/community/3.3.X/ui/spacer/pom.xml
branches/community/3.3.X/ui/state/pom.xml
branches/community/3.3.X/ui/suggestionbox/pom.xml
branches/community/3.3.X/ui/tabPanel/pom.xml
branches/community/3.3.X/ui/togglePanel/pom.xml
branches/community/3.3.X/ui/toolBar/pom.xml
branches/community/3.3.X/ui/tooltip/pom.xml
branches/community/3.3.X/ui/treeModel/pom.xml
Log:
Framework: merged from 3.3.x_jsf2 branch
Modified: branches/community/3.3.X/ui/beanValidator/pom.xml
===================================================================
--- branches/community/3.3.X/ui/beanValidator/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/beanValidator/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -44,11 +44,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
- <dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
<version>3.3.3-SNAPSHOT</version>
Modified: branches/community/3.3.X/ui/calendar/pom.xml
===================================================================
--- branches/community/3.3.X/ui/calendar/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/calendar/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -42,11 +42,6 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
Modified: branches/community/3.3.X/ui/colorPicker/pom.xml
===================================================================
--- branches/community/3.3.X/ui/colorPicker/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/colorPicker/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -1,55 +1,50 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>ui</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.3-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>colorPicker</artifactId>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- <execution>
- <id>generate-test-sources</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>generate-tests</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces.ui</prefix>
- <taglib>
- <shortName>colorPicker</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
+<?xml version="1.0"?><project>
+ <parent>
+ <artifactId>ui</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.3-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>colorPicker</artifactId>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.3-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>generate-test-sources</id>
+ <phase>generate-test-sources</phase>
+ <goals>
+ <goal>generate-tests</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces.ui</prefix>
+ <taglib>
+ <shortName>colorPicker</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
Modified: branches/community/3.3.X/ui/columns/pom.xml
===================================================================
--- branches/community/3.3.X/ui/columns/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/columns/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -41,11 +41,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
<version>${project.version}</version>
@@ -57,4 +52,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: branches/community/3.3.X/ui/combobox/pom.xml
===================================================================
--- branches/community/3.3.X/ui/combobox/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/combobox/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -48,11 +48,6 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>suggestionbox</artifactId>
Modified: branches/community/3.3.X/ui/componentControl/pom.xml
===================================================================
--- branches/community/3.3.X/ui/componentControl/pom.xml 2009-11-22 02:11:34 UTC (rev
15954)
+++ branches/community/3.3.X/ui/componentControl/pom.xml 2009-11-22 02:22:13 UTC (rev
15955)
@@ -47,10 +47,5 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/contextMenu/pom.xml
===================================================================
--- branches/community/3.3.X/ui/contextMenu/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/contextMenu/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -49,11 +49,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
- <dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
<version>3.3.3-SNAPSHOT</version>
Modified: branches/community/3.3.X/ui/dataFilterSlider/pom.xml
===================================================================
--- branches/community/3.3.X/ui/dataFilterSlider/pom.xml 2009-11-22 02:11:34 UTC (rev
15954)
+++ branches/community/3.3.X/ui/dataFilterSlider/pom.xml 2009-11-22 02:22:13 UTC (rev
15955)
@@ -42,10 +42,5 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/datascroller/pom.xml
===================================================================
--- branches/community/3.3.X/ui/datascroller/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/datascroller/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -41,10 +41,5 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/dropdown-menu/pom.xml
===================================================================
--- branches/community/3.3.X/ui/dropdown-menu/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/dropdown-menu/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -42,11 +42,6 @@
</build>
<dependencies>
<dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
- <dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
<version>3.3.3-SNAPSHOT</version>
Modified: branches/community/3.3.X/ui/editor/pom.xml
===================================================================
--- branches/community/3.3.X/ui/editor/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/editor/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -59,11 +59,6 @@
</profiles>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
Modified: branches/community/3.3.X/ui/extendedDataTable/pom.xml
===================================================================
--- branches/community/3.3.X/ui/extendedDataTable/pom.xml 2009-11-22 02:11:34 UTC (rev
15954)
+++ branches/community/3.3.X/ui/extendedDataTable/pom.xml 2009-11-22 02:22:13 UTC (rev
15955)
@@ -61,11 +61,6 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
Modified: branches/community/3.3.X/ui/fileUpload/pom.xml
===================================================================
--- branches/community/3.3.X/ui/fileUpload/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/fileUpload/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -48,11 +48,6 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>progressBar</artifactId>
Modified: branches/community/3.3.X/ui/functions/pom.xml
===================================================================
--- branches/community/3.3.X/ui/functions/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/functions/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -34,10 +34,5 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>${project.version}</version>
- </dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: branches/community/3.3.X/ui/hotKey/pom.xml
===================================================================
--- branches/community/3.3.X/ui/hotKey/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/hotKey/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -47,10 +47,5 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/inplaceInput/pom.xml
===================================================================
--- branches/community/3.3.X/ui/inplaceInput/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/inplaceInput/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -49,11 +49,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
- <dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>combobox</artifactId>
<version>3.3.3-SNAPSHOT</version>
Modified: branches/community/3.3.X/ui/inplaceSelect/pom.xml
===================================================================
--- branches/community/3.3.X/ui/inplaceSelect/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/inplaceSelect/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -48,16 +48,6 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-api</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>combobox</artifactId>
Modified: branches/community/3.3.X/ui/layout/pom.xml
===================================================================
--- branches/community/3.3.X/ui/layout/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/layout/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -44,11 +44,4 @@
</plugin>
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
- </dependencies>
</project>
Modified: branches/community/3.3.X/ui/menu-components/pom.xml
===================================================================
--- branches/community/3.3.X/ui/menu-components/pom.xml 2009-11-22 02:11:34 UTC (rev
15954)
+++ branches/community/3.3.X/ui/menu-components/pom.xml 2009-11-22 02:22:13 UTC (rev
15955)
@@ -41,10 +41,5 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/message/pom.xml
===================================================================
--- branches/community/3.3.X/ui/message/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/message/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -42,10 +42,5 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/panel/pom.xml
===================================================================
--- branches/community/3.3.X/ui/panel/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/panel/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -41,11 +41,4 @@
</plugin>
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: branches/community/3.3.X/ui/panelmenu/pom.xml
===================================================================
--- branches/community/3.3.X/ui/panelmenu/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/panelmenu/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -41,10 +41,5 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/pickList/pom.xml
===================================================================
--- branches/community/3.3.X/ui/pickList/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/pickList/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -50,19 +50,6 @@
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-api</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
-
-
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>listShuttle</artifactId>
Modified: branches/community/3.3.X/ui/pom.xml
===================================================================
--- branches/community/3.3.X/ui/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -80,6 +80,54 @@
</resources>
</build>
</profile>
+ <profile>
+ <id>jsf2_0</id>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>2.0.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>2.0.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>${project.version}</version>
+ <classifier>jsf2</classifier>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jsf1_2</id>
+ <dependencies>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_12</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_12</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ </profile>
</profiles>
<modules>
<module>core</module>
@@ -137,11 +185,6 @@
<dependencies>
<dependency>
<groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
<version>3.3.3-SNAPSHOT</version>
<scope>test</scope>
@@ -149,7 +192,7 @@
<dependency>
<groupId>com.sun.facelets</groupId>
<artifactId>jsf-facelets</artifactId>
- <version>1.1.14</version>
+ <version>1.1.15.B1</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -182,11 +225,5 @@
<version>1.1.2</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.2_12</version>
- <scope>provided</scope>
- </dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: branches/community/3.3.X/ui/progressBAR/pom.xml
===================================================================
--- branches/community/3.3.X/ui/progressBAR/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/progressBAR/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -43,11 +43,6 @@
</build>
<dependencies>
<dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
- <dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
<version>3.3.3-SNAPSHOT</version>
Modified: branches/community/3.3.X/ui/scrollableDataTable/pom.xml
===================================================================
--- branches/community/3.3.X/ui/scrollableDataTable/pom.xml 2009-11-22 02:11:34 UTC (rev
15954)
+++ branches/community/3.3.X/ui/scrollableDataTable/pom.xml 2009-11-22 02:22:13 UTC (rev
15955)
@@ -68,11 +68,6 @@
</build>
<dependencies>
<dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
- <dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
<version>3.3.3-SNAPSHOT</version>
Modified: branches/community/3.3.X/ui/simpleTogglePanel/pom.xml
===================================================================
--- branches/community/3.3.X/ui/simpleTogglePanel/pom.xml 2009-11-22 02:11:34 UTC (rev
15954)
+++ branches/community/3.3.X/ui/simpleTogglePanel/pom.xml 2009-11-22 02:22:13 UTC (rev
15955)
@@ -41,10 +41,5 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/spacer/pom.xml
===================================================================
--- branches/community/3.3.X/ui/spacer/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/spacer/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -41,10 +41,5 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/state/pom.xml
===================================================================
--- branches/community/3.3.X/ui/state/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/state/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -33,11 +33,4 @@
</plugin>
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
- </dependencies>
</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/suggestionbox/pom.xml
===================================================================
--- branches/community/3.3.X/ui/suggestionbox/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/suggestionbox/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -41,10 +41,5 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/tabPanel/pom.xml
===================================================================
--- branches/community/3.3.X/ui/tabPanel/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/tabPanel/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -41,10 +41,5 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/togglePanel/pom.xml
===================================================================
--- branches/community/3.3.X/ui/togglePanel/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/togglePanel/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -41,10 +41,5 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/toolBar/pom.xml
===================================================================
--- branches/community/3.3.X/ui/toolBar/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/toolBar/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -41,10 +41,5 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/tooltip/pom.xml
===================================================================
--- branches/community/3.3.X/ui/tooltip/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/tooltip/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -41,10 +41,5 @@
</plugins>
</build>
<dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/community/3.3.X/ui/treeModel/pom.xml
===================================================================
--- branches/community/3.3.X/ui/treeModel/pom.xml 2009-11-22 02:11:34 UTC (rev 15954)
+++ branches/community/3.3.X/ui/treeModel/pom.xml 2009-11-22 02:22:13 UTC (rev 15955)
@@ -43,11 +43,6 @@
</build>
<dependencies>
<dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
- </dependency>
- <dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
<version>3.3.3-SNAPSHOT</version>