costin 02/04/06 09:00:24 Modified: . build.xml Log: Call all components in a good order, avoid duplicated builds. Revision Changes Path 1.3 +2 -2 jakarta-tomcat-connectors/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 5 Apr 2002 19:11:05 -0000 1.2 +++ build.xml 6 Apr 2002 17:00:24 -0000 1.3 @@ -11,7 +11,7 @@ <ant dir="util" /> <ant dir="coyote" target="compile" /> <ant dir="http11" /> - <ant dir="jk" /> + <ant dir="jk" target="build-jk"/> <jar jarfile="jtc.jar" manifest="coyote/src/conf/MANIFEST.MF" > @@ -36,4 +36,4 @@ <delete file="jtc.jar" /> </target> -</project> \ No newline at end of file +</project>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>