Author: pete.muir(a)jboss.org
Date: 2009-01-08 08:02:46 -0500 (Thu, 08 Jan 2009)
New Revision: 827
Modified:
tck/trunk/
tck/trunk/api/pom.xml
tck/trunk/impl/
Log:
fix build
Property changes on: tck/trunk
___________________________________________________________________
Name: svn:ignore
+ target
Modified: tck/trunk/api/pom.xml
===================================================================
--- tck/trunk/api/pom.xml 2009-01-08 13:00:23 UTC (rev 826)
+++ tck/trunk/api/pom.xml 2009-01-08 13:02:46 UTC (rev 827)
@@ -33,6 +33,20 @@
<packaging>jar</packaging>
<name>Web Beans TCK API</name>
<
url>http://www.seamframework.org/WebBeans</url>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.webbeans</groupId>
+ <artifactId>webbeans-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <scope>test</scope>
+ <classifier>jdk15</classifier>
+ </dependency>
+ </dependencies>
</project>
Property changes on: tck/trunk/impl
___________________________________________________________________
Name: svn:ignore
- target
.classpath
.project
+ target
.classpath
.project
.settings