From: Konstantin P. <ko...@us...> - 2006-08-25 16:14:00
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9859/plugin-weblogic Modified Files: pom.xml Log Message: syncronize laptop Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-weblogic/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pom.xml 24 Aug 2006 18:21:56 -0000 1.1 --- pom.xml 25 Aug 2006 16:13:58 -0000 1.2 *************** *** 24,27 **** --- 24,32 ---- <version>2.1-rc4</version> </dependency> + <dependency> + <groupId>${pom.groupId}</groupId> + <artifactId>xdoclet-plugin-ejb</artifactId> + <version>1.0.4-SNAPSHOT</version> + </dependency> </dependencies> <properties> |