Author: nbelaevski
Date: 2009-05-08 13:41:34 -0400 (Fri, 08 May 2009)
New Revision: 14088
Added:
trunk/samples/violetRays/
trunk/samples/violetRays/pom.xml
trunk/samples/violetRays/src/
trunk/samples/violetRays/src/main/
trunk/samples/violetRays/src/main/config/
trunk/samples/violetRays/src/main/resources/
trunk/samples/violetRays/src/main/templates/
Log:
https://jira.jboss.org/jira/browse/RF-6508
Added: trunk/samples/violetRays/pom.xml
===================================================================
--- trunk/samples/violetRays/pom.xml (rev 0)
+++ trunk/samples/violetRays/pom.xml 2009-05-08 17:41:34 UTC (rev 14088)
@@ -0,0 +1,44 @@
+<?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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>violetRays</artifactId>
+ <version>3.3.1-SNAPSHOT</version>
+ <name>violetRays</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.1-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <id>generate-sources</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>layout</artifactId>
+ <version>3.3.1-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Copied: trunk/samples/violetRays/src/main/config (from rev 14076,
trunk/samples/themes/src/main/config)
Copied: trunk/samples/violetRays/src/main/resources (from rev 14076,
trunk/samples/themes/src/main/resources)
Copied: trunk/samples/violetRays/src/main/templates (from rev 14076,
trunk/samples/themes/src/main/templates)