JBoss Rich Faces SVN: r16964 - in root/ui-sandbox: trunk/components/componentcontrol and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2010-05-10 13:29:15 -0400 (Mon, 10 May 2010)
New Revision: 16964
Added:
root/ui-sandbox/componentcontrol/trunk/pom.xml
root/ui-sandbox/componentcontrol/trunk/src/
Removed:
root/ui-sandbox/trunk/components/componentcontrol/pom.xml
root/ui-sandbox/trunk/components/componentcontrol/src/
Log:
change richfaces build structure
https://community.jboss.org/wiki/RichFaces40BuildDirectoryStructure
restructured ui-sandbox
Copied: root/ui-sandbox/componentcontrol/trunk/pom.xml (from rev 16963, root/ui-sandbox/trunk/components/componentcontrol/pom.xml)
===================================================================
--- root/ui-sandbox/componentcontrol/trunk/pom.xml (rev 0)
+++ root/ui-sandbox/componentcontrol/trunk/pom.xml 2010-05-10 17:29:15 UTC (rev 16964)
@@ -0,0 +1,39 @@
+<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>components</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.sandbox.ui.components</groupId>
+ <artifactId>componentControl</artifactId>
+ <name>RichFaces Component Control</name>
+ <packaging>jar</packaging>
+
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>annotations</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ </dependency>
+
+ </dependencies>
+
+</project>
\ No newline at end of file
Copied: root/ui-sandbox/componentcontrol/trunk/src (from rev 16963, root/ui-sandbox/trunk/components/componentcontrol/src)
Deleted: root/ui-sandbox/trunk/components/componentcontrol/pom.xml
===================================================================
--- root/ui-sandbox/trunk/components/componentcontrol/pom.xml 2010-05-10 17:27:13 UTC (rev 16963)
+++ root/ui-sandbox/trunk/components/componentcontrol/pom.xml 2010-05-10 17:29:15 UTC (rev 16964)
@@ -1,39 +0,0 @@
-<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>components</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- </parent>
-
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.sandbox.ui.components</groupId>
- <artifactId>componentControl</artifactId>
- <name>RichFaces Component Control</name>
- <packaging>jar</packaging>
-
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>annotations</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- </dependency>
-
- </dependencies>
-
-</project>
\ No newline at end of file
14 years, 6 months
JBoss Rich Faces SVN: r16961 - in root/ui-sandbox: calendar and 13 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2010-05-10 13:18:25 -0400 (Mon, 10 May 2010)
New Revision: 16961
Added:
root/ui-sandbox/calendar/
root/ui-sandbox/calendar/branches/
root/ui-sandbox/calendar/tags/
root/ui-sandbox/calendar/trunk/
root/ui-sandbox/common/
root/ui-sandbox/common/branches/
root/ui-sandbox/common/tags/
root/ui-sandbox/common/trunk/
root/ui-sandbox/componentcontrol/
root/ui-sandbox/componentcontrol/branches/
root/ui-sandbox/componentcontrol/tags/
root/ui-sandbox/componentcontrol/trunk/
root/ui-sandbox/core/
root/ui-sandbox/core/branches/
root/ui-sandbox/core/tags/
root/ui-sandbox/core/trunk/
root/ui-sandbox/datafilterslider/
root/ui-sandbox/datafilterslider/branches/
root/ui-sandbox/datafilterslider/tags/
root/ui-sandbox/datafilterslider/trunk/
root/ui-sandbox/datascroller/
root/ui-sandbox/datascroller/branches/
root/ui-sandbox/datascroller/tags/
root/ui-sandbox/datascroller/trunk/
root/ui-sandbox/drag-drop/
root/ui-sandbox/drag-drop/branches/
root/ui-sandbox/drag-drop/tags/
root/ui-sandbox/drag-drop/trunk/
root/ui-sandbox/fileupload/
root/ui-sandbox/fileupload/branches/
root/ui-sandbox/fileupload/tags/
root/ui-sandbox/fileupload/trunk/
root/ui-sandbox/numberinputs/
root/ui-sandbox/numberinputs/branches/
root/ui-sandbox/numberinputs/tags/
root/ui-sandbox/numberinputs/trunk/
root/ui-sandbox/selects/
root/ui-sandbox/selects/branches/
root/ui-sandbox/selects/tags/
root/ui-sandbox/selects/trunk/
root/ui-sandbox/tables/
root/ui-sandbox/tables/branches/
root/ui-sandbox/tables/tags/
root/ui-sandbox/tables/trunk/
root/ui-sandbox/togglepanels/
root/ui-sandbox/togglepanels/branches/
root/ui-sandbox/togglepanels/tags/
root/ui-sandbox/togglepanels/trunk/
root/ui-sandbox/tree-model/
root/ui-sandbox/tree-model/branches/
root/ui-sandbox/tree-model/tags/
root/ui-sandbox/tree-model/trunk/
root/ui-sandbox/tree/
root/ui-sandbox/tree/branches/
root/ui-sandbox/tree/tags/
root/ui-sandbox/tree/trunk/
Removed:
root/ui-sandbox/branches/
root/ui-sandbox/tags/
Log:
change richfaces build structure
https://community.jboss.org/wiki/RichFaces40BuildDirectoryStructure
restructured ui-sandbox
14 years, 6 months
JBoss Rich Faces SVN: r16960 - in root/examples/core-demo/trunk/src/main: webapp and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2010-05-10 13:04:06 -0400 (Mon, 10 May 2010)
New Revision: 16960
Modified:
root/examples/core-demo/trunk/src/main/java/org/richfaces/demo/RepeatBean.java
root/examples/core-demo/trunk/src/main/webapp/repeat.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-8487
Modified: root/examples/core-demo/trunk/src/main/java/org/richfaces/demo/RepeatBean.java
===================================================================
--- root/examples/core-demo/trunk/src/main/java/org/richfaces/demo/RepeatBean.java 2010-05-10 16:36:05 UTC (rev 16959)
+++ root/examples/core-demo/trunk/src/main/java/org/richfaces/demo/RepeatBean.java 2010-05-10 17:04:06 UTC (rev 16960)
@@ -36,6 +36,44 @@
@SessionScoped
public class RepeatBean {
+ public static final class MatrixCell {
+
+ private int value = 0;
+
+ public int getValue() {
+ return value;
+ }
+
+ public void setValue(int value) {
+ this.value = value;
+ }
+
+ public void clearValueAction() {
+ setValue(0);
+ }
+
+ public void increaseValueAction() {
+ value++;
+ }
+
+ public void decreaseValueAction() {
+ value--;
+ }
+ }
+
+ public static final class MatrixRow {
+
+ private List<MatrixCell> cells = new ArrayList<MatrixCell>();
+
+ public List<MatrixCell> getCells() {
+ return cells;
+ }
+
+ public void addCell(MatrixCell cell) {
+ cells.add(cell);
+ }
+ }
+
public static final class Data {
private String text;
@@ -56,10 +94,14 @@
}
+ private static final int MATRIX_DIMENSION = 4;
+
private List<Data> dataList;
private Data selectedDataItem = null;
+ private List<MatrixRow> matrixRows;
+
public RepeatBean() {
dataList = new ArrayList<Data>();
@@ -68,6 +110,19 @@
data.setText(MessageFormat.format("Item {0}", i));
dataList.add(data);
}
+
+ matrixRows = new ArrayList<MatrixRow>();
+
+ for (int i = 0; i < MATRIX_DIMENSION; i++) {
+ MatrixRow matrixRow = new MatrixRow();
+
+ for (int j = 0; j < MATRIX_DIMENSION; j++) {
+ MatrixCell matrixCell = new MatrixCell();
+ matrixRow.addCell(matrixCell);
+ }
+
+ matrixRows.add(matrixRow);
+ }
}
/**
@@ -90,4 +145,8 @@
public void setSelectedDataItem(Data selectedDataItem) {
this.selectedDataItem = selectedDataItem;
}
+
+ public List<MatrixRow> getMatrixRows() {
+ return matrixRows;
+ }
}
Modified: root/examples/core-demo/trunk/src/main/webapp/repeat.xhtml
===================================================================
--- root/examples/core-demo/trunk/src/main/webapp/repeat.xhtml 2010-05-10 16:36:05 UTC (rev 16959)
+++ root/examples/core-demo/trunk/src/main/webapp/repeat.xhtml 2010-05-10 17:04:06 UTC (rev 16960)
@@ -7,26 +7,88 @@
xmlns:a4j="http://richfaces.org/a4j">
<f:view>
<h:head>
+ <style type="text/css">
+ .cell {
+ width: 120px;
+ padding: 10px;
+ }
+
+ .cell-even.row-even,.cell-odd.row-odd {
+ background-color: #CFC;
+ }
+ </style>
</h:head>
<h:body>
<h:form>
<h:panelGroup id="group">
#{repeatBean.selectedDataItem.text}
</h:panelGroup>
-
+
<ul>
- <a4j:repeat value="#{repeatBean.dataList}" var="item" iterationStatusVar="status">
- <li>
- <h:inputText value="#{item.text}" />
- <h:commandLink value="Link">
- <f:ajax render="@form" execute="@form" />
- <f:setPropertyActionListener target="#{repeatBean.selectedDataItem}" value="#{item}" />
- </h:commandLink>
- #{status}
- </li>
+ <a4j:repeat value="#{repeatBean.dataList}" var="item"
+ iterationStatusVar="status">
+ <li><h:inputText value="#{item.text}" /> <h:commandLink
+ value="Link">
+ <f:ajax render="@form" execute="@form" />
+ <f:setPropertyActionListener
+ target="#{repeatBean.selectedDataItem}" value="#{item}" />
+ </h:commandLink> #{status}</li>
</a4j:repeat>
</ul>
</h:form>
+
+ <h:form id="matrixForm">
+ <h:panelGroup id="matrixInput" layout="block">
+ <h:messages />
+ <table>
+ <tbody>
+ <a4j:repeat value="#{repeatBean.matrixRows}" var="row"
+ iterationStatusVar="rowStatus">
+ <tr>
+ <a4j:repeat value="#{row.cells}" var="cell"
+ iterationStatusVar="cellStatus">
+ <td><h:panelGroup layout="block"
+ styleClass="cell #{rowStatus.even ? 'row-even' : 'row-odd'} #{cellStatus.even ? 'cell-even' : 'cell-odd'}">
+ <h:inputText value="#{cell.value}" size="3">
+ <f:convertNumber />
+ <f:ajax render=":matrixForm:matrixInput :matrixOutput" />
+ </h:inputText>
+
+ <h:commandLink action="#{cell.clearValueAction}" value="C">
+ <f:ajax render=":matrixForm:matrixInput :matrixOutput" />
+ </h:commandLink>
+ <h:outputText value=" / " />
+ <h:commandLink action="#{cell.increaseValueAction}" value="+">
+ <f:ajax render=":matrixForm:matrixInput :matrixOutput" />
+ </h:commandLink>
+ <h:outputText value=" / " />
+ <h:commandLink action="#{cell.decreaseValueAction}" value="-">
+ <f:ajax render=":matrixForm:matrixInput :matrixOutput" />
+ </h:commandLink>
+ </h:panelGroup></td>
+ </a4j:repeat>
+ </tr>
+ </a4j:repeat>
+ </tbody>
+ </table>
+ </h:panelGroup>
+
+ </h:form>
+ <h:panelGroup id="matrixOutput" layout="block">
+ <table>
+ <tbody>
+ <a4j:repeat value="#{repeatBean.matrixRows}" var="row">
+ <tr>
+ <a4j:repeat value="#{row.cells}" var="cell">
+ <td><h:panelGroup styleClass="cell" layout="block">
+ #{cell.value}
+ </h:panelGroup></td>
+ </a4j:repeat>
+ </tr>
+ </a4j:repeat>
+ </tbody>
+ </table>
+ </h:panelGroup>
</h:body>
</f:view>
</html>
\ No newline at end of file
14 years, 6 months
JBoss Rich Faces SVN: r16959 - in root/examples: core-demo/trunk and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2010-05-10 12:36:05 -0400 (Mon, 10 May 2010)
New Revision: 16959
Modified:
root/examples/core-demo/trunk/pom.xml
root/examples/pom.xml
root/examples/richfaces-demo/trunk/pom.xml
Log:
change richfaces build structure
https://community.jboss.org/wiki/RichFaces40BuildDirectoryStructure
restructured ui
Modified: root/examples/core-demo/trunk/pom.xml
===================================================================
--- root/examples/core-demo/trunk/pom.xml 2010-05-10 15:26:22 UTC (rev 16958)
+++ root/examples/core-demo/trunk/pom.xml 2010-05-10 16:36:05 UTC (rev 16959)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
- <artifactId>components</artifactId>
+ <artifactId>root</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
@@ -33,13 +33,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.examples.components</groupId>
<artifactId>${example.componentName}-demo</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>RichFaces core demo</name>
<dependencies>
<dependency>
- <groupId>org.richfaces.ui.components</groupId>
- <artifactId>${example.componentName}-ui</artifactId>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>${example.componentName}</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -60,4 +62,22 @@
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <wtpversion>2.0</wtpversion>
+ <downloadSources>true</downloadSources>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file
Modified: root/examples/pom.xml
===================================================================
--- root/examples/pom.xml 2010-05-10 15:26:22 UTC (rev 16958)
+++ root/examples/pom.xml 2010-05-10 16:36:05 UTC (rev 16959)
@@ -19,8 +19,187 @@
</modules>
<properties>
+ <snapshotRepository>dav:https://repository.jboss.org/nexus/content/repositories/snapshots/</snapshotRepository>
+ <jetty.port>8080</jetty.port>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ </properties>
+
+ <distributionManagement>
+ <downloadUrl>
+ http://labs.jboss.com/portal/jbossrichfaces/downloads
+ </downloadUrl>
+ <repository>
+ <id>jboss-releases-repository</id>
+ <uniqueVersion>false</uniqueVersion>
+ <url>${releaseRepository}</url>
+ </repository>
<snapshotRepository>
- dav:https://repository.jboss.org/nexus/content/repositories/snapshots/
+ <id>jboss-snapshots-repository</id>
+ <uniqueVersion>true</uniqueVersion>
+ <url>${snapshotRepository}</url>
</snapshotRepository>
- </properties>
+ <!--site>
+ <url>file:target/site2</url>
+ </site-->
+ </distributionManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </dependency>
+
+ <!-- simple logger binding: only messages of level INFO and higher are printed-->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version >1.5.8</version>
+ </dependency>
+
+ <!-- TODO: uncomment when assembly will be ready -->
+ <!--dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <version>${ui.version}</version>
+ </dependency-->
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>2.0.3-SNAPSHOT</version>
+ <!--scope>provided</scope-->
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>2.0.3-SNAPSHOT</version>
+ <!--scope>provided</scope-->
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.2</version>
+ </dependency>
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>jee5</id>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>2.0.3-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>2.0.3-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ <version>1.1</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
+
+ <build>
+ <plugins>
+ <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>
+ <plugin>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <wtpversion>2.0</wtpversion>
+ <downloadSources>true</downloadSources>
+ </configuration>
+ </plugin>
+ <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-checkstyle-plugin</artifactId>
+ <version>2.3</version>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces</groupId>
+ <artifactId>checkstyle</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+
+ <executions>
+ <execution>
+ <id>richfaces-checkstyle-report</id>
+ <configuration>
+ <configLocation>richfaces-checkstyle/richfaces-checkstyle.xml</configLocation>
+ <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
+ </configuration>
+
+ <phase>process-sources</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>2.3</version>
+
+ <configuration>
+ <configLocation>richfaces-checkstyle/richfaces-checkstyle.xml</configLocation>
+ <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
</project>
\ No newline at end of file
Modified: root/examples/richfaces-demo/trunk/pom.xml
===================================================================
--- root/examples/richfaces-demo/trunk/pom.xml 2010-05-10 15:26:22 UTC (rev 16958)
+++ root/examples/richfaces-demo/trunk/pom.xml 2010-05-10 16:36:05 UTC (rev 16959)
@@ -34,9 +34,9 @@
<dependencies>
<dependency>
- <groupId>org.richfaces.ui.components</groupId>
- <artifactId>core-ui</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>core</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
</dependency>
<dependency>
14 years, 6 months
JBoss Rich Faces SVN: r16958 - in root: ui and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2010-05-10 11:26:22 -0400 (Mon, 10 May 2010)
New Revision: 16958
Removed:
root/ui/tags/
root/ui/trunk/
Modified:
root/pom.xml
root/ui/core/trunk/api/pom.xml
Log:
change richfaces build structure
https://community.jboss.org/wiki/RichFaces40BuildDirectoryStructure
restructured ui
Modified: root/pom.xml
===================================================================
--- root/pom.xml 2010-05-10 15:10:49 UTC (rev 16957)
+++ root/pom.xml 2010-05-10 15:26:22 UTC (rev 16958)
@@ -39,7 +39,7 @@
<module>commons/${commons.svn.dir}</module>
<module>core/${core.svn.dir}</module>
<module>cdk/${cdk.svn.dir}</module>
- <module>ui/${ui.svn.dir}</module>
+ <module>ui/core/${ui.svn.dir}</module>
<!--<module>ui-sandbox/${ui-sandbox.svn.dir}</module>-->
<module>examples</module>
<!--<module>examples-sandbox/${examples-sandbox.svn.dir}</module>-->
Modified: root/ui/core/trunk/api/pom.xml
===================================================================
--- root/ui/core/trunk/api/pom.xml 2010-05-10 15:10:49 UTC (rev 16957)
+++ root/ui/core/trunk/api/pom.xml 2010-05-10 15:26:22 UTC (rev 16958)
@@ -2,15 +2,16 @@
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>components</artifactId>
+ <groupId>org.richfaces</groupId>
+ <artifactId>ui-version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui.components</groupId>
- <artifactId>core-ui</artifactId>
- <name>RichFaces Core Components</name>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>core</artifactId>
+ <name>richfaces ui components: core</name>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<build>
@@ -76,6 +77,50 @@
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </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>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.test-jsf</groupId>
+ <artifactId>htmlunit-client</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.test-jsf</groupId>
+ <artifactId>jsf-mock</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<profiles>
14 years, 6 months