JBoss Rich Faces SVN: r16976 - root/ui-sandbox.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2010-05-10 14:06:43 -0400 (Mon, 10 May 2010)
New Revision: 16976
Added:
root/ui-sandbox/pom.xml
Removed:
root/ui-sandbox/trunk/
Log:
change richfaces build structure
https://community.jboss.org/wiki/RichFaces40BuildDirectoryStructure
restructured ui-sandbox
Added: root/ui-sandbox/pom.xml
===================================================================
--- root/ui-sandbox/pom.xml (rev 0)
+++ root/ui-sandbox/pom.xml 2010-05-10 18:06:43 UTC (rev 16976)
@@ -0,0 +1,120 @@
+<?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>ui-version-matrix</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.sandbox.ui</groupId>
+ <artifactId>components</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>richfaces components sandbox</name>
+
+ <modules>
+ <module>tables/trunk</module>
+ <module>datascroller/trunk</module>
+ </modules>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <id>generate</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ <inherited>true</inherited>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <!-- http://maven.apache.org/plugins/maven-compiler-plugin/ -->
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>gr.abiss.mvn.plugins</groupId>
+ <artifactId>maven-jstools-plugin</artifactId>
+ <version>0.7</version>
+ <configuration>
+ <jsDir>${basedir}/src/main/resources/Meta-inf/resources</jsDir>
+ <includes>**/*.js</includes>
+ <caseSensitive>true</caseSensitive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <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>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <scope>test</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>
+</project>
\ No newline at end of file
14 years, 6 months
JBoss Rich Faces SVN: r16972 - in root/ui-sandbox: trunk/components/tables and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2010-05-10 13:47:53 -0400 (Mon, 10 May 2010)
New Revision: 16972
Added:
root/ui-sandbox/tables/trunk/api/
root/ui-sandbox/tables/trunk/impl/
root/ui-sandbox/tables/trunk/pom.xml
root/ui-sandbox/tables/trunk/ui/
Removed:
root/ui-sandbox/trunk/components/tables/api/
root/ui-sandbox/trunk/components/tables/impl/
root/ui-sandbox/trunk/components/tables/pom.xml
root/ui-sandbox/trunk/components/tables/ui/
Log:
change richfaces build structure
https://community.jboss.org/wiki/RichFaces40BuildDirectoryStructure
restructured ui-sandbox
Copied: root/ui-sandbox/tables/trunk/api (from rev 16971, root/ui-sandbox/trunk/components/tables/api)
Copied: root/ui-sandbox/tables/trunk/impl (from rev 16971, root/ui-sandbox/trunk/components/tables/impl)
Copied: root/ui-sandbox/tables/trunk/pom.xml (from rev 16971, root/ui-sandbox/trunk/components/tables/pom.xml)
===================================================================
--- root/ui-sandbox/tables/trunk/pom.xml (rev 0)
+++ root/ui-sandbox/tables/trunk/pom.xml 2010-05-10 17:47:53 UTC (rev 16972)
@@ -0,0 +1,35 @@
+<?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.sandbox.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>tables</artifactId>
+ <packaging>pom</packaging>
+
+ <name>richfaces tables</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+ <modules>
+ <module>api</module>
+ <module>impl</module>
+ <module>ui</module>
+ </modules>
+
+</project>
\ No newline at end of file
Copied: root/ui-sandbox/tables/trunk/ui (from rev 16971, root/ui-sandbox/trunk/components/tables/ui)
Deleted: root/ui-sandbox/trunk/components/tables/pom.xml
===================================================================
--- root/ui-sandbox/trunk/components/tables/pom.xml 2010-05-10 17:45:28 UTC (rev 16971)
+++ root/ui-sandbox/trunk/components/tables/pom.xml 2010-05-10 17:47:53 UTC (rev 16972)
@@ -1,35 +0,0 @@
-<?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.sandbox.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>tables</artifactId>
- <packaging>pom</packaging>
-
- <name>richfaces tables</name>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
- <modules>
- <module>api</module>
- <module>impl</module>
- <module>ui</module>
- </modules>
-
-</project>
\ No newline at end of file
14 years, 6 months
JBoss Rich Faces SVN: r16967 - in root/ui-sandbox: trunk/components/datascroller and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2010-05-10 13:38:46 -0400 (Mon, 10 May 2010)
New Revision: 16967
Added:
root/ui-sandbox/datascroller/trunk/api/
root/ui-sandbox/datascroller/trunk/pom.xml
root/ui-sandbox/datascroller/trunk/ui/
Removed:
root/ui-sandbox/trunk/components/datascroller/api/
root/ui-sandbox/trunk/components/datascroller/pom.xml
root/ui-sandbox/trunk/components/datascroller/ui/
Log:
change richfaces build structure
https://community.jboss.org/wiki/RichFaces40BuildDirectoryStructure
restructured ui-sandbox
Copied: root/ui-sandbox/datascroller/trunk/api (from rev 16966, root/ui-sandbox/trunk/components/datascroller/api)
Copied: root/ui-sandbox/datascroller/trunk/pom.xml (from rev 16966, root/ui-sandbox/trunk/components/datascroller/pom.xml)
===================================================================
--- root/ui-sandbox/datascroller/trunk/pom.xml (rev 0)
+++ root/ui-sandbox/datascroller/trunk/pom.xml 2010-05-10 17:38:46 UTC (rev 16967)
@@ -0,0 +1,34 @@
+<?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.sandbox.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>datascroller</artifactId>
+ <packaging>pom</packaging>
+
+ <name>richfaces datascroller</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+ <modules>
+ <module>api</module>
+ <module>ui</module>
+ </modules>
+
+</project>
\ No newline at end of file
Copied: root/ui-sandbox/datascroller/trunk/ui (from rev 16966, root/ui-sandbox/trunk/components/datascroller/ui)
Deleted: root/ui-sandbox/trunk/components/datascroller/pom.xml
===================================================================
--- root/ui-sandbox/trunk/components/datascroller/pom.xml 2010-05-10 17:36:51 UTC (rev 16966)
+++ root/ui-sandbox/trunk/components/datascroller/pom.xml 2010-05-10 17:38:46 UTC (rev 16967)
@@ -1,34 +0,0 @@
-<?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.sandbox.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>datascroller</artifactId>
- <packaging>pom</packaging>
-
- <name>richfaces datascroller</name>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
- <modules>
- <module>api</module>
- <module>ui</module>
- </modules>
-
-</project>
\ No newline at end of file
14 years, 6 months