You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2011/08/01 13:10:41 UTC

svn commit: r1152740 - /aries/trunk/pom.xml

Author: timothyjward
Date: Mon Aug  1 11:10:41 2011
New Revision: 1152740

URL: http://svn.apache.org/viewvc?rev=1152740&view=rev
Log:
ARIES-718: add EJB component to the build

Modified:
    aries/trunk/pom.xml

Modified: aries/trunk/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/pom.xml?rev=1152740&r1=1152739&r2=1152740&view=diff
==============================================================================
--- aries/trunk/pom.xml (original)
+++ aries/trunk/pom.xml Mon Aug  1 11:10:41 2011
@@ -48,6 +48,7 @@
         <module>transaction</module>
         <module>web</module>
         <module>application</module>
+        <module>ejb</module>
         <module>jmx</module>
         <module>jpa</module>
         <module>samples</module>