remm 2003/08/10 02:53:37 Modified: . build.xml resources/mbeans tomcat5-ant.xml Log: - Make the embed distribution easier to run (just type ant). Revision Changes Path 1.149 +1 -1 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.148 retrieving revision 1.149 diff -u -r1.148 -r1.149 --- build.xml 10 Aug 2003 08:50:44 -0000 1.148 +++ build.xml 10 Aug 2003 09:53:37 -0000 1.149 @@ -682,7 +682,7 @@ </fileset> </copy> --> - <copy tofile="embed/tomcat5-ant.xml" file="resources/mbeans/tomcat5-ant.xml" /> + <copy tofile="embed/build.xml" file="resources/mbeans/tomcat5-ant.xml" /> <!-- <copy tofile="embed/tomcat5-mbeans.xml" file="resources/mbeans/tomcat5-mbeans.xml" /> <copy tofile="embed/tomcat5-mlet.xml" file="resources/mbeans/tomcat5-mlet.xml" /> 1.13 +1 -1 jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml Index: tomcat5-ant.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- tomcat5-ant.xml 24 Jul 2003 09:55:16 -0000 1.12 +++ tomcat5-ant.xml 10 Aug 2003 09:53:37 -0000 1.13 @@ -1,4 +1,4 @@ -<project name="tomcat-embed" default="run" basedir="."> +<project name="tomcat-embed" default="start" basedir="."> <property file="${user.home}/build.properties"/> <property file="build.properties"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]