[jboss-cvs] Repository SVN: r20604 - maven2/org/richfaces/samples/darkX/3.3.0.CR1.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 25 14:04:59 EST 2008


Author: nbelaevski
Date: 2008-12-25 14:04:59 -0500 (Thu, 25 Dec 2008)
New Revision: 20604

Added:
   maven2/org/richfaces/samples/darkX/3.3.0.CR1/darkX-3.3.0.CR1.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/richfaces/samples/darkX/3.3.0.CR1/darkX-3.3.0.CR1.pom

Added: maven2/org/richfaces/samples/darkX/3.3.0.CR1/darkX-3.3.0.CR1.pom
===================================================================
--- maven2/org/richfaces/samples/darkX/3.3.0.CR1/darkX-3.3.0.CR1.pom	                        (rev 0)
+++ maven2/org/richfaces/samples/darkX/3.3.0.CR1/darkX-3.3.0.CR1.pom	2008-12-25 19:04:59 UTC (rev 20604)
@@ -0,0 +1,48 @@
+<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>
+    <artifactId>samples</artifactId>
+    <groupId>org.richfaces</groupId>
+    <version>3.3.0.CR1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.samples</groupId>
+  <artifactId>darkX</artifactId>
+  <name>darkX</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.richfaces.cdk</groupId>
+        <artifactId>maven-cdk-plugin</artifactId>
+        <version>3.3.0.CR1</version>
+        <executions>
+          <execution>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.richfaces.framework</groupId>
+      <artifactId>richfaces-impl</artifactId>
+      <version>3.3.0.CR1</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list