From: Vance K. <va...@us...> - 2005-12-28 00:29:12
|
User: vancek Date: 05/12/27 16:29:05 Modified: . pom.xml Log: Added andromda-ejb3 module element. Revision Changes Path 1.4 +1 -0 cartridges/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/pom.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- pom.xml 19 Dec 2005 05:16:58 -0000 1.3 +++ pom.xml 28 Dec 2005 00:29:05 -0000 1.4 @@ -68,6 +68,7 @@ </build> <modules> <module>andromda-database</module> + <module>andromda-ejb3</module> </modules> <properties> <build.src>${pom.basedir}/target/src</build.src> |