larryi 02/04/10 19:05:13 Modified: . build.xml Log: The needed depency is already in the add-ons build.xml files. Removing it from here to avoid building twice. Revision Changes Path 1.173 +1 -1 jakarta-tomcat/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/build.xml,v retrieving revision 1.172 retrieving revision 1.173 diff -u -r1.172 -r1.173 --- build.xml 11 Apr 2002 00:05:16 -0000 1.172 +++ build.xml 11 Apr 2002 02:05:12 -0000 1.173 @@ -693,7 +693,7 @@ <ant antfile="proposals/StreamHandler/build.xml" /> </target> - <target name="sample.add-ons.dist" depends="sample.add-ons"> + <target name="sample.add-ons.dist"> <ant antfile="proposals/PasswordPrompter/build.xml" target="password.prompter.war"/> <ant antfile="proposals/StreamHandler/build.xml" target="stream.handler.war" /> </target>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>