[webbeans-commits] Webbeans SVN: r1444 - in ri/trunk: jboss-tck-runner and 5 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sat Feb 7 07:24:15 EST 2009


Author: pete.muir at jboss.org
Date: 2009-02-07 07:24:15 -0500 (Sat, 07 Feb 2009)
New Revision: 1444

Added:
   ri/trunk/jboss-tck-runner/
   ri/trunk/jboss-tck-runner/pom.xml
   ri/trunk/jboss-tck-runner/src/
   ri/trunk/jboss-tck-runner/src/main/
   ri/trunk/jboss-tck-runner/src/main/java/
   ri/trunk/jboss-tck-runner/src/main/resources/
   ri/trunk/jboss-tck-runner/src/main/resources/META-INF/
   ri/trunk/jboss-tck-runner/src/test/
   ri/trunk/jboss-tck-runner/src/test/java/
   ri/trunk/jboss-tck-runner/src/test/resources/
   ri/trunk/jboss-tck-runner/src/test/resources/META-INF/
Log:
Add tck-runner for JBoss AS


Property changes on: ri/trunk/jboss-tck-runner
___________________________________________________________________
Name: svn:ignore
   + .classpath

target

.project

.settings


Added: ri/trunk/jboss-tck-runner/pom.xml
===================================================================
--- ri/trunk/jboss-tck-runner/pom.xml	                        (rev 0)
+++ ri/trunk/jboss-tck-runner/pom.xml	2009-02-07 12:24:15 UTC (rev 1444)
@@ -0,0 +1,31 @@
+<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>parent</artifactId>
+      <groupId>org.jboss.webbeans</groupId>
+      <version>1.0.0-SNAPSHOT</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.webbeans</groupId>
+   <artifactId>jboss-tck-runner</artifactId>
+   <name>JSR-299 TCK runner for JBoss AS</name>
+   <description>Aggregates dependencies and run's the JSR-299 TCK on JBoss AS</description>
+   <dependencies>
+
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>webbeans-api</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>webbeans-ri</artifactId>
+      </dependency>
+
+      <dependency>
+         <groupId>org.jboss.webbeans.tck</groupId>
+         <artifactId>webbeans-tck-api</artifactId>
+      </dependency>
+      
+   </dependencies>
+
+</project>


Property changes on: ri/trunk/jboss-tck-runner/pom.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain




More information about the weld-commits mailing list