You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2006/11/21 19:58:18 UTC

svn commit: r477822 - /incubator/openejb/trunk/openejb2/pom.xml

Author: dblevins
Date: Tue Nov 21 10:58:18 2006
New Revision: 477822

URL: http://svn.apache.org/viewvc?view=rev&rev=477822
Log:
itests module should be included with the others

Modified:
    incubator/openejb/trunk/openejb2/pom.xml

Modified: incubator/openejb/trunk/openejb2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/pom.xml?view=diff&rev=477822&r1=477821&r2=477822
==============================================================================
--- incubator/openejb/trunk/openejb2/pom.xml (original)
+++ incubator/openejb/trunk/openejb2/pom.xml Tue Nov 21 10:58:18 2006
@@ -773,6 +773,7 @@
     </build>
 
     <modules>
+        <module>itests</module>
         <module>modules</module>
     </modules>