You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mb...@apache.org on 2007/03/19 21:19:10 UTC

svn commit: r520081 - in /myfaces/core/branches/jsf12: api/ api/pom.xml impl/pom.xml

Author: mbr
Date: Mon Mar 19 13:19:09 2007
New Revision: 520081

URL: http://svn.apache.org/viewvc?view=rev&rev=520081
Log:
enable testng

Modified:
    myfaces/core/branches/jsf12/api/   (props changed)
    myfaces/core/branches/jsf12/api/pom.xml
    myfaces/core/branches/jsf12/impl/pom.xml

Propchange: myfaces/core/branches/jsf12/api/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Mar 19 13:19:09 2007
@@ -10,3 +10,5 @@
 velocity.log
 
 cobertura.ser
+
+test-output

Modified: myfaces/core/branches/jsf12/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/api/pom.xml?view=diff&rev=520081&r1=520080&r2=520081
==============================================================================
--- myfaces/core/branches/jsf12/api/pom.xml (original)
+++ myfaces/core/branches/jsf12/api/pom.xml Mon Mar 19 13:19:09 2007
@@ -201,6 +201,12 @@
     </dependency>
 
     <dependency>
+      <groupId>org.testng</groupId>
+      <artifactId>testng</artifactId>
+      <classifier>jdk15</classifier>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.shale</groupId>
       <artifactId>shale-test</artifactId>
       <scope>test</scope>

Modified: myfaces/core/branches/jsf12/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/pom.xml?view=diff&rev=520081&r1=520080&r2=520081
==============================================================================
--- myfaces/core/branches/jsf12/impl/pom.xml (original)
+++ myfaces/core/branches/jsf12/impl/pom.xml Mon Mar 19 13:19:09 2007
@@ -319,7 +319,14 @@
        <artifactId>catalina</artifactId>
        <version>6.0.10</version>
        <scope>provided</scope>
-    </dependency>  
+    </dependency>
+
+    <dependency>
+      <groupId>org.testng</groupId>
+      <artifactId>testng</artifactId>
+      <classifier>jdk15</classifier>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>