larryi 2002/09/29 19:25:19 Modified: . build.xml Log: Remove MxInterceptor from main build. Add tasks for JmxSupport add-on. Revision Changes Path 1.190 +3 -3 jakarta-tomcat/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/build.xml,v retrieving revision 1.189 retrieving revision 1.190 diff -u -r1.189 -r1.190 --- build.xml 19 Sep 2002 11:12:06 -0000 1.189 +++ build.xml 30 Sep 2002 02:25:18 -0000 1.190 @@ -637,9 +637,6 @@ name="org/apache/tomcat/modules/config/LoaderInterceptor12.java" unless="jdk12.present"/> <exclude - name="org/apache/tomcat/modules/config/MxInterceptor.java" - unless="jmx-present"/> - <exclude name="org/apache/tomcat/modules/aaa/PooledJDBCRealm.java" unless="commons-dbcp.complete"/> <exclude @@ -861,16 +858,19 @@ <!-- ==================== Build the sample add-on modules =================== --> <target name="sample.add-ons"> + <ant antfile="proposals/JmxSupport/build.xml" /> <ant antfile="proposals/PasswordPrompter/build.xml"/> <ant antfile="proposals/StreamHandler/build.xml" /> </target> <target name="sample.add-ons.dist"> + <ant antfile="proposals/JmxSupport/build.xml" target="jmx.support.war"/> <ant antfile="proposals/PasswordPrompter/build.xml" target="password.prompter.war"/> <ant antfile="proposals/StreamHandler/build.xml" target="stream.handler.war" /> </target> <target name="sample.add-ons.clean"> + <ant antfile="proposals/JmxSupport/build.xml" target="clean"/> <ant antfile="proposals/PasswordPrompter/build.xml" target="clean"/> <ant antfile="proposals/StreamHandler/build.xml" target="clean" /> </target>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>