psmith 2003/06/15 20:13:17 Modified: . chainsaw-build.xml Log: ensured a couple more packages we're included in the custom Log4j jar build. This is to take advantage of the new stuff MarkW has placed in the sandbox. Revision Changes Path 1.9 +2 -2 jakarta-log4j-sandbox/chainsaw-build.xml Index: chainsaw-build.xml =================================================================== RCS file: /home/cvs/jakarta-log4j-sandbox/chainsaw-build.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- chainsaw-build.xml 22 May 2003 21:45:30 -0000 1.8 +++ chainsaw-build.xml 16 Jun 2003 03:13:17 -0000 1.9 @@ -119,14 +119,14 @@ </jar> </target> -<!-- Ensure that teh log4j.core.jar file is updated with some +<!-- Ensure that the log4j.core.jar file is updated with some subtle changes to the core libraries that are required for Chainsaw2. These changes are currently under review for inclusion in the log4j-core release. --> <target name="update-with-core-changes" depends="init,compile"> <jar update="true" jarfile="${log4j.core.jar}" basedir="${javac.dest}" - includes="**/spi/*,**/xml/*,**/net/*, **/org/apache/log4j/*" + includes="**/spi/*,**/xml/*,**/net/*,**/helpers/*,**/plugins/*, **/org/apache/log4j/*" > </jar>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]