Author: Alex.Kolonitsky
Date: 2010-05-07 10:02:00 -0400 (Fri, 07 May 2010)
New Revision: 16925
Added:
root/examples/repeater-demo/trunk/pom.xml
root/examples/repeater-demo/trunk/src/
Removed:
root/examples/trunk/components/repeater-demo/pom.xml
root/examples/trunk/components/repeater-demo/src/
Log:
change richfaces build structure
https://community.jboss.org/wiki/RichFaces40BuildDirectoryStructure
Copied: root/examples/repeater-demo/trunk/pom.xml (from rev 16924,
root/examples/trunk/components/repeater-demo/pom.xml)
===================================================================
--- root/examples/repeater-demo/trunk/pom.xml (rev 0)
+++ root/examples/repeater-demo/trunk/pom.xml 2010-05-07 14:02:00 UTC (rev 16925)
@@ -0,0 +1,38 @@
+<?xml version="1.0"?><project>
+ <parent>
+ <artifactId>examples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>4.0.0-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>repeater</artifactId>
+ <packaging>war</packaging>
+ <name>repeater Maven Webapp</name>
+ <version>4.0.0-SNAPSHOT</version>
+ <build>
+ <finalName>repeater</finalName>
+ <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>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>mojarra-jsf-impl</artifactId>
+ <version>2.0.3-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Copied: root/examples/repeater-demo/trunk/src (from rev 16924,
root/examples/trunk/components/repeater-demo/src)
Deleted: root/examples/trunk/components/repeater-demo/pom.xml
===================================================================
--- root/examples/trunk/components/repeater-demo/pom.xml 2010-05-07 13:45:06 UTC (rev
16924)
+++ root/examples/trunk/components/repeater-demo/pom.xml 2010-05-07 14:02:00 UTC (rev
16925)
@@ -1,38 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>examples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>4.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.examples</groupId>
- <artifactId>repeater</artifactId>
- <packaging>war</packaging>
- <name>repeater Maven Webapp</name>
- <version>4.0.0-SNAPSHOT</version>
- <build>
- <finalName>repeater</finalName>
- <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>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>mojarra-jsf-impl</artifactId>
- <version>2.0.3-SNAPSHOT</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file