funkman 2003/07/22 17:36:41 Modified: . build.xml Log: Only checkout modeler from commons instead of all of commons. Revision Changes Path 1.144 +1 -1 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.143 retrieving revision 1.144 diff -u -r1.143 -r1.144 --- build.xml 21 Jul 2003 17:47:46 -0000 1.143 +++ build.xml 23 Jul 2003 00:36:41 -0000 1.144 @@ -1694,7 +1694,7 @@ command="checkout -P ${cvstag} ${commons-daemon.cvs.loc}" dest="${cvs.base}"/> <cvs cvsroot="${cvsroot}" quiet="true" - command="checkout -P ${cvstag} jakarta-commons" + command="checkout -P ${cvstag} ${commons-modeler.cvs.loc}" dest="${cvs.base}"/> </target>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]