[webbeans-commits] Webbeans SVN: r1672 - ri/trunk/jboss-tck-runner.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Feb 23 19:59:02 EST 2009


Author: pete.muir at jboss.org
Date: 2009-02-23 19:59:02 -0500 (Mon, 23 Feb 2009)
New Revision: 1672

Modified:
   ri/trunk/jboss-tck-runner/pom.xml
Log:
Add EL to the test artifacts

Modified: ri/trunk/jboss-tck-runner/pom.xml
===================================================================
--- ri/trunk/jboss-tck-runner/pom.xml	2009-02-24 00:45:57 UTC (rev 1671)
+++ ri/trunk/jboss-tck-runner/pom.xml	2009-02-24 00:59:02 UTC (rev 1672)
@@ -75,9 +75,16 @@
                            <overWrite>true</overWrite>
                         </artifactItem>
                         <artifactItem>
-                           <groupId>org.jboss.webbeans</groupId>
-                           <artifactId>webbeans-porting-package</artifactId>
+                           <groupId>org.jboss.jsr299.tck</groupId>
+                           <artifactId>jsr299-tck-impl</artifactId>
+                           <type>xml</type>
+                           <classifier>suite</classifier>
                            <overWrite>true</overWrite>
+                        </artifactItem>
+                        <artifactItem>
+                           <groupId>javax.el</groupId>
+                           <artifactId>el-ri</artifactId>
+                           <overWrite>true</overWrite>
                            <outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
                         </artifactItem>
                      </artifactItems>




More information about the weld-commits mailing list