JBoss Rich Faces SVN: r14522 - in branches/sandbox/rf4_build: examples/trunk and 3 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-06-04 17:26:09 -0400 (Thu, 04 Jun 2009)
New Revision: 14522
Removed:
branches/sandbox/rf4_build/version-matrix/trunk/cdk/
branches/sandbox/rf4_build/version-matrix/trunk/examples/
branches/sandbox/rf4_build/version-matrix/trunk/framework/
branches/sandbox/rf4_build/version-matrix/trunk/ui/
Modified:
branches/sandbox/rf4_build/cdk/trunk/pom.xml
branches/sandbox/rf4_build/examples/trunk/pom.xml
branches/sandbox/rf4_build/framework/trunk/pom.xml
branches/sandbox/rf4_build/ui/trunk/pom.xml
branches/sandbox/rf4_build/version-matrix/trunk/pom.xml
Log:
Build system: separate version matrixes for modules removed
Modified: branches/sandbox/rf4_build/cdk/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/cdk/trunk/pom.xml 2009-06-04 18:55:59 UTC (rev 14521)
+++ branches/sandbox/rf4_build/cdk/trunk/pom.xml 2009-06-04 21:26:09 UTC (rev 14522)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.richfaces</groupId>
- <artifactId>cdk-version-matrix</artifactId>
+ <artifactId>version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
Modified: branches/sandbox/rf4_build/examples/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/pom.xml 2009-06-04 18:55:59 UTC (rev 14521)
+++ branches/sandbox/rf4_build/examples/trunk/pom.xml 2009-06-04 21:26:09 UTC (rev 14522)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.richfaces</groupId>
- <artifactId>examples-version-matrix</artifactId>
+ <artifactId>version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
@@ -15,6 +15,27 @@
<artifactId>examples</artifactId>
<packaging>pom</packaging>
+ <dependencies>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ </dependency>
+
+ <!-- TODO: uncomment when assembly will be ready -->
+ <!-- dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ </dependency -->
+ </dependencies>
+
<modules>
<module>components</module>
<module>richfaces-demo</module>
Modified: branches/sandbox/rf4_build/framework/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/framework/trunk/pom.xml 2009-06-04 18:55:59 UTC (rev 14521)
+++ branches/sandbox/rf4_build/framework/trunk/pom.xml 2009-06-04 21:26:09 UTC (rev 14522)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.richfaces</groupId>
- <artifactId>framework-version-matrix</artifactId>
+ <artifactId>version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
@@ -15,6 +15,13 @@
<artifactId>framework</artifactId>
<packaging>pom</packaging>
+ <dependencies>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </dependency>
+ </dependencies>
+
<modules>
<module>api</module>
<module>test-base</module>
Modified: branches/sandbox/rf4_build/ui/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/pom.xml 2009-06-04 18:55:59 UTC (rev 14521)
+++ branches/sandbox/rf4_build/ui/trunk/pom.xml 2009-06-04 21:26:09 UTC (rev 14522)
@@ -6,16 +6,55 @@
<parent>
<groupId>org.richfaces</groupId>
- <artifactId>ui-version-matrix</artifactId>
+ <artifactId>version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>ui</artifactId>
- <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>${cdk.version}</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>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-test-base</artifactId>
+ </dependency>
+ </dependencies>
+
<modules>
<module>components</module>
<module>skins</module>
Modified: branches/sandbox/rf4_build/version-matrix/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/version-matrix/trunk/pom.xml 2009-06-04 18:55:59 UTC (rev 14521)
+++ branches/sandbox/rf4_build/version-matrix/trunk/pom.xml 2009-06-04 21:26:09 UTC (rev 14522)
@@ -4,6 +4,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <scm>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/</developerConnection>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/</connection>
+ <url>http://fisheye.jboss.org/browse/RichFaces</url>
+ </scm>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<!-- TODO: should artifactId start with 'richfaces'? -->
@@ -13,6 +19,9 @@
<properties>
<jsf.version>2.0.0-PR2_3</jsf.version>
+ <framework.version>${project.version}</framework.version>
+ <ui.version>${project.version}</ui.version>
+ <cdk.version>${project.version}</cdk.version>
</properties>
<repositories>
@@ -32,7 +41,31 @@
<version>4.4</version>
<scope>test</scope>
</dependency>
+
<dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ <version>${framework.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>${framework.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-test-base</artifactId>
+ <version>${framework.version}</version>
+ <scope>test</scope>
+ </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>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>${jsf.version}</version>
@@ -44,6 +77,7 @@
<version>${jsf.version}</version>
<scope>provided</scope>
</dependency>
+
</dependencies>
</dependencyManagement>
15 years, 7 months
JBoss Rich Faces SVN: r14521 - in branches/sandbox/rf4_build: version-matrix/trunk and 4 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-06-04 14:55:59 -0400 (Thu, 04 Jun 2009)
New Revision: 14521
Added:
branches/sandbox/rf4_build/examples-sandbox/trunk/testapps/
Modified:
branches/sandbox/rf4_build/version-matrix/trunk/cdk/pom.xml
branches/sandbox/rf4_build/version-matrix/trunk/examples/pom.xml
branches/sandbox/rf4_build/version-matrix/trunk/framework/pom.xml
branches/sandbox/rf4_build/version-matrix/trunk/pom.xml
branches/sandbox/rf4_build/version-matrix/trunk/ui/pom.xml
Log:
Build system: version-matrix - dependencies for downstream projects aggregated
Modified: branches/sandbox/rf4_build/version-matrix/trunk/cdk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/version-matrix/trunk/cdk/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
+++ branches/sandbox/rf4_build/version-matrix/trunk/cdk/pom.xml 2009-06-04 18:55:59 UTC (rev 14521)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.richfaces</groupId>
- <artifactId>parent-version-matrix</artifactId>
+ <artifactId>version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
@@ -16,42 +16,4 @@
<artifactId>cdk-version-matrix</artifactId>
<packaging>pom</packaging>
- <repositories>
- <repository>
- <id>repository.jboss.org</id>
- <releases><enabled>true</enabled></releases>
- <snapshots><enabled>false</enabled></snapshots>
- <url>http://repository.jboss.org/maven2</url>
- </repository>
- </repositories>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.4</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
- <dependencies>
- <dependency>
- <artifactId>junit</artifactId>
- <groupId>junit</groupId>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <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: branches/sandbox/rf4_build/version-matrix/trunk/examples/pom.xml
===================================================================
--- branches/sandbox/rf4_build/version-matrix/trunk/examples/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
+++ branches/sandbox/rf4_build/version-matrix/trunk/examples/pom.xml 2009-06-04 18:55:59 UTC (rev 14521)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.richfaces</groupId>
- <artifactId>parent-version-matrix</artifactId>
+ <artifactId>version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
@@ -17,23 +17,10 @@
<packaging>pom</packaging>
<properties>
- <jsf.version>2.0.0-PR2_3</jsf.version>
<framework.version>${project.version}</framework.version>
<ui.version>${project.version}</ui.version>
</properties>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
<dependencyManagement>
<dependencies>
<dependency>
@@ -55,34 +42,12 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>${jsf.version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-impl</artifactId>
- <version>${jsf.version}</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>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>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
</dependency>
Modified: branches/sandbox/rf4_build/version-matrix/trunk/framework/pom.xml
===================================================================
--- branches/sandbox/rf4_build/version-matrix/trunk/framework/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
+++ branches/sandbox/rf4_build/version-matrix/trunk/framework/pom.xml 2009-06-04 18:55:59 UTC (rev 14521)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.richfaces</groupId>
- <artifactId>parent-version-matrix</artifactId>
+ <artifactId>version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
@@ -16,59 +16,10 @@
<artifactId>framework-version-matrix</artifactId>
<packaging>pom</packaging>
- <properties>
- <jsf.version>2.0.0-PR2_3</jsf.version>
- </properties>
-
- <repositories>
- <repository>
- <id>repository.jboss.org</id>
- <releases><enabled>true</enabled></releases>
- <snapshots><enabled>false</enabled></snapshots>
- <url>http://repository.jboss.org/maven2</url>
- </repository>
- </repositories>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>${jsf.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>${jsf.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.4</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
<dependencies>
- <!-- all projects will consume JUnit -->
<dependency>
- <artifactId>junit</artifactId>
- <groupId>junit</groupId>
- </dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </dependency>
</dependencies>
-
- <build>
- <plugins>
- <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: branches/sandbox/rf4_build/version-matrix/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/version-matrix/trunk/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
+++ branches/sandbox/rf4_build/version-matrix/trunk/pom.xml 2009-06-04 18:55:59 UTC (rev 14521)
@@ -7,8 +7,62 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<!-- TODO: should artifactId start with 'richfaces'? -->
- <artifactId>parent-version-matrix</artifactId>
+ <artifactId>version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <properties>
+ <jsf.version>2.0.0-PR2_3</jsf.version>
+ </properties>
+
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <releases><enabled>true</enabled></releases>
+ <snapshots><enabled>false</enabled></snapshots>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.4</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>${jsf.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>${jsf.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: branches/sandbox/rf4_build/version-matrix/trunk/ui/pom.xml
===================================================================
--- branches/sandbox/rf4_build/version-matrix/trunk/ui/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
+++ branches/sandbox/rf4_build/version-matrix/trunk/ui/pom.xml 2009-06-04 18:55:59 UTC (rev 14521)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.richfaces</groupId>
- <artifactId>parent-version-matrix</artifactId>
+ <artifactId>version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
@@ -17,7 +17,6 @@
<packaging>pom</packaging>
<properties>
- <jsf.version>2.0.0-PR2_3</jsf.version>
<framework.version>${project.version}</framework.version>
<cdk.version>${project.version}</cdk.version>
</properties>
@@ -44,13 +43,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
</plugins>
</build>
@@ -74,28 +66,8 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <version>${jsf.version}</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>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>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
</dependency>
15 years, 7 months
JBoss Rich Faces SVN: r14520 - in branches/sandbox/rf4_build: cdk and 42 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-06-04 14:19:36 -0400 (Thu, 04 Jun 2009)
New Revision: 14520
Added:
branches/sandbox/rf4_build/cdk/
branches/sandbox/rf4_build/cdk/trunk/
branches/sandbox/rf4_build/cdk/trunk/archetypes/
branches/sandbox/rf4_build/cdk/trunk/archetypes/pom.xml
branches/sandbox/rf4_build/cdk/trunk/plugins/
branches/sandbox/rf4_build/cdk/trunk/plugins/maven-cdk-plugin/
branches/sandbox/rf4_build/cdk/trunk/plugins/maven-cdk-plugin/pom.xml
branches/sandbox/rf4_build/cdk/trunk/plugins/pom.xml
branches/sandbox/rf4_build/cdk/trunk/pom.xml
branches/sandbox/rf4_build/examples-sandbox/
branches/sandbox/rf4_build/examples-sandbox/trunk/
branches/sandbox/rf4_build/examples/
branches/sandbox/rf4_build/examples/trunk/
branches/sandbox/rf4_build/examples/trunk/components/
branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/
branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/pom.xml
branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/src/
branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/src/main/
branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/src/main/webapp/
branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/src/main/webapp/WEB-INF/
branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/src/main/webapp/WEB-INF/web.xml
branches/sandbox/rf4_build/examples/trunk/components/panel-demo/
branches/sandbox/rf4_build/examples/trunk/components/panel-demo/pom.xml
branches/sandbox/rf4_build/examples/trunk/components/panel-demo/src/
branches/sandbox/rf4_build/examples/trunk/components/panel-demo/src/main/
branches/sandbox/rf4_build/examples/trunk/components/panel-demo/src/main/webapp/
branches/sandbox/rf4_build/examples/trunk/components/panel-demo/src/main/webapp/WEB-INF/
branches/sandbox/rf4_build/examples/trunk/components/panel-demo/src/main/webapp/WEB-INF/web.xml
branches/sandbox/rf4_build/examples/trunk/components/pom.xml
branches/sandbox/rf4_build/examples/trunk/components/tree-demo/
branches/sandbox/rf4_build/examples/trunk/components/tree-demo/pom.xml
branches/sandbox/rf4_build/examples/trunk/components/tree-demo/src/
branches/sandbox/rf4_build/examples/trunk/components/tree-demo/src/main/
branches/sandbox/rf4_build/examples/trunk/components/tree-demo/src/main/webapp/
branches/sandbox/rf4_build/examples/trunk/components/tree-demo/src/main/webapp/WEB-INF/
branches/sandbox/rf4_build/examples/trunk/components/tree-demo/src/main/webapp/WEB-INF/web.xml
branches/sandbox/rf4_build/examples/trunk/photoalbum/
branches/sandbox/rf4_build/examples/trunk/photoalbum/pom.xml
branches/sandbox/rf4_build/examples/trunk/pom.xml
branches/sandbox/rf4_build/examples/trunk/richfaces-demo/
branches/sandbox/rf4_build/examples/trunk/richfaces-demo/pom.xml
branches/sandbox/rf4_build/examples/trunk/richfaces-demo/src/
branches/sandbox/rf4_build/examples/trunk/richfaces-demo/src/main/
branches/sandbox/rf4_build/examples/trunk/richfaces-demo/src/main/webapp/
branches/sandbox/rf4_build/examples/trunk/richfaces-demo/src/main/webapp/WEB-INF/
branches/sandbox/rf4_build/examples/trunk/richfaces-demo/src/main/webapp/WEB-INF/web.xml
branches/sandbox/rf4_build/version-matrix/trunk/cdk/
branches/sandbox/rf4_build/version-matrix/trunk/cdk/pom.xml
branches/sandbox/rf4_build/version-matrix/trunk/examples-sandbox/
branches/sandbox/rf4_build/version-matrix/trunk/examples/
branches/sandbox/rf4_build/version-matrix/trunk/examples/pom.xml
branches/sandbox/rf4_build/version-matrix/trunk/pom.xml
Modified:
branches/sandbox/rf4_build/ui/trunk/components/panel/src/
branches/sandbox/rf4_build/ui/trunk/components/panel/src/main/
branches/sandbox/rf4_build/ui/trunk/components/panel/src/main/java/
branches/sandbox/rf4_build/ui/trunk/components/panel/src/main/resources/
branches/sandbox/rf4_build/ui/trunk/components/panel/src/test/
branches/sandbox/rf4_build/ui/trunk/components/panel/src/test/java/
branches/sandbox/rf4_build/ui/trunk/components/panel/src/test/resources/
branches/sandbox/rf4_build/version-matrix/trunk/framework/pom.xml
branches/sandbox/rf4_build/version-matrix/trunk/ui/pom.xml
Log:
Build system: cdk and examples modules added
Property changes on: branches/sandbox/rf4_build/cdk
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/cdk/trunk
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/cdk/trunk/archetypes
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Added: branches/sandbox/rf4_build/cdk/trunk/archetypes/pom.xml
===================================================================
--- branches/sandbox/rf4_build/cdk/trunk/archetypes/pom.xml (rev 0)
+++ branches/sandbox/rf4_build/cdk/trunk/archetypes/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,18 @@
+<?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>cdk</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-archetypes</artifactId>
+ <packaging>pom</packaging>
+
+</project>
\ No newline at end of file
Property changes on: branches/sandbox/rf4_build/cdk/trunk/plugins
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/cdk/trunk/plugins/maven-cdk-plugin
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Added: branches/sandbox/rf4_build/cdk/trunk/plugins/maven-cdk-plugin/pom.xml
===================================================================
--- branches/sandbox/rf4_build/cdk/trunk/plugins/maven-cdk-plugin/pom.xml (rev 0)
+++ branches/sandbox/rf4_build/cdk/trunk/plugins/maven-cdk-plugin/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,18 @@
+<?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.cdk</groupId>
+ <artifactId>maven-plugins</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <packaging>maven-plugin</packaging>
+
+</project>
\ No newline at end of file
Added: branches/sandbox/rf4_build/cdk/trunk/plugins/pom.xml
===================================================================
--- branches/sandbox/rf4_build/cdk/trunk/plugins/pom.xml (rev 0)
+++ branches/sandbox/rf4_build/cdk/trunk/plugins/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,22 @@
+<?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>cdk</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-plugins</artifactId>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>maven-cdk-plugin</module>
+ </modules>
+
+</project>
\ No newline at end of file
Added: branches/sandbox/rf4_build/cdk/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/cdk/trunk/pom.xml (rev 0)
+++ branches/sandbox/rf4_build/cdk/trunk/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,23 @@
+<?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>cdk-version-matrix</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>cdk</artifactId>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>plugins</module>
+ <module>archetypes</module>
+ </modules>
+
+</project>
\ No newline at end of file
Property changes on: branches/sandbox/rf4_build/examples
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples/trunk
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples/trunk/components
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples/trunk/components/calendar-demo
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Added: branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/pom.xml (rev 0)
+++ branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,18 @@
+<?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>components</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.examples.components</groupId>
+ <artifactId>calendar-demo</artifactId>
+ <packaging>war</packaging>
+
+</project>
\ No newline at end of file
Property changes on: branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/src
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/src/main
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/src/main/webapp
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Added: branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/src/main/webapp/WEB-INF/web.xml (rev 0)
+++ branches/sandbox/rf4_build/examples/trunk/components/calendar-demo/src/main/webapp/WEB-INF/web.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ id="calendar-demo" version="2.5">
+
+ <display-name>calendar-demo</display-name>
+</web-app>
\ No newline at end of file
Property changes on: branches/sandbox/rf4_build/examples/trunk/components/panel-demo
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Added: branches/sandbox/rf4_build/examples/trunk/components/panel-demo/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/panel-demo/pom.xml (rev 0)
+++ branches/sandbox/rf4_build/examples/trunk/components/panel-demo/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,18 @@
+<?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>components</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.examples.components</groupId>
+ <artifactId>panel-demo</artifactId>
+ <packaging>war</packaging>
+
+</project>
\ No newline at end of file
Property changes on: branches/sandbox/rf4_build/examples/trunk/components/panel-demo/src
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples/trunk/components/panel-demo/src/main
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples/trunk/components/panel-demo/src/main/webapp
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples/trunk/components/panel-demo/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Added: branches/sandbox/rf4_build/examples/trunk/components/panel-demo/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/panel-demo/src/main/webapp/WEB-INF/web.xml (rev 0)
+++ branches/sandbox/rf4_build/examples/trunk/components/panel-demo/src/main/webapp/WEB-INF/web.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ id="panel-demo" version="2.5">
+
+ <display-name>panel-demo</display-name>
+</web-app>
\ No newline at end of file
Added: branches/sandbox/rf4_build/examples/trunk/components/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/pom.xml (rev 0)
+++ branches/sandbox/rf4_build/examples/trunk/components/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,24 @@
+<?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>examples</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>components</artifactId>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>calendar-demo</module>
+ <module>panel-demo</module>
+ <module>tree-demo</module>
+ </modules>
+
+</project>
\ No newline at end of file
Property changes on: branches/sandbox/rf4_build/examples/trunk/components/tree-demo
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Added: branches/sandbox/rf4_build/examples/trunk/components/tree-demo/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/tree-demo/pom.xml (rev 0)
+++ branches/sandbox/rf4_build/examples/trunk/components/tree-demo/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,18 @@
+<?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>components</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.examples.components</groupId>
+ <artifactId>tree-demo</artifactId>
+ <packaging>war</packaging>
+
+</project>
\ No newline at end of file
Property changes on: branches/sandbox/rf4_build/examples/trunk/components/tree-demo/src
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples/trunk/components/tree-demo/src/main
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples/trunk/components/tree-demo/src/main/webapp
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples/trunk/components/tree-demo/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Added: branches/sandbox/rf4_build/examples/trunk/components/tree-demo/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/components/tree-demo/src/main/webapp/WEB-INF/web.xml (rev 0)
+++ branches/sandbox/rf4_build/examples/trunk/components/tree-demo/src/main/webapp/WEB-INF/web.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ id="tree-demo" version="2.5">
+
+ <display-name>tree-demo</display-name>
+</web-app>
\ No newline at end of file
Property changes on: branches/sandbox/rf4_build/examples/trunk/photoalbum
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Added: branches/sandbox/rf4_build/examples/trunk/photoalbum/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/photoalbum/pom.xml (rev 0)
+++ branches/sandbox/rf4_build/examples/trunk/photoalbum/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,18 @@
+<?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>examples</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>photoalbum</artifactId>
+ <packaging>ear</packaging>
+
+</project>
\ No newline at end of file
Added: branches/sandbox/rf4_build/examples/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/pom.xml (rev 0)
+++ branches/sandbox/rf4_build/examples/trunk/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,24 @@
+<?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>examples-version-matrix</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>examples</artifactId>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>components</module>
+ <module>richfaces-demo</module>
+ <module>photoalbum</module>
+ </modules>
+
+</project>
\ No newline at end of file
Property changes on: branches/sandbox/rf4_build/examples/trunk/richfaces-demo
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Added: branches/sandbox/rf4_build/examples/trunk/richfaces-demo/pom.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/richfaces-demo/pom.xml (rev 0)
+++ branches/sandbox/rf4_build/examples/trunk/richfaces-demo/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,18 @@
+<?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>examples</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>richfaces-demo</artifactId>
+ <packaging>war</packaging>
+
+</project>
\ No newline at end of file
Property changes on: branches/sandbox/rf4_build/examples/trunk/richfaces-demo/src
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples/trunk/richfaces-demo/src/main
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples/trunk/richfaces-demo/src/main/webapp
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples/trunk/richfaces-demo/src/main/webapp/WEB-INF
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Added: branches/sandbox/rf4_build/examples/trunk/richfaces-demo/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/sandbox/rf4_build/examples/trunk/richfaces-demo/src/main/webapp/WEB-INF/web.xml (rev 0)
+++ branches/sandbox/rf4_build/examples/trunk/richfaces-demo/src/main/webapp/WEB-INF/web.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ id="richfaces-demo" version="2.5">
+
+ <display-name>richfaces-demo</display-name>
+</web-app>
\ No newline at end of file
Property changes on: branches/sandbox/rf4_build/examples-sandbox
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/examples-sandbox/trunk
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/ui/trunk/components/panel/src
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/ui/trunk/components/panel/src/main
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/ui/trunk/components/panel/src/main/java
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/ui/trunk/components/panel/src/main/resources
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/ui/trunk/components/panel/src/test
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/ui/trunk/components/panel/src/test/java
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/ui/trunk/components/panel/src/test/resources
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Property changes on: branches/sandbox/rf4_build/version-matrix/trunk/cdk
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Added: branches/sandbox/rf4_build/version-matrix/trunk/cdk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/version-matrix/trunk/cdk/pom.xml (rev 0)
+++ branches/sandbox/rf4_build/version-matrix/trunk/cdk/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,57 @@
+<?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>parent-version-matrix</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <!-- TODO: start with 'richfaces'? -->
+ <artifactId>cdk-version-matrix</artifactId>
+ <packaging>pom</packaging>
+
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <releases><enabled>true</enabled></releases>
+ <snapshots><enabled>false</enabled></snapshots>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ </repositories>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.4</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <dependencies>
+ <dependency>
+ <artifactId>junit</artifactId>
+ <groupId>junit</groupId>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <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
Property changes on: branches/sandbox/rf4_build/version-matrix/trunk/examples
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Added: branches/sandbox/rf4_build/version-matrix/trunk/examples/pom.xml
===================================================================
--- branches/sandbox/rf4_build/version-matrix/trunk/examples/pom.xml (rev 0)
+++ branches/sandbox/rf4_build/version-matrix/trunk/examples/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,96 @@
+<?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>parent-version-matrix</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <!-- TODO: should artifactId start with 'richfaces'? -->
+ <artifactId>examples-version-matrix</artifactId>
+ <packaging>pom</packaging>
+
+ <properties>
+ <jsf.version>2.0.0-PR2_3</jsf.version>
+ <framework.version>${project.version}</framework.version>
+ <ui.version>${project.version}</ui.version>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>${framework.version}</version>
+ </dependency>
+
+ <!-- TODO: uncomment when assembly will be ready -->
+ <!-- dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ <version>${ui.version}</version>
+ </dependency -->
+ </dependencies>
+ </dependencyManagement>
+
+ <dependencies>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>${jsf.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>${jsf.version}</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>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>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ </dependency>
+
+ <!-- TODO: uncomment when assembly will be ready -->
+ <!-- dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui</artifactId>
+ </dependency -->
+ </dependencies>
+</project>
\ No newline at end of file
Modified: branches/sandbox/rf4_build/version-matrix/trunk/framework/pom.xml
===================================================================
--- branches/sandbox/rf4_build/version-matrix/trunk/framework/pom.xml 2009-06-04 18:14:52 UTC (rev 14519)
+++ branches/sandbox/rf4_build/version-matrix/trunk/framework/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -4,17 +4,16 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <!-- parent>
+ <parent>
<groupId>org.richfaces</groupId>
- <artifactId>framework-version-matrix</artifactId>
+ <artifactId>parent-version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
- </parent -->
+ </parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<!-- TODO: start with 'richfaces'? -->
<artifactId>framework-version-matrix</artifactId>
- <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
Added: branches/sandbox/rf4_build/version-matrix/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/version-matrix/trunk/pom.xml (rev 0)
+++ branches/sandbox/rf4_build/version-matrix/trunk/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -0,0 +1,14 @@
+<?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">
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <!-- TODO: should artifactId start with 'richfaces'? -->
+ <artifactId>parent-version-matrix</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+</project>
\ No newline at end of file
Modified: branches/sandbox/rf4_build/version-matrix/trunk/ui/pom.xml
===================================================================
--- branches/sandbox/rf4_build/version-matrix/trunk/ui/pom.xml 2009-06-04 18:14:52 UTC (rev 14519)
+++ branches/sandbox/rf4_build/version-matrix/trunk/ui/pom.xml 2009-06-04 18:19:36 UTC (rev 14520)
@@ -4,24 +4,22 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <!-- parent>
+ <parent>
<groupId>org.richfaces</groupId>
- <artifactId>ui</artifactId>
+ <artifactId>parent-version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
- </parent -->
-
+ </parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<!-- TODO: should artifactId start with 'richfaces'? -->
<artifactId>ui-version-matrix</artifactId>
- <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<jsf.version>2.0.0-PR2_3</jsf.version>
<framework.version>${project.version}</framework.version>
- <!-- cdk.version>${project.version}</cdk.version -->
- <cdk.version>3.3.2-SNAPSHOT</cdk.version>
+ <cdk.version>${project.version}</cdk.version>
</properties>
<build>
15 years, 7 months
JBoss Rich Faces SVN: r14519 - branches/community/3.3.X/ui/tree/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-04 14:14:52 -0400 (Thu, 04 Jun 2009)
New Revision: 14519
Modified:
branches/community/3.3.X/ui/tree/src/main/config/component/treeNode.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;
Modified: branches/community/3.3.X/ui/tree/src/main/config/component/treeNode.xml
===================================================================
--- branches/community/3.3.X/ui/tree/src/main/config/component/treeNode.xml 2009-06-04 18:14:22 UTC (rev 14518)
+++ branches/community/3.3.X/ui/tree/src/main/config/component/treeNode.xml 2009-06-04 18:14:52 UTC (rev 14519)
@@ -74,45 +74,45 @@
<property>
<name>ondrop</name>
<classname>java.lang.String</classname>
- <description>It's an event that is called when something is dropped on a drop zone. Default value is "getDefaultOndrop()".</description>
+ <description>The client-side script method to be called when something is dropped into the drop zone. The default attribute value is "getDefaultOndrop()".</description>
<defaultvalue>getDefaultOndrop()</defaultvalue>
</property>
<property>
<name>ondropend</name>
<classname>java.lang.String</classname>
- <description>A JavaScript handler for event fired on a drop even the drop for a given type is not available. Default value is "getDefaultOndropend()".</description>
+ <description>The client-side script method to be called when a draggable object is dropped into any zone. The default attribute value is "getDefaultOndropend()".</description>
<defaultvalue>getDefaultOndropend()</defaultvalue>
</property>
<property>
<name>ondragstart</name>
<classname>java.lang.String</classname>
- <description>A JavaScript event handler called before drag object. Default value is "getDefaultOndragstart()".</description>
+ <description>The client-side script method to be called when the dragging operation is started. The default attribute value is "getDefaultOndragstart()".</description>
<defaultvalue>getDefaultOndragstart()</defaultvalue>
</property>
<property>
<name>ondragend</name>
<classname>java.lang.String</classname>
- <description>A JavaScript event handler called after a drag operation. Default value is "getDefaultOndragend()".</description>
+ <description>The client-side script method to be called when the dragging operation is finished. The default attribute value is "getDefaultOndragend()".</description>
<defaultvalue>getDefaultOndragend()</defaultvalue>
</property>
<property>
<name>ondragenter</name>
<classname>java.lang.String</classname>
- <description>A JavaScript event handler called on enter draggable object to zone. Default value is "getDefaultOndragenter()".</description>
+ <description>The client-side script method to be called when a draggable object enters the zone. The default attribute value is "getDefaultOndragenter()".</description>
<defaultvalue>getDefaultOndragenter()</defaultvalue>
</property>
<property>
<name>ondragexit</name>
<classname>java.lang.String</classname>
- <description>A JavaScript event handler called after a drag object leaves zone. Default value is "getDefaultOndragexit()".</description>
+ <description>The client-side script method to be called after a draggable object leaves the zone. The default attribute value is "getDefaultOndragexit()".</description>
<defaultvalue>getDefaultOndragexit()</defaultvalue>
</property>
<property>
<name>oncontextmenu</name>
<classname>java.lang.String</classname>
- <description>JavaScript handler to be called on right click.
- Returning false prevents default browser context menu from being displayed</description>
+ <description>The client-side script method to be called when the right mouse button is clicked over the component.
+ Returning false prevents a default browser context menu from being displayed.</description>
</property>
<property>
15 years, 7 months
JBoss Rich Faces SVN: r14518 - branches/community/3.3.X/ui/tree/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-04 14:14:22 -0400 (Thu, 04 Jun 2009)
New Revision: 14518
Modified:
branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeClientListeners.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;
Modified: branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeClientListeners.ent
===================================================================
--- branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeClientListeners.ent 2009-06-04 18:13:45 UTC (rev 14517)
+++ branches/community/3.3.X/ui/tree/src/main/config/component/commonTreeClientListeners.ent 2009-06-04 18:14:22 UTC (rev 14518)
@@ -1,15 +1,15 @@
<property>
<name>onselected</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression to invoke on node selection</description>
+ <description>The client-side script method to be called when a node is selected</description>
</property>
<property>
<name>onexpand</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression to invoke on node expansion</description>
+ <description>The client-side script method to be called when a node is expanded</description>
</property>
<property>
<name>oncollapse</name>
<classname>java.lang.String</classname>
- <description>HTML: script expression to invoke on node collapsing</description>
+ <description>The client-side script method to be called when a node is collapsed</description>
</property>
15 years, 7 months
JBoss Rich Faces SVN: r14517 - branches/community/3.3.X/ui/tree/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-04 14:13:45 -0400 (Thu, 04 Jun 2009)
New Revision: 14517
Modified:
branches/community/3.3.X/ui/tree/src/main/config/component/tree.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;
Modified: branches/community/3.3.X/ui/tree/src/main/config/component/tree.xml
===================================================================
--- branches/community/3.3.X/ui/tree/src/main/config/component/tree.xml 2009-06-04 18:07:58 UTC (rev 14516)
+++ branches/community/3.3.X/ui/tree/src/main/config/component/tree.xml 2009-06-04 18:13:45 UTC (rev 14517)
@@ -177,14 +177,14 @@
<property>
<name>ondrop</name>
<classname>java.lang.String</classname>
- <description>It's an event that is called when something is dropped on a drop zone</description>
+ <description>The client-side script method to be called when something is dropped into the drop zone</description>
</property>
<property>
<name>oncontextmenu</name>
<classname>java.lang.String</classname>
- <description>JavaScript handler to be called on right click.
- Returning false prevents default browser context menu from being displayed</description>
+ <description>The client-side script method to be called when the right mouse button is clicked over the component.
+ Returning false prevents a default browser context menu from being displayed.</description>
</property>
<property>
<name>rightClickSelection</name>
15 years, 7 months
JBoss Rich Faces SVN: r14516 - branches/community/3.3.X/ui/tooltip/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-04 14:07:58 -0400 (Thu, 04 Jun 2009)
New Revision: 14516
Modified:
branches/community/3.3.X/ui/tooltip/src/main/config/component/toolTip.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;
Modified: branches/community/3.3.X/ui/tooltip/src/main/config/component/toolTip.xml
===================================================================
--- branches/community/3.3.X/ui/tooltip/src/main/config/component/toolTip.xml 2009-06-04 18:07:39 UTC (rev 14515)
+++ branches/community/3.3.X/ui/tooltip/src/main/config/component/toolTip.xml 2009-06-04 18:07:58 UTC (rev 14516)
@@ -78,21 +78,21 @@
<property>
<name>oncomplete</name>
<classname>java.lang.String</classname>
- <description>JavaScript code for call after the tooltip shown</description>
+ <description>The client-side script method to be called after the tooltip is shown</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onshow</name>
<classname>java.lang.String</classname>
<description>
- JavaScript code for call after the tooltip called (some element overed) but before its requesting
+ The client-side script method to be called before the tooltip is shown
</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onhide</name>
<classname>java.lang.String</classname>
- <description>JavaScript code for call after the tooltip hidden</description>
+ <description>The client-side script method to be called after the tooltip is hidden</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
@@ -167,31 +167,31 @@
<property>
<name>onclick</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer button is clicked</description>
+ <description>The client-side script method to be called when the tooltip is clicked</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>ondblclick</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer button is double-clicked</description>
+ <description>The client-side script method to be called when the tooltip is double-clicked</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmouseout</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved away</description>
+ <description>The client-side script method to be called when a pointer is moved away from the element</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmousemove</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved within</description>
+ <description>The client-side script method to be called when a pointer is moved within the element</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property>
<name>onmouseover</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved onto</description>
+ <description>The client-side script method to be called when a pointer is moved onto the element</description>
<defaultvalue><![CDATA[""]]></defaultvalue>
</property>
<property exist="true" existintag="true">
15 years, 7 months
JBoss Rich Faces SVN: r14515 - branches/community/3.3.X/ui/layout/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-04 14:07:39 -0400 (Thu, 04 Jun 2009)
New Revision: 14515
Modified:
branches/community/3.3.X/ui/layout/src/main/config/component/page.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;
Modified: branches/community/3.3.X/ui/layout/src/main/config/component/page.xml
===================================================================
--- branches/community/3.3.X/ui/layout/src/main/config/component/page.xml 2009-06-04 18:04:21 UTC (rev 14514)
+++ branches/community/3.3.X/ui/layout/src/main/config/component/page.xml 2009-06-04 18:07:39 UTC (rev 14515)
@@ -47,7 +47,7 @@
<property>
<name>oncontextmenu</name>
<classname>java.lang.String</classname>
- <description>HTML: a script expression</description>
+ <description>The client-side script method to be called when the right mouse button is clicked over the component</description>
</property>
<property>
<name>pageTitle</name>
@@ -60,14 +60,14 @@
<name>onload</name>
<classname>java.lang.String</classname>
<description>
- JavaScript code to execute on a page load.
+ The client-side script method to be called before a page is loaded
</description>
</property>
<property>
<name>onunload</name>
<classname>java.lang.String</classname>
<description>
- JavaScript code to execute on a page unload.
+ The client-side script method to be called when a page is unloaded
</description>
</property>
<property>
15 years, 7 months
JBoss Rich Faces SVN: r14514 - branches/community/3.3.X/ui/core/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-06-04 14:04:21 -0400 (Thu, 04 Jun 2009)
New Revision: 14514
Modified:
branches/community/3.3.X/ui/core/src/main/config/component/page.xml
branches/community/3.3.X/ui/core/src/main/config/component/status.xml
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of event handlers descriptions;
Modified: branches/community/3.3.X/ui/core/src/main/config/component/page.xml
===================================================================
--- branches/community/3.3.X/ui/core/src/main/config/component/page.xml 2009-06-04 17:39:20 UTC (rev 14513)
+++ branches/community/3.3.X/ui/core/src/main/config/component/page.xml 2009-06-04 18:04:21 UTC (rev 14514)
@@ -89,14 +89,14 @@
<name>onload</name>
<classname>java.lang.String</classname>
<description>
- JavaScript code to execute on a page load.
+ The client-side script method to be called before a page is loaded
</description>
</property>
<property>
<name>onunload</name>
<classname>java.lang.String</classname>
<description>
- JavaScript code to execute on a page unload.
+ The client-side script method to be called when a page is unloaded
</description>
</property>
<property>
Modified: branches/community/3.3.X/ui/core/src/main/config/component/status.xml
===================================================================
--- branches/community/3.3.X/ui/core/src/main/config/component/status.xml 2009-06-04 17:39:20 UTC (rev 14513)
+++ branches/community/3.3.X/ui/core/src/main/config/component/status.xml 2009-06-04 18:04:21 UTC (rev 14514)
@@ -159,16 +159,15 @@
<name>onstart</name>
<classname>java.lang.String</classname>
<description>
- JavaScript code, called on the start
- of a request.
+ The client-side script method to be called at the start
+ of the request
</description>
</property>
<property>
<name>onstop</name>
<classname>java.lang.String</classname>
<description>
- JavaScript code, called on the stop
- of a request.
+ The client-side script method to be called when the request is finished
</description>
</property>
</component>
15 years, 7 months
JBoss Rich Faces SVN: r14513 - in branches/sandbox/rf4_build/ui/trunk/components: panel and 3 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-06-04 13:39:20 -0400 (Thu, 04 Jun 2009)
New Revision: 14513
Added:
branches/sandbox/rf4_build/ui/trunk/components/panel/
branches/sandbox/rf4_build/ui/trunk/components/panel/pom.xml
branches/sandbox/rf4_build/ui/trunk/components/panel/src/
branches/sandbox/rf4_build/ui/trunk/components/panel/src/main/
branches/sandbox/rf4_build/ui/trunk/components/panel/src/main/java/
branches/sandbox/rf4_build/ui/trunk/components/panel/src/main/resources/
branches/sandbox/rf4_build/ui/trunk/components/panel/src/test/
branches/sandbox/rf4_build/ui/trunk/components/panel/src/test/java/
branches/sandbox/rf4_build/ui/trunk/components/panel/src/test/resources/
Log:
Build system: panel module added
Property changes on: branches/sandbox/rf4_build/ui/trunk/components/panel
___________________________________________________________________
Name: svn:ignore
+ .project
.checkstyle
target
.metadata
.settings
Added: branches/sandbox/rf4_build/ui/trunk/components/panel/pom.xml
===================================================================
--- branches/sandbox/rf4_build/ui/trunk/components/panel/pom.xml (rev 0)
+++ branches/sandbox/rf4_build/ui/trunk/components/panel/pom.xml 2009-06-04 17:39:20 UTC (rev 14513)
@@ -0,0 +1,18 @@
+<?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.ui</groupId>
+ <artifactId>components</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui.components</groupId>
+ <artifactId>panel</artifactId>
+ <packaging>jar</packaging>
+
+</project>
\ No newline at end of file
15 years, 7 months